Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dsrp_client.h510 otError otSrpClientAddService(otInstance *aInstance, otSrpClientService *aService);
/openthread-latest/src/core/api/
Dsrp_client_api.cpp125 otError otSrpClientAddService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientAddService() function
/openthread-latest/src/cli/
Dcli_srp_client.cpp768 SuccessOrExit(error = otSrpClientAddService(GetInstancePtr(), &entry->mService)); in ProcessServiceAdd()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3960 SuccessOrExit(error = otSrpClientAddService(mInstance, &entry->mService)); in HandlePropertyInsert()