Searched refs:isSchema (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_kv_store_resultset.cpp | 270 bool isSchema = reinterpret_cast<JsKVStoreResultSet*>(ctxt->native)->isSchema_; in GetEntry() local 276 ctxt->status = JSUtil::SetValue(env, entry, ctxt->output, isSchema); in GetEntry() 292 void JsKVStoreResultSet::SetSchema(bool isSchema) in SetSchema() argument 294 isSchema_ = isSchema; in SetSchema()
|
H A D | js_device_kv_store.cpp | 289 bool isSchema = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet() local 290 ctxt->resultSet->SetSchema(isSchema); in GetResultSet()
|
H A D | js_single_kv_store.cpp | 239 bool isSchema = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet() local 240 ctxt->resultSet->SetSchema(isSchema); in GetResultSet()
|
H A D | js_kv_store.cpp | 653 auto args = [notification, isSchema = isSchema_](napi_env env, int& argc, napi_value* argv) { in OnChange() 656 JSUtil::SetValue(env, notification, argv[0], isSchema); in OnChange()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_kv_store_resultset.cpp | 280 bool isSchema = reinterpret_cast<JsKVStoreResultSet*>(ctxt->native)->isSchema_; in GetEntry() local 286 ctxt->status = JSUtil::SetValue(env, entry, ctxt->output, isSchema); in GetEntry() 302 void JsKVStoreResultSet::SetSchema(bool isSchema) in SetSchema() argument 304 isSchema_ = isSchema; in SetSchema()
|
H A D | js_device_kv_store.cpp | 262 bool isSchema = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet() local 263 ctxt->resultSet->SetSchema(isSchema); in GetResultSet()
|
H A D | js_single_kv_store.cpp | 858 auto args = [notification, isSchema = isSchema_](napi_env env, int& argc, napi_value* argv) { in OnChange() 861 JSUtil::SetValue(env, notification, argv[0], isSchema); in OnChange() 1045 bool isSchema = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->IsSchemaStore(); in GetResultSet() local 1046 ctxt->resultSet->SetSchema(isSchema); in GetResultSet()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_kv_store_resultset.h | 28 void SetSchema(bool isSchema);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_kv_store_resultset.h | 28 void SetSchema(bool isSchema);
|