class AllowedSchedulerRoles
Defined at line 185 of file ../../src/devices/bin/driver_runtime/dispatcher_internals.h
Singleton to keep track of allowed scheduler roles.
Public Methods
void AllowedSchedulerRoles (const AllowedSchedulerRoles & )
Defined at line 189 of file ../../src/devices/bin/driver_runtime/dispatcher_internals.h
AllowedSchedulerRoles & operator= (const AllowedSchedulerRoles & )
Defined at line 190 of file ../../src/devices/bin/driver_runtime/dispatcher_internals.h
AllowedSchedulerRoles * Get ()
Defined at line 244 of file ../../src/devices/bin/driver_runtime/dispatcher_internals.cc
void AddForDriver (const void * driver, std::string_view role)
Defined at line 249 of file ../../src/devices/bin/driver_runtime/dispatcher_internals.cc
bool IsAllowed (std::string_view role)
Defined at line 255 of file ../../src/devices/bin/driver_runtime/dispatcher_internals.cc