Searched refs:aServices (Results 1 – 7 of 7) sorted by relevance
| /openthread-latest/src/cli/ |
| D | cli_srp_client.hpp | 88 void OutputServiceList(uint8_t aIndentSize, const otSrpClientService *aServices); 93 const otSrpClientService *aServices, 98 const otSrpClientService *aServices,
|
| D | cli_srp_client.cpp | 818 void SrpClient::OutputServiceList(uint8_t aIndentSize, const otSrpClientService *aServices) in OutputServiceList() argument 820 while (aServices != nullptr) in OutputServiceList() 822 OutputService(aIndentSize, *aServices); in OutputServiceList() 823 aServices = aServices->mNext; in OutputServiceList() 936 const otSrpClientService *aServices, in HandleCallback() argument 940 …static_cast<SrpClient *>(aContext)->HandleCallback(aError, aHostInfo, aServices, aRemovedServices); in HandleCallback() 945 const otSrpClientService *aServices, in HandleCallback() argument 957 OutputServiceList(kIndentSize, aServices); in HandleCallback()
|
| /openthread-latest/include/openthread/ |
| D | srp_client.h | 173 const otSrpClientService *aServices,
|
| /openthread-latest/src/ncp/ |
| D | ncp_base.hpp | 811 otError EncodeSrpClientServices(const otSrpClientService *aServices); 815 const otSrpClientService *aServices, 820 const otSrpClientService *aServices,
|
| D | ncp_base_mtd.cpp | 3908 otError NcpBase::EncodeSrpClientServices(const otSrpClientService *aServices) in EncodeSrpClientServices() argument 3912 for (; aServices != nullptr; aServices = aServices->mNext) in EncodeSrpClientServices() 3916 SuccessOrExit(error = mEncoder.WriteUtf8(aServices->mName)); in EncodeSrpClientServices() 3917 SuccessOrExit(error = mEncoder.WriteUtf8(aServices->mInstanceName)); in EncodeSrpClientServices() 3918 SuccessOrExit(error = mEncoder.WriteUint16(aServices->mPort)); in EncodeSrpClientServices() 3919 SuccessOrExit(error = mEncoder.WriteUint16(aServices->mPriority)); in EncodeSrpClientServices() 3920 SuccessOrExit(error = mEncoder.WriteUint16(aServices->mWeight)); in EncodeSrpClientServices() 4079 const otSrpClientService *aServices, in HandleSrpClientCallback() argument 4083 …static_cast<NcpBase *>(aContext)->HandleSrpClientCallback(aError, aHostInfo, aServices, aRemovedSe… in HandleSrpClientCallback() 4088 const otSrpClientService *aServices, in HandleSrpClientCallback() argument [all …]
|
| /openthread-latest/tests/unit/ |
| D | test_srp_server.cpp | 276 const otSrpClientService *aServices, in HandleSrpClientCallback() argument 288 OT_UNUSED_VARIABLE(aServices); in HandleSrpClientCallback()
|
| D | test_srp_adv_proxy.cpp | 574 const otSrpClientService *aServices, in HandleSrpClientCallback() argument 586 OT_UNUSED_VARIABLE(aServices); in HandleSrpClientCallback()
|