Home
last modified time | relevance | path

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

/openthread-3.7.0/src/cli/
Dcli_srp_client.cpp60 SrpClient::SrpClient(otInstance *aInstance, OutputImplementer &aOutputImplementer) in SrpClient() function in ot::Cli::SrpClient
64 otSrpClientSetCallback(GetInstancePtr(), SrpClient::HandleCallback, this); in SrpClient()
69 template <> otError SrpClient::Process<Cmd("autostart")>(Arg aArgs[]) in Process()
166 template <> otError SrpClient::Process<Cmd("callback")>(Arg aArgs[]) in Process()
182 template <> otError SrpClient::Process<Cmd("host")>(Arg aArgs[]) in Process()
454 template <> otError SrpClient::Process<Cmd("leaseinterval")>(Arg aArgs[]) in Process()
476 template <> otError SrpClient::Process<Cmd("keyleaseinterval")>(Arg aArgs[]) in Process()
481 template <> otError SrpClient::Process<Cmd("server")>(Arg aArgs[]) in Process()
544 template <> otError SrpClient::Process<Cmd("service")>(Arg aArgs[]) in Process()
679 otError SrpClient::ProcessServiceAdd(Arg aArgs[]) in ProcessServiceAdd()
[all …]
Dcli_srp_client.hpp54 class SrpClient : private Utils class
64 SrpClient(otInstance *aInstance, OutputImplementer &aOutputImplementer);
84 using Command = CommandEntry<SrpClient>;
Dcli.hpp125 friend class SrpClient;
410 SrpClient mSrpClient;