Home
last modified time | relevance | path

Searched refs:SrpServerState (Results 1 – 3 of 3) sorted by relevance

/external/ot-br-posix/src/dbus/common/
Dtypes.hpp520 enum SrpServerState : uint8_t enum
559 SrpServerState mState; ///< The state of the SRP server
Ddbus_message_helper.hpp232 template <> struct DBusTypeTrait<SrpServerState>
/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object.cpp1235 … srpServerInfo.mState = SrpServerState(static_cast<uint8_t>(otSrpServerGetState(instance))); in GetSrpServerInfoHandler()