Home
last modified time | relevance | path

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

/external/ot-br-posix/tests/dbus/
Dtest_dbus_client.cpp207 … [](DeviceRole aRole) { printf("Device role changed to %d\n", static_cast<uint8_t>(aRole)); }); in main()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp64 bool IsThreadActive(DeviceRole aRole) in IsThreadActive()
490 ClientError ThreadApiDBus::GetDeviceRole(DeviceRole &aRole) in GetDeviceRole()
/external/openthread/src/core/api/
Dthread_api.cpp309 const char *otThreadDeviceRoleToString(otDeviceRole aRole) in otThreadDeviceRoleToString()
/external/openthread/src/core/common/
Dsettings.hpp163 void SetRole(uint8_t aRole) { mRole = aRole; } in SetRole()
/external/openthread/src/core/thread/
Dmle.cpp279 void Mle::SetRole(DeviceRole aRole) in SetRole()
4193 const char *Mle::RoleToString(DeviceRole aRole) in RoleToString()
/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object.cpp56 static std::string GetDeviceRoleName(otDeviceRole aRole) in GetDeviceRoleName()