Searched refs:propVValue (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 728 napi_value propVValue = nullptr; in GetValue() local 729 status = napi_get_named_property(env, propValue, "value", &propVValue); in GetValue() 732 status = GetValue(env, propVValue, value); in GetValue()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 697 napi_value propVValue = nullptr; in GetValue() local 698 status = napi_get_named_property(env, propValue, "value", &propVValue); in GetValue() 701 status = GetValue(env, propVValue, value); in GetValue()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_util.cpp | 716 napi_value propVValue = nullptr; in GetValue() local 717 statusMsg = napi_get_named_property(env, propValue, "value", &propVValue); in GetValue() 720 statusMsg = GetValue(env, propVValue, value); in GetValue()
|