Home
last modified time | relevance | path

Searched refs:SERVICEINFO_ATTR_VALUE (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dconstant.h42 static constexpr const char *SERVICEINFO_ATTR_VALUE = "value"; variable
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/
H A Dmdns_base_context.cpp77 if (!NapiUtils::HasNamedProperty(env, svrAttr, SERVICEINFO_ATTR_VALUE)) { in ParseAttributeObj()
78 NETMANAGER_EXT_LOGE("SERVICEINFO_ATTR_VALUE is not exist"); in ParseAttributeObj()
81 napi_value valueObj = NapiUtils::GetNamedProperty(env, svrAttr, SERVICEINFO_ATTR_VALUE); in ParseAttributeObj()
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_exec.cpp142 NapiUtils::SetNamedProperty(env, attrItem, SERVICEINFO_ATTR_VALUE, valArr); in CreateAttributeObj()

Completed in 1 milliseconds