/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_kv_manager.cpp | 93 JsSingleKVStore* kvStore = nullptr; member 181 napi_value kvStore; CloseKVStore() member [all...] |
H A D | js_device_kv_store.cpp | 328 JsDeviceKVStore* kvStore = new (std::nothrow) JsDeviceKVStore(storeId); New() local [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | upgrade.cpp | 64 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 D | js_kv_manager.cpp | 91 JsKVStore* kvStore = nullptr; member 174 napi_value kvStore; CloseKVStore() member [all...] |
H A D | js_single_kv_store.cpp | 391 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->GetNative(); Sync() local 473 JsSingleKVStore* kvStore = new (std::nothrow) JsSingleKVStore(storeId); New() local [all...] |
H A D | js_device_kv_store.cpp | 445 auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetNative(); Sync() local 468 JsDeviceKVStore* kvStore = new (std::nothrow) JsDeviceKVStore(storeId); New() local [all...] |
H A D | js_kv_store.cpp | 90 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 D | distributeddb_interfaces_encrypt_database_test.cpp | 121 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 D | distributeddb_interfaces_nb_delegate_schema_put_test.cpp | 78 void CheckPutSchemaData(KvStoreNbDelegate *kvStore) in CheckPutSchemaData() argument 131 void CheckPutBatchSchemaData(KvStoreNbDelegate *kvStore) in CheckPutBatchSchemaData() argument [all...] |
H A D | distributeddb_interfaces_auto_launch_test.cpp | 298 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 D | store_factory.cpp | 63 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 D | profile_control_utils.cpp | 32 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 D | local_subscribe_store_test.cpp | 37 static std::shared_ptr<SingleKvStore> kvStore; member in LocalSubscribeStoreTest 42 std::shared_ptr<SingleKvStore> LocalSubscribeStoreTest::kvStore = nullptr; member in LocalSubscribeStoreTest [all...] |
H A D | distributed_kv_data_manager_test.cpp | 310 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 D | distributedkvdatamanager_fuzzer.cpp | 130 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 D | flat_object_storage_engine.cpp | 109 DistributedDB::KvStoreNbDelegate *kvStore = nullptr; in CreateTable() local
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | backup_manager_test.cpp | 100 Status BackupManagerTest::DeleteBackUpFiles(std::shared_ptr<SingleKvStore> kvStore, string baseDir, StoreId storeId)
in DeleteBackUpFiles() argument
|
H A D | single_store_impl_test.cpp | 169 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 D | kvdb_service_impl_test.cpp | 68 std::shared_ptr<SingleKvStore> kvStore; member in OHOS::Test::DistributedDataTest::KvdbServiceImplTest [all...] |
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_generate_helper.cpp | 121 auto kvStore = MediaLibraryKvStoreManager::GetInstance() in CreateAstcBackground() local
|
H A D | thumbnail_service.cpp | 119 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 D | medialibrary_sync_operation.cpp | 423 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 D | medialibrary_device.cpp | 330 bool MediaLibraryDevice::InitDeviceKvStore(const shared_ptr<DistributedKv::SingleKvStore> &kvStore) in InitDeviceKvStore() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 224 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 D | sqlite_single_ver_storage_engine.cpp | 63 auto kvStore = static_cast<SQLiteSingleVerNaturalStore *>(kvdb); in EraseDeviceWaterMark() local 262 auto kvStore = static_cast<SQLiteSingleVerNaturalStore *>(kvdb); in MigrateSyncData() local
|