Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dsrp_client.h535 otError otSrpClientAddService(otInstance *aInstance, otSrpClientService *aService);
/openthread-3.6.0/src/core/api/
Dsrp_client_api.cpp128 otError otSrpClientAddService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientAddService() function
/openthread-3.6.0/src/cli/
Dcli_srp_client.cpp773 SuccessOrExit(error = otSrpClientAddService(GetInstancePtr(), &entry->mService)); in ProcessServiceAdd()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp3860 SuccessOrExit(error = otSrpClientAddService(mInstance, &entry->mService)); in HandlePropertyInsert()