Searched refs:GetNapiValueByKey (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/location/frameworks/js/napi/include/ |
H A D | napi_util.h | 88 napi_value GetNapiValueByKey(napi_env env, const std::string& keyChar, napi_value object);
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | geofence_napi.cpp | 196 napi_value geofenceValue = GetNapiValueByKey(env, "geofence", object); in JsObjToGeoFenceRequest()
|
H A D | napi_util.cpp | 473 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()
|