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 1558 of file ../../src/devices/bin/driver_runtime/dispatcher.cc

void AddForDriver (const void * driver, std::string_view role)

Defined at line 1563 of file ../../src/devices/bin/driver_runtime/dispatcher.cc

bool IsAllowed (std::string_view role)

Defined at line 1571 of file ../../src/devices/bin/driver_runtime/dispatcher.cc