Searched refs:aServices (Results 1 – 7 of 7) sorted by relevance
/openthread-3.7.0/src/cli/ |
D | cli_srp_client.hpp | 91 void OutputServiceList(uint8_t aIndentSize, const otSrpClientService *aServices); 96 const otSrpClientService *aServices, 101 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-3.7.0/src/ncp/ |
D | ncp_base.hpp | 708 otError EncodeSrpClientServices(const otSrpClientService *aServices); 712 const otSrpClientService *aServices, 717 const otSrpClientService *aServices,
|
D | ncp_base_mtd.cpp | 3816 otError NcpBase::EncodeSrpClientServices(const otSrpClientService *aServices) in EncodeSrpClientServices() argument 3820 for (; aServices != nullptr; aServices = aServices->mNext) in EncodeSrpClientServices() 3824 SuccessOrExit(error = mEncoder.WriteUtf8(aServices->mName)); in EncodeSrpClientServices() 3825 SuccessOrExit(error = mEncoder.WriteUtf8(aServices->mInstanceName)); in EncodeSrpClientServices() 3826 SuccessOrExit(error = mEncoder.WriteUint16(aServices->mPort)); in EncodeSrpClientServices() 3827 SuccessOrExit(error = mEncoder.WriteUint16(aServices->mPriority)); in EncodeSrpClientServices() 3828 SuccessOrExit(error = mEncoder.WriteUint16(aServices->mWeight)); in EncodeSrpClientServices() 3987 const otSrpClientService *aServices, in HandleSrpClientCallback() argument 3991 …static_cast<NcpBase *>(aContext)->HandleSrpClientCallback(aError, aHostInfo, aServices, aRemovedSe… in HandleSrpClientCallback() 3996 const otSrpClientService *aServices, in HandleSrpClientCallback() argument [all …]
|
/openthread-3.7.0/include/openthread/ |
D | srp_client.h | 178 const otSrpClientService *aServices,
|
/openthread-3.7.0/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()
|