Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dnapi_util.h88 napi_value GetNapiValueByKey(napi_env env, const std::string& keyChar, napi_value object);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp196 napi_value geofenceValue = GetNapiValueByKey(env, "geofence", object); in JsObjToGeoFenceRequest()
H A Dnapi_util.cpp473 napi_value GetNapiValueByKey(napi_env env, const std::string& keyChar, napi_value object) in GetNapiValueByKey() function
518 napi_value array = GetNapiValueByKey(env, key, jsObject); in GetStringArrayValueByKey()
534 napi_value value = GetNapiValueByKey(env, fieldStr, object); in GetGeoAddressInfo()