class AllowedSchedulerRoles
Defined at line 898 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 902 of file ../../src/devices/bin/driver_runtime/dispatcher.h
AllowedSchedulerRoles & operator= (const AllowedSchedulerRoles & )
Defined at line 903 of file ../../src/devices/bin/driver_runtime/dispatcher.h
AllowedSchedulerRoles * Get ()
Defined at line 1531 of file ../../src/devices/bin/driver_runtime/dispatcher.cc
void AddForDriver (const void * driver, std::string_view role)
Defined at line 1536 of file ../../src/devices/bin/driver_runtime/dispatcher.cc
bool IsAllowed (std::string_view role)
Defined at line 1544 of file ../../src/devices/bin/driver_runtime/dispatcher.cc