Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dconstant.h37 static constexpr const char *SERVICEINFO_PORT = "port"; variable
/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()
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_exec.cpp158 NapiUtils::SetInt32Property(env, object, SERVICEINFO_PORT, serviceInfo.port); in CreateCallbackParam()
162 NapiUtils::SetInt32Property(env, eleObj, SERVICEINFO_PORT, serviceInfo.port); in CreateCallbackParam()
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()

Completed in 2 milliseconds