Home
last modified time | relevance | path

Searched refs:otSrpClientAddService (Results 1 – 4 of 4) sorted by relevance

/openthread-2.7.6/include/openthread/
Dsrp_client.h454 otError otSrpClientAddService(otInstance *aInstance, otSrpClientService *aService);
/openthread-2.7.6/src/core/api/
Dsrp_client_api.cpp154 otError otSrpClientAddService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientAddService() function
/openthread-2.7.6/src/cli/
Dcli_srp_client.cpp468 SuccessOrExit(error = otSrpClientAddService(mInterpreter.mInstance, &entry->mService)); in ProcessServiceAdd()
/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp3878 SuccessOrExit(error = otSrpClientAddService(mInstance, &entry->mService)); in HandlePropertyInsert()