Home
last modified time | relevance | path

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

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