Home
last modified time | relevance | path

Searched defs:prefixKey (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Ddistributed_preferences_database_test.cpp202 std::string prefixKey = "aa"; variable
218 std::string prefixKey = "aa"; variable
234 std::string prefixKey = "aa"; variable
H A Dmock_single_kv_store.cpp30 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() argument
40 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() argument
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H A Dkv_adapter_manager.cpp74 std::string prefixKey = DM_KV_STORE_PREFIX + value.appID + DB_KEY_DELIMITER + value.udidHash; in PutByAnoyDeviceId() local
107 std::string prefixKey = DM_KV_STORE_PREFIX + value.appID + DB_KEY_DELIMITER + value.udidHash; in Get() local
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Ddistributed_database_branch_test.cpp289 std::string prefixKey = "<prefixKey>"; variable
306 std::string prefixKey = "<prefixKey>"; variable
323 std::string prefixKey = "<prefixKey>"; variable
H A Dmock_single_kv_store.cpp36 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() argument
46 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dlru_map.h52 void RemoveWithPrefixKey(const K &prefixKey) in RemoveWithPrefixKey()
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-dataSharePredicates-sys.md712 ### prefixKey subsection
H A Djs-apis-distributedKVStore.md2371 ### prefixKey subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-dataSharePredicates-sys.md712 ### prefixKey subsection
H A Djs-apis-distributedKVStore.md2371 ### prefixKey subsection
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/
H A Dmock_distributed_preferences_database.cpp57 const std::string &prefixKey, std::vector<Entry> &entries) in GetEntriesFromDistributedDB()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Dmock_distributed_database.cpp54 bool DistributedDatabase::GetEntriesFromDistributedDB(const std::string &prefixKey, std::vector<Ent… in GetEntriesFromDistributedDB()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_single_kv_store.cpp21 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() argument
31 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() argument
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_single_kv_store.cpp21 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() argument
31 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() argument
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_single_kv_store.cpp21 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() argument
31 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() argument
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_single_kv_store.cpp30 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() argument
45 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() argument
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp138 const std::string &prefixKey, std::vector<Entry> &entries) in GetEntriesFromDistributedDB()
H A Ddistributed_notification_manager.cpp248 std::string prefixKey = deviceId + DELIMITER; in OnDeviceDisconnected() local
439 std::string prefixKey = ""; in GetCurrentDistributedNotification() local
H A Ddistributed_screen_status_manager.cpp193 DistributedKv::Key prefixKey(""); in CheckRemoteDevicesIsUsing() local
H A Ddistributed_database.cpp189 bool DistributedDatabase::GetEntriesFromDistributedDB(const std::string &prefixKey, std::vector<Ent… in GetEntriesFromDistributedDB()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_single_kv_store.cpp101 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() argument
122 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.cpp91 …t::QueryObject(const std::list<QueryObjNode> &queryObjNodes, const std::vector<uint8_t> &prefixKey, in QueryObject()
H A Dquery_sync_object.cpp91 …uerySyncObject(const std::list<QueryObjNode> &queryObjNodes, const std::vector<uint8_t> &prefixKey, in QuerySyncObject()
H A Dsqlite_cloud_kv_store.cpp299 std::string prefixKey; in FilterCloudVersionPrefixKey() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp1183 const std::vector<uint8_t> prefixKey; variable

12