Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dsrp_server.h70 typedef uint32_t otSrpServerServiceUpdateId; typedef
347 typedef void (*otSrpServerServiceUpdateHandler)(otSrpServerServiceUpdateId aId,
376 void otSrpServerHandleServiceUpdateResult(otInstance *aInstance, otSrpServerServiceUpdateId aId, ot…
/openthread-latest/src/core/api/
Dsrp_server_api.cpp120 void otSrpServerHandleServiceUpdateResult(otInstance *aInstance, otSrpServerServiceUpdateId aId, ot… in otSrpServerHandleServiceUpdateResult()
/openthread-latest/src/core/net/
Dsrp_server.hpp147 typedef otSrpServerServiceUpdateId ServiceUpdateId;
/openthread-latest/tests/unit/
Dtest_srp_server.cpp244 void HandleSrpServerUpdate(otSrpServerServiceUpdateId aId, in HandleSrpServerUpdate()