Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_callback_observer.cpp151 NapiUtils::SetNamedProperty(env, obj, SERVICEINFO, infoObj); in CreateServiceWithError()
166 NapiUtils::SetNamedProperty(env, obj, SERVICEINFO, infoObj); in CreateService()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dconstant.h32 static constexpr const char *SERVICEINFO = "serviceInfo"; variable