Home
last modified time | relevance | path

Searched refs:isSearchable (Results 1 - 21 of 21) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/
H A Dset_searchable_event.h25 bool isSearchable; member
38 return info_.isSearchable; in GetIsSearchabl()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_meta_data.cpp38 SetValue(node[GET_NAME(isSearchable)], isSearchable); in Marshal()
78 GetValue(node, GET_NAME(isSearchable), isSearchable); in Unmarshal()
135 Constant::NotEqual(isSearchable, metaData.isSearchable) || in operator ==()
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreRdbstoreJsunit.test.js288 isSearchable: true
292 store.isSearchable = true
293 expect(true).assertEqual(store.isSearchable)
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_stub.cpp308 bool isSearchable = true; in OnRemoteSetSearchable() local
309 if (!ITypesUtil::Unmarshal(data, param, isSearchable)) { in OnRemoteSetSearchable()
315 auto status = SetSearchable(param, isSearchable); in OnRemoteSetSearchable()
H A Drdb_service_impl.h92 int32_t SetSearchable(const RdbSyncerParam& param, bool isSearchable) override;
H A Drdb_service_impl.cpp757 param.isSearchable_ = metadata.isSearchable;
855 metaData.isSearchable = param.isSearchable_;
1131 int32_t RdbServiceImpl::SetSearchable(const RdbSyncerParam& param, bool isSearchable)
1140 eventInfo.isSearchable = isSearchable;
H A Drdb_general_store.cpp130 if (meta.isSearchable) { in RdbGeneralStore()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dstore_meta_data.h38 bool isSearchable = false; member
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_service.h80 virtual int32_t SetSearchable(const RdbSyncerParam& param, bool isSearchable) = 0;
H A Drdb_store.h687 * @param isSearchable Indicates enable or disable.
689 virtual int SetSearchable(bool isSearchable);
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h34 bool isSearchable; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dmeta_data_test.cpp455 storemetaData1.isSearchable = true; in HWTEST_F()
457 storemetaData2.isSearchable = true; in HWTEST_F()
511 storemetaData1.isSearchable = true; in HWTEST_F()
513 storemetaData2.isSearchable = true; in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp493 void RdbStoreConfig::SetSearchable(bool isSearchable) in SetSearchable() argument
495 isSearchable_ = isSearchable; in SetSearchable()
H A Drdb_store.cpp593 int RdbStore::SetSearchable(bool isSearchable) in SetSearchable() argument
595 (void)isSearchable; in SetSearchable()
H A Drdb_service_proxy.cpp502 int32_t RdbServiceProxy::SetSearchable(const RdbSyncerParam& param, bool isSearchable) in SetSearchable() argument
506 reply, param, isSearchable); in SetSearchable()
H A Drdb_store_impl.cpp680 int RdbStoreImpl::SetSearchable(bool isSearchable) in SetSearchable() argument
687 return service->SetSearchable(syncerParam_, isSearchable); in SetSearchable()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h54 bool isSearchable = false; member
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_service_proxy.h77 int32_t SetSearchable(const RdbSyncerParam& param, bool isSearchable) override;
H A Drdb_store_impl.h132 int SetSearchable(bool isSearchable) override;
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp682 rdbConfig.isSearchable = config.isSearchable; in initRdbConfig()
695 rdbStoreConfig.SetSearchable(rdbConfig.isSearchable); in getRdbStoreConfig()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_js_utils.cpp363 GetNamedProperty(env, jsValue, "isSearchable", rdbConfig.isSearchable, true); in Convert2Value()
364 ASSERT(OK == status, "get isSearchable failed.", napi_invalid_arg); in Convert2Value()
485 rdbStoreConfig.SetSearchable(rdbConfig.isSearchable); in GetRdbStoreConfig()

Completed in 20 milliseconds