Home
last modified time | relevance | path

Searched defs:kvStore (Results 26 - 50 of 59) sorted by relevance

123

/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_manager.cpp93 JsSingleKVStore* kvStore = nullptr; member
181 napi_value kvStore; CloseKVStore() member
[all...]
H A Djs_device_kv_store.cpp328 JsDeviceKVStore* kvStore = new (std::nothrow) JsDeviceKVStore(storeId); New() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.cpp64 auto kvStore = GetDBStore(meta, pwd); in UpdateStore() local
107 auto kvStore = GetDBStore(meta, pwd); in UpdateUuid() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_manager.cpp91 JsKVStore* kvStore = nullptr; member
174 napi_value kvStore; CloseKVStore() member
[all...]
H A Djs_single_kv_store.cpp391 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->GetNative(); Sync() local
473 JsSingleKVStore* kvStore = new (std::nothrow) JsSingleKVStore(storeId); New() local
[all...]
H A Djs_device_kv_store.cpp445 auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetNative(); Sync() local
468 JsDeviceKVStore* kvStore = new (std::nothrow) JsDeviceKVStore(storeId); New() local
[all...]
H A Djs_kv_store.cpp90 void JsKVStore::SetNative(std::shared_ptr<SingleKvStore>& kvStore) in SetNative() argument
111 JsKVStore* kvStore = nullptr; in IsInstanceOf() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_encrypt_database_test.cpp121 KvStoreDelegate *kvStore = nullptr; in CheckRekeyWithExistedSnapshot() local
164 KvStoreDelegate *kvStore = nullptr; in CheckRekeyWithExistedObserver() local
358 KvStoreDelegate *kvStore = nullptr; HWTEST_F() local
437 KvStoreNbDelegate *kvStore = nullptr; HWTEST_F() local
492 KvStoreNbDelegate *kvStore = nullptr; HWTEST_F() local
538 KvStoreNbDelegate *kvStore = nullptr; HWTEST_F() local
[all...]
H A Ddistributeddb_interfaces_nb_delegate_schema_put_test.cpp78 void CheckPutSchemaData(KvStoreNbDelegate *kvStore) in CheckPutSchemaData() argument
131 void CheckPutBatchSchemaData(KvStoreNbDelegate *kvStore) in CheckPutBatchSchemaData() argument
[all...]
H A Ddistributeddb_interfaces_auto_launch_test.cpp298 auto kvStore = static_cast<SQLiteSingleVerNaturalStore *>(GetKvDB(storeId)); in PutSyncData() local
320 auto kvStore = static_cast<SQLiteSingleVerNaturalStore *>(GetKvDB(storeId)); in GetSyncData() local
532 auto kvStore = static_cast<SQLiteSingleVerNaturalStore *>(GetKvDB(storeId)); SetAutoLaunchLifeCycleTime() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp63 std::shared_ptr<SingleStoreImpl> kvStore; in GetOrOpenStore() local
210 DBStore *kvStore; ReKey() local
[all...]
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp32 int32_t ProfileControlUtils::PutDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, const DeviceProfile& deviceProfile) in PutDeviceProfile() argument
57 int32_t ProfileControlUtils::PutServiceProfile(std::shared_ptr<IKVAdapter> kvStore, in PutServiceProfile() argument
83 int32_t ProfileControlUtils::PutServiceProfileBatch(std::shared_ptr<IKVAdapter> kvStore, in PutServiceProfileBatch() argument
102 PutCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, const CharacteristicProfile& charProfile) PutCharacteristicProfile() argument
204 PutCharacteristicProfileBatch(std::shared_ptr<IKVAdapter> kvStore, const std::vector<CharacteristicProfile>& charProfiles) PutCharacteristicProfileBatch() argument
223 GetDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string& deviceId, DeviceProfile& deviceProfile) GetDeviceProfile() argument
255 GetServiceProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string& deviceId, const std::string& serviceName, ServiceProfile& serviceProfile) GetServiceProfile() argument
288 GetCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string& deviceId, const std::string& serviceName, const std::string& characteristicKey, CharacteristicProfile& charProfile) GetCharacteristicProfile() argument
414 DeleteServiceProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string& deviceId, const std::string& serviceName) DeleteServiceProfile() argument
439 DeleteCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string& deviceId, const std::string& serviceName, const std::string& characteristicKey) DeleteCharacteristicProfile() argument
471 GetAllDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, std::vector<DeviceProfile>& deviceProfiles) GetAllDeviceProfile() argument
499 GetAllServiceProfile(std::shared_ptr<IKVAdapter> kvStore, std::vector<ServiceProfile>& serviceProfiles) GetAllServiceProfile() argument
527 GetAllCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, std::vector<CharacteristicProfile>& charProfiles) GetAllCharacteristicProfile() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dlocal_subscribe_store_test.cpp37 static std::shared_ptr<SingleKvStore> kvStore; member in LocalSubscribeStoreTest
42 std::shared_ptr<SingleKvStore> LocalSubscribeStoreTest::kvStore = nullptr; member in LocalSubscribeStoreTest
[all...]
H A Ddistributed_kv_data_manager_test.cpp310 std::shared_ptr<SingleKvStore> kvStore = nullptr; in HWTEST_F() local
379 std::shared_ptr<SingleKvStore> kvStore; in HWTEST_F() local
423 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
442 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
593 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
620 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
642 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/test/fuzztest/distributedkvdatamanager_fuzzer/
H A Ddistributedkvdatamanager_fuzzer.cpp130 std::shared_ptr<SingleKvStore> kvStore; in CloseKvStoreFuzz() local
142 std::shared_ptr<SingleKvStore> kvStore; in DeleteKvStoreFuzz() local
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_storage_engine.cpp109 DistributedDB::KvStoreNbDelegate *kvStore = nullptr; in CreateTable() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dbackup_manager_test.cpp100 Status BackupManagerTest::DeleteBackUpFiles(std::shared_ptr<SingleKvStore> kvStore, string baseDir, StoreId storeId) in DeleteBackUpFiles() argument
H A Dsingle_store_impl_test.cpp169 std::shared_ptr<SingleKvStore> kvStore; in HWTEST_F() local
485 std::shared_ptr<SingleKvStore> kvStore; in HWTEST_F() local
529 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1004 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1374 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1451 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1475 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1498 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1522 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1550 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1575 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1601 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1628 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1663 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1699 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1736 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
1782 std::shared_ptr<SingleKvStore> kvStore; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp68 std::shared_ptr<SingleKvStore> kvStore; member in OHOS::Test::DistributedDataTest::KvdbServiceImplTest
[all...]
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_generate_helper.cpp121 auto kvStore = MediaLibraryKvStoreManager::GetInstance() in CreateAstcBackground() local
H A Dthumbnail_service.cpp119 Init(const shared_ptr<RdbStore> &rdbStore, const shared_ptr<SingleKvStore> &kvStore, const shared_ptr<Context> &context) Init() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
H A Dmedialibrary_sync_operation.cpp423 Status MediaLibrarySyncOperation::SyncPullKvstore(const shared_ptr<SingleKvStore> &kvStore, in SyncPullKvstore() argument
451 Status MediaLibrarySyncOperation::SyncPushKvstore(const shared_ptr<SingleKvStore> &kvStore, in SyncPushKvstore() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H A Dmedialibrary_device.cpp330 bool MediaLibraryDevice::InitDeviceKvStore(const shared_ptr<DistributedKv::SingleKvStore> &kvStore) in InitDeviceKvStore() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp224 auto kvStore = new (std::nothrow) KvStoreDelegateImpl(conn, storeId); in GetKvStore() local
239 DBStatus KvStoreDelegateManager::SetObserverNotifier(KvStoreNbDelegate *kvStore, in SetObserverNotifier() argument
345 auto kvStore = new (std::nothrow) KvStoreNbDelegateImpl(conn, storeId); in GetKvStore() local
369 CloseKvStore(KvStoreDelegate *kvStore) CloseKvStore() argument
392 CloseKvStore(KvStoreNbDelegate *kvStore) CloseKvStore() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp63 auto kvStore = static_cast<SQLiteSingleVerNaturalStore *>(kvdb); in EraseDeviceWaterMark() local
262 auto kvStore = static_cast<SQLiteSingleVerNaturalStore *>(kvdb); in MigrateSyncData() local

Completed in 21 milliseconds

123