Home
last modified time | relevance | path

Searched defs:isSearchable (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/
H A Dset_searchable_event.h25 bool isSearchable; member
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreRdbstoreJsunit.test.js289 isSearchable: true property in AnonymousFunction9606c1070100.AnonymousFunction9606c1071000.config
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h54 bool isSearchable = false; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dstore_meta_data.h38 bool isSearchable = false; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h32 bool isSearchable; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_stub.cpp306 bool isSearchable = true; in OnRemoteSetSearchable() local
H A Drdb_service_impl.cpp1131 int32_t RdbServiceImpl::SetSearchable(const RdbSyncerParam& param, bool isSearchable) in SetSearchable()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp499 void RdbStoreConfig::SetSearchable(bool isSearchable) in SetSearchable()
H A Drdb_service_proxy.cpp502 int32_t RdbServiceProxy::SetSearchable(const RdbSyncerParam& param, bool isSearchable) in SetSearchable()
H A Drdb_store.cpp594 int RdbStore::SetSearchable(bool isSearchable) in SetSearchable()
H A Drdb_store_impl.cpp681 int RdbStoreImpl::SetSearchable(bool isSearchable) in SetSearchable()