Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/api/
Dsrp_server_api.cpp117 otSrpServerServiceUpdateHandler aServiceHandler, in otSrpServerSetServiceUpdateHandler() argument
120 AsCoreType(aInstance).Get<Srp::Server>().SetServiceHandler(aServiceHandler, aContext); in otSrpServerSetServiceUpdateHandler()
/openthread-3.4.0/include/openthread/
Dsrp_server.h446 otSrpServerServiceUpdateHandler aServiceHandler,
/openthread-3.4.0/src/core/net/
Dsrp_server.hpp725 …void SetServiceHandler(otSrpServerServiceUpdateHandler aServiceHandler, void *aServiceHandlerConte… in SetServiceHandler() argument
727 mServiceUpdateHandler.Set(aServiceHandler, aServiceHandlerContext); in SetServiceHandler()