/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_service.h | 80 virtual int32_t SetSearchable(const RdbSyncerParam& param, bool isSearchable) = 0;
|
H A D | rdb_store_config.h | 613 void SetSearchable(bool searchable);
|
H A D | rdb_store.h | 693 virtual int SetSearchable(bool isSearchable);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_impl_test.cpp | 559 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 D | rdb_service_proxy.h | 77 int32_t SetSearchable(const RdbSyncerParam& param, bool isSearchable) override;
|
H A D | rdb_store_impl.h | 132 int SetSearchable(bool isSearchable) override;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
H A D | rdb_store_config.h | 230 void SetSearchable(bool searchable);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.h | 92 int32_t SetSearchable(const RdbSyncerParam& param, bool isSearchable) override;
|
H A D | rdb_service_stub.cpp | 313 auto status = SetSearchable(param, isSearchable); in OnRemoteSetSearchable()
|
H A D | rdb_service_impl.cpp | 1131 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 D | rdb_store_config.cpp | 499 void RdbStoreConfig::SetSearchable(bool isSearchable) in SetSearchable() function in OHOS::NativeRdb::RdbStoreConfig
|
H A D | rdb_store.cpp | 594 int RdbStore::SetSearchable(bool isSearchable) in SetSearchable() function in OHOS::NativeRdb::RdbStore
|
H A D | rdb_service_proxy.cpp | 502 int32_t RdbServiceProxy::SetSearchable(const RdbSyncerParam& param, bool isSearchable) in SetSearchable() function in OHOS::DistributedRdb::RdbServiceProxy
|
H A D | rdb_store_impl.cpp | 681 int RdbStoreImpl::SetSearchable(bool isSearchable) in SetSearchable() function in OHOS::NativeRdb::RdbStoreImpl 688 return service->SetSearchable(syncerParam_, isSearchable); in SetSearchable()
|
H A D | sqlite_connection.cpp | 188 rdbStoreConfig.SetSearchable(rdbConfig.IsSearchable()); in GetSlaveRdbStoreConfig()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_impl_rdbstore.cpp | 481 rdbStoreConfig.SetSearchable(rdbConfig.isSearchable); in getRdbStoreConfig()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_js_utils.cpp | 496 rdbStoreConfig.SetSearchable(rdbConfig.isSearchable); in GetRdbStoreConfig()
|