Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_module.cpp118 env, info, FUNCTION_STARTSEARCHINGMDNS, nullptr, in StartSearchingMDNS()
143 DECLARE_NAPI_FUNCTION(DiscoveryServiceInterface::FUNCTION_STARTSEARCHINGMDNS, in InitMDnsModule()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dmdns_module.h48 static constexpr const char *FUNCTION_STARTSEARCHINGMDNS = "startSearchingMDNS"; variable