Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_module.cpp89 …eTemplate::Interface<MDnsRemoveLocalServiceContext>(env, info, FUNCTION_REMOVELOCALSERVICE, nullpt… in RemoveLocalService()
136 DECLARE_NAPI_FUNCTION(FUNCTION_REMOVELOCALSERVICE, RemoveLocalService), in InitMDnsModule()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dmdns_module.h40 static constexpr const char *FUNCTION_REMOVELOCALSERVICE = "removeLocalService"; variable