Home
last modified time | relevance | path

Searched refs:otSrpServerServiceUpdateHandler (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dsrp_server.h347 typedef void (*otSrpServerServiceUpdateHandler)(otSrpServerServiceUpdateId aId, typedef
361 otSrpServerServiceUpdateHandler aServiceHandler,
/openthread-latest/src/core/net/
Dsrp_server.hpp650 …void SetServiceHandler(otSrpServerServiceUpdateHandler aServiceHandler, void *aServiceHandlerConte… in SetServiceHandler()
991 Callback<otSrpServerServiceUpdateHandler> mServiceUpdateHandler;
/openthread-latest/src/core/api/
Dsrp_server_api.cpp114 otSrpServerServiceUpdateHandler aServiceHandler, in otSrpServerSetServiceUpdateHandler()