Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dsrp_server.h74 typedef uint32_t otSrpServerServiceUpdateId; typedef
431 typedef void (*otSrpServerServiceUpdateHandler)(otSrpServerServiceUpdateId aId,
462 void otSrpServerHandleServiceUpdateResult(otInstance *aInstance, otSrpServerServiceUpdateId aId, ot…
/openthread-3.4.0/src/core/api/
Dsrp_server_api.cpp123 void otSrpServerHandleServiceUpdateResult(otInstance *aInstance, otSrpServerServiceUpdateId aId, ot… in otSrpServerHandleServiceUpdateResult()
/openthread-3.4.0/src/core/net/
Dsrp_server.hpp141 typedef otSrpServerServiceUpdateId ServiceUpdateId;
/openthread-3.4.0/tests/unit/
Dtest_srp_server.cpp233 void HandleSrpServerUpdate(otSrpServerServiceUpdateId aId, in HandleSrpServerUpdate()