Home
last modified time | relevance | path

Searched refs:FUNCTION_STOPSEARCHINGMDNS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_module.cpp126 env, info, FUNCTION_STOPSEARCHINGMDNS, nullptr, in StopSearchingMDNS()
145 DECLARE_NAPI_FUNCTION(DiscoveryServiceInterface::FUNCTION_STOPSEARCHINGMDNS, in InitMDnsModule()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dmdns_module.h49 static constexpr const char *FUNCTION_STOPSEARCHINGMDNS = "stopSearchingMDNS"; variable