Searched refs:GetNapiValueByKey (Results 1 – 2 of 2) sorted by relevance
| /base/location/interfaces/inner_api/include/ |
| D | napi_util.h | 90 napi_value GetNapiValueByKey(napi_env env, const std::string& keyChar, napi_value object);
|
| /base/location/frameworks/native/source/ |
| D | napi_util.cpp | 232 napi_value geofence = GetNapiValueByKey(env, "geofence", object); in JsObjToGeoFenceRequest() 446 napi_value GetNapiValueByKey(napi_env env, const std::string& keyChar, napi_value object) in GetNapiValueByKey() function 491 napi_value array = GetNapiValueByKey(env, key, jsObject); in GetStringArrayValueByKey() 507 napi_value value = GetNapiValueByKey(env, fieldStr, object); in GetGeoAddressInfo()
|