Searched refs:jsSchema (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 952 JsSchema *jsSchema = nullptr; in GetValue() local 954 status = GetNamedProperty(env, in, "schema", jsSchema, true); in GetValue() 957 if (status == napi_ok && jsSchema != nullptr) { in GetValue() 958 options.schema = jsSchema->Dump(); in GetValue()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_util.cpp | 1023 JsSchema *jsSchema = nullptr; in GetValue() local 1025 statusMsg = GetNamedProperty(env, in, "schema", jsSchema, true); in GetValue() 1028 if (statusMsg.status == napi_ok && jsSchema != nullptr) { in GetValue() 1029 options.schema = jsSchema->Dump(); in GetValue()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 980 JsSchema *jsSchema = nullptr; in GetValue() local 981 napi_status status = GetNamedProperty(env, in, "schema", jsSchema); in GetValue() 983 options.schema = jsSchema->Dump(); in GetValue()
|