Namespaces
Enumerations
enum RoleType
| Name | Value |
|---|---|
| kTask | 0u |
| kMemory | 1u |
Defined at line 17 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/common_types.h
Records
-
class Parameter -
class ParameterValue -
class RoleManager -
class RoleManagerGetProfileForRoleRequest -
class RoleManagerGetProfileForRoleResponse -
class RoleManagerGetProfileForRoleResult -
class RoleManagerSetRoleRequest -
class RoleManagerSetRoleResponse -
class RoleManagerSetRoleResult -
class RoleName -
class RoleParameter -
class RoleTarget
Functions
-
zx::result<std::vector<RoleParameter>> SetRoleForVmarWithParams (zx::unowned_vmar borrowed_vmar, std::string_view role, const std::vector<wire::Parameter> & input_parameters)Defined at line 134 of file ../../sdk/lib/scheduler/cpp/role.cc
-
zx_status_t SetRoleForVmar (zx::unowned_vmar vmar, std::string_view role)Defined at line 145 of file ../../sdk/lib/scheduler/cpp/role.cc
-
zx_status_t SetRoleForRootVmar (std::string_view role)Defined at line 150 of file ../../sdk/lib/scheduler/cpp/role.cc
-
zx::result<std::vector<RoleParameter>> SetRoleForThreadWithParams (zx::unowned_thread borrowed_thread, std::string_view role, const std::vector<wire::Parameter> & input_parameters)Defined at line 154 of file ../../sdk/lib/scheduler/cpp/role.cc
-
zx_status_t SetRoleForThread (zx::unowned_thread thread, std::string_view role)Defined at line 165 of file ../../sdk/lib/scheduler/cpp/role.cc
-
zx::result<std::vector<RoleParameter>> SetRoleForThread (zx::unowned_thread borrowed_thread, std::string_view role, std::vector<RoleParameter> & input_parameters)Defined at line 170 of file ../../sdk/lib/scheduler/cpp/role.cc
-
zx_status_t SetRoleForThisThread (std::string_view role)Defined at line 207 of file ../../sdk/lib/scheduler/cpp/role.cc
-
zx::result<std::vector<RoleParameter>> SetRoleForThisThread (std::string_view rolestd::vector<RoleParameter> & input_parameters)Defined at line 211 of file ../../sdk/lib/scheduler/cpp/role.cc