Home
last modified time | relevance | path

Searched refs:jsMapList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_utils.cpp301 napi_value jsMapList = nullptr; in Convert2Value() local
303 napi_status status = napi_get_property_names(env, jsValue, &jsMapList); in Convert2Value()
305 status = napi_get_array_length(env, jsMapList, &jsCount); in Convert2Value()
311 status = napi_get_element(env, jsMapList, index, &jsKey); in Convert2Value()
330 napi_value jsMapList = nullptr; in Convert2Value() local
332 napi_status status = napi_get_property_names(env, jsValue, &jsMapList); in Convert2Value()
334 status = napi_get_array_length(env, jsMapList, &jsCount); in Convert2Value()
340 status = napi_get_element(env, jsMapList, index, &jsKey); in Convert2Value()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_utils.h251 napi_value jsMapList = nullptr; in Convert2Value() local
253 napi_status status = napi_get_property_names(env, jsValue, &jsMapList); in Convert2Value()
257 status = napi_get_array_length(env, jsMapList, &jsCount); in Convert2Value()
264 status = napi_get_element(env, jsMapList, index, &jsKey); in Convert2Value()