Searched refs:propVType (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 | 721 napi_value propVType = nullptr; in GetValue() local 722 status = napi_get_named_property(env, propValue, "type", &propVType); in GetValue() 725 status = GetValue(env, propVType, type); in GetValue()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 690 napi_value propVType = nullptr; in GetValue() local 691 status = napi_get_named_property(env, propValue, "type", &propVType); in GetValue() 694 status = GetValue(env, propVType, type); in GetValue()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_util.cpp | 709 napi_value propVType = nullptr; in GetValue() local 710 statusMsg = napi_get_named_property(env, propValue, "type", &propVType); in GetValue() 713 statusMsg = GetValue(env, propVType, type); in GetValue()
|