Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dsrp_client.h258 void otSrpClientSetCallback(otInstance *aInstance, otSrpClientCallback aCallback, void *aContext);
/openthread-latest/src/core/api/
Dsrp_client_api.cpp56 void otSrpClientSetCallback(otInstance *aInstance, otSrpClientCallback aCallback, void *aContext) in otSrpClientSetCallback() function
/openthread-latest/src/cli/
Dcli_srp_client.cpp64 otSrpClientSetCallback(GetInstancePtr(), SrpClient::HandleCallback, this); in SrpClient()
/openthread-latest/src/ncp/
Dncp_base.cpp372 otSrpClientSetCallback(mInstance, HandleSrpClientCallback, this); in NcpBase()