Home
last modified time | relevance | path

Searched refs:SetSearchable (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/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_config.h613 void SetSearchable(bool searchable);
H A Drdb_store.h693 virtual int SetSearchable(bool isSearchable);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_impl_test.cpp559 config.SetSearchable(true);
603 config.SetSearchable(true);
870 int result = store->SetSearchable(true);
878 result = store->SetSearchable(true);
/ohos5.0/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;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h230 void SetSearchable(bool searchable);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h92 int32_t SetSearchable(const RdbSyncerParam& param, bool isSearchable) override;
H A Drdb_service_stub.cpp313 auto status = SetSearchable(param, isSearchable); in OnRemoteSetSearchable()
H A Drdb_service_impl.cpp1131 int32_t RdbServiceImpl::SetSearchable(const RdbSyncerParam& param, bool isSearchable) in SetSearchable() function in OHOS::DistributedRdb::RdbServiceImpl
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp499 void RdbStoreConfig::SetSearchable(bool isSearchable) in SetSearchable() function in OHOS::NativeRdb::RdbStoreConfig
H A Drdb_store.cpp594 int RdbStore::SetSearchable(bool isSearchable) in SetSearchable() function in OHOS::NativeRdb::RdbStore
H A Drdb_service_proxy.cpp502 int32_t RdbServiceProxy::SetSearchable(const RdbSyncerParam& param, bool isSearchable) in SetSearchable() function in OHOS::DistributedRdb::RdbServiceProxy
H A Drdb_store_impl.cpp681 int RdbStoreImpl::SetSearchable(bool isSearchable) in SetSearchable() function in OHOS::NativeRdb::RdbStoreImpl
688 return service->SetSearchable(syncerParam_, isSearchable); in SetSearchable()
H A Dsqlite_connection.cpp188 rdbStoreConfig.SetSearchable(rdbConfig.IsSearchable()); in GetSlaveRdbStoreConfig()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp481 rdbStoreConfig.SetSearchable(rdbConfig.isSearchable); in getRdbStoreConfig()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_js_utils.cpp496 rdbStoreConfig.SetSearchable(rdbConfig.isSearchable); in GetRdbStoreConfig()