Home
last modified time | relevance | path

Searched refs:SERVICEINFO_PORT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/
H A Dmdns_base_context.cpp121 if (NapiUtils::HasNamedProperty(env, value, SERVICEINFO_PORT)) { in ParseServiceInfo()
122 serviceInfo_.port = NapiUtils::GetInt32Property(env, value, SERVICEINFO_PORT); in ParseServiceInfo()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_callback_observer.cpp133 NapiUtils::SetInt32Property(env, object, SERVICEINFO_PORT, serviceInfo.port); in CreateCallbackParam()
137 NapiUtils::SetInt32Property(env, eleObj, SERVICEINFO_PORT, serviceInfo.port); in CreateCallbackParam()
H A Dmdns_exec.cpp164 NapiUtils::SetInt32Property(env, object, SERVICEINFO_PORT, serviceInfo.port); in CreateCallbackParam()
168 NapiUtils::SetInt32Property(env, eleObj, SERVICEINFO_PORT, serviceInfo.port); in CreateCallbackParam()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dconstant.h37 static constexpr const char *SERVICEINFO_PORT = "port"; variable