class AllowedSchedulerRoles
Defined at line 871 of file ../../src/devices/bin/driver_runtime/dispatcher.h
Singleton to keep track of allowed scheduler roles.
Public Methods
void AllowedSchedulerRoles (const AllowedSchedulerRoles & )
Defined at line 875 of file ../../src/devices/bin/driver_runtime/dispatcher.h
AllowedSchedulerRoles & operator= (const AllowedSchedulerRoles & )
Defined at line 876 of file ../../src/devices/bin/driver_runtime/dispatcher.h
AllowedSchedulerRoles * Get ()
Defined at line 1542 of file ../../src/devices/bin/driver_runtime/dispatcher.cc
void AddForDriver (const void * driver, std::string_view role)
Defined at line 1547 of file ../../src/devices/bin/driver_runtime/dispatcher.cc
bool IsAllowed (std::string_view role)
Defined at line 1555 of file ../../src/devices/bin/driver_runtime/dispatcher.cc