Home
last modified time | relevance | path

Searched defs:aRole (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/ot-br-posix/src/common/
H A Dapi_strings.cpp31 std::string GetDeviceRoleName(otDeviceRole aRole) in GetDeviceRoleName()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_types.cpp188 const char *RoleToString(DeviceRole aRole) in RoleToString()
H A Dmle.cpp268 void Mle::UpdateRoleTimeCounters(DeviceRole aRole) in UpdateRoleTimeCounters()
298 void Mle::SetRole(DeviceRole aRole) in SetRole()
H A Dmle_router.cpp433 void MleRouter::SetStateRouterOrLeader(DeviceRole aRole, uint16_t aRloc16, LeaderStartMode aStartMo… in SetStateRouterOrLeader()
/aosp_15_r20/external/ot-br-posix/src/dbus/client/
H A Dthread_api_dbus.cpp65 bool IsThreadActive(DeviceRole aRole) in IsThreadActive()
506 ClientError ThreadApiDBus::GetDeviceRole(DeviceRole &aRole) in GetDeviceRole()
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Dncp_host.cpp60 void NcpNetworkProperties::SetDeviceRole(otDeviceRole aRole) in SetDeviceRole()
H A Dncp_spinel.cpp630 otDeviceRole NcpSpinel::SpinelRoleToDeviceRole(spinel_net_role_t aRole) in SpinelRoleToDeviceRole()
/aosp_15_r20/external/ot-br-posix/tests/dbus/
H A Dtest_dbus_client.cpp418 … [](DeviceRole aRole) { printf("Device role changed to %d\n", static_cast<uint8_t>(aRole)); }); in main()
/aosp_15_r20/external/ot-br-posix/src/android/
H A Dotdaemon_telemetry.cpp57 static uint32_t TelemetryNodeTypeFromRoleAndLinkMode(const otDeviceRole &aRole, const otLinkModeCon… in TelemetryNodeTypeFromRoleAndLinkMode()
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp323 const char *otThreadDeviceRoleToString(otDeviceRole aRole) { return Mle::RoleToString(MapEnum(aRole… in otThreadDeviceRoleToString()
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.hpp169 void SetRole(uint8_t aRole) { mRole = aRole; } in SetRole()
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dthread_helper.cpp95 static uint32_t TelemetryNodeTypeFromRoleAndLinkMode(const otDeviceRole &aRole, const otLinkModeCon… in TelemetryNodeTypeFromRoleAndLinkMode()