Home
last modified time | relevance | path

Searched refs:SERVICEINFO_ATTR_KEY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/
H A Dmdns_base_context.cpp74 if (NapiUtils::HasNamedProperty(env, svrAttr, SERVICEINFO_ATTR_KEY)) { in ParseAttributeObj()
75 key = NapiUtils::GetStringPropertyUtf8(env, svrAttr, SERVICEINFO_ATTR_KEY); in ParseAttributeObj()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dconstant.h41 static constexpr const char *SERVICEINFO_ATTR_KEY = "key"; variable
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_exec.cpp140 NapiUtils::SetStringPropertyUtf8(env, attrItem, SERVICEINFO_ATTR_KEY, iter->first); in CreateAttributeObj()