/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/ |
H A D | distributed_database_branch_test.cpp | 176 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 190 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 215 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 230 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 258 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 273 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 303 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 320 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 337 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 351 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable [all …]
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/ |
H A D | distributed_screen_status_manager_branch_test.cpp | 117 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 230 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 252 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 276 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 302 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 328 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 351 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 370 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 391 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/ |
H A D | distributed_preferences_database_test.cpp | 105 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 121 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 151 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 167 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 184 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 215 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 231 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 260 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable 275 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_control_utils_test.cpp | 79 std::shared_ptr<IKVAdapter> kvStore = nullptr; variable 94 std::shared_ptr<IKVAdapter> kvStore = std::make_shared<KVAdapter>(APP_ID, STORE_ID, variable 112 std::shared_ptr<IKVAdapter> kvStore = std::make_shared<KVAdapter>(APP_ID, STORE_ID, variable 132 std::shared_ptr<IKVAdapter> kvStore = std::make_shared<KVAdapter>(APP_ID, STORE_ID, variable 164 std::shared_ptr<IKVAdapter> kvStore = nullptr; variable 179 std::shared_ptr<IKVAdapter> kvStore = std::make_shared<KVAdapter>(APP_ID, STORE_ID, variable 198 std::shared_ptr<IKVAdapter> kvStore = std::make_shared<KVAdapter>(APP_ID, STORE_ID, variable 261 std::shared_ptr<IKVAdapter> kvStore = nullptr; variable 745 std::shared_ptr<IKVAdapter> kvStore = nullptr; variable 825 std::shared_ptr<IKVAdapter> kvStore = nullptr; variable [all …]
|
/ohos5.0/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 DeviceProf… in PutDeviceProfile() 57 int32_t ProfileControlUtils::PutServiceProfile(std::shared_ptr<IKVAdapter> kvStore, in PutServiceProfile() 83 int32_t ProfileControlUtils::PutServiceProfileBatch(std::shared_ptr<IKVAdapter> kvStore, in PutServiceProfileBatch() 98 int32_t ProfileControlUtils::PutCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, in PutCharacteristicProfile() 196 int32_t ProfileControlUtils::PutCharacteristicProfileBatch(std::shared_ptr<IKVAdapter> kvStore, in PutCharacteristicProfileBatch() 211 int32_t ProfileControlUtils::GetDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, const std::strin… in GetDeviceProfile() 243 int32_t ProfileControlUtils::GetServiceProfile(std::shared_ptr<IKVAdapter> kvStore, const std::stri… in GetServiceProfile() 426 int32_t ProfileControlUtils::DeleteCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, in DeleteCharacteristicProfile() 458 int32_t ProfileControlUtils::GetAllDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, in GetAllDeviceProfile() 486 int32_t ProfileControlUtils::GetAllServiceProfile(std::shared_ptr<IKVAdapter> kvStore, in GetAllServiceProfile() [all …]
|
/ohos5.0/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; variable 437 KvStoreNbDelegate *kvStore = nullptr; variable 492 KvStoreNbDelegate *kvStore = nullptr; variable 538 KvStoreNbDelegate *kvStore = nullptr; variable
|
H A D | distributeddb_interfaces_nb_delegate_schema_put_test.cpp | 78 void CheckPutSchemaData(KvStoreNbDelegate *kvStore) in CheckPutSchemaData() 131 void CheckPutBatchSchemaData(KvStoreNbDelegate *kvStore) in CheckPutBatchSchemaData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_single_kv_store.cpp | 91 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->GetNative(); in Get() local 171 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->GetNative(); in GetEntries() local 224 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->GetNative(); in GetResultSet() local 275 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->GetNative(); in CloseResultSet() local 310 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->GetNative(); in GetResultSize() local 350 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->GetNative(); in RemoveDeviceData() local 391 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->GetNative(); in Sync() local 420 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->GetNative(); in SetSyncParam() local 445 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->GetNative(); in GetSecurityLevel() local 473 JsSingleKVStore* kvStore = new (std::nothrow) JsSingleKVStore(storeId); in New() local [all …]
|
H A D | js_device_kv_store.cpp | 101 auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetNative(); in Get() local 210 auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetNative(); in GetEntries() local 269 auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetNative(); in GetResultSet() local 325 auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetNative(); in CloseResultSet() local 361 auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetNative(); in GetResultSize() local 404 auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetNative(); in RemoveDeviceData() local 445 auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetNative(); in Sync() local 468 JsDeviceKVStore* kvStore = new (std::nothrow) JsDeviceKVStore(storeId); in New() local 473 auto* kvStore = reinterpret_cast<JsDeviceKVStore*>(data); in New() local
|
H A D | js_kv_store.cpp | 90 void JsKVStore::SetNative(std::shared_ptr<SingleKvStore>& kvStore) in SetNative() 111 JsKVStore* kvStore = nullptr; in IsInstanceOf() local 145 auto &kvStore = reinterpret_cast<JsKVStore *>(ctxt->native)->kvStore_; in Put() local 181 auto& kvStore = reinterpret_cast<JsKVStore*>(ctxt->native)->kvStore_; in Delete() local 264 auto& kvStore = reinterpret_cast<JsKVStore*>(ctxt->native)->kvStore_; in PutBatch() local 300 auto& kvStore = reinterpret_cast<JsKVStore*>(ctxt->native)->kvStore_; in DeleteBatch() local 322 auto& kvStore = reinterpret_cast<JsKVStore*>(ctxt->native)->kvStore_; in StartTransaction() local 344 auto& kvStore = reinterpret_cast<JsKVStore*>(ctxt->native)->kvStore_; in Commit() local 366 auto& kvStore = reinterpret_cast<JsKVStore*>(ctxt->native)->kvStore_; in Rollback() local 397 auto& kvStore = reinterpret_cast<JsKVStore*>(ctxt->native)->kvStore_; in EnableSync() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | distributed_kv_data_manager_test.cpp | 303 std::shared_ptr<SingleKvStore> kvStore = nullptr; variable 372 std::shared_ptr<SingleKvStore> kvStore; variable 416 std::shared_ptr<SingleKvStore> kvStore; variable 435 std::shared_ptr<SingleKvStore> kvStore; variable 586 std::shared_ptr<SingleKvStore> kvStore; variable 613 std::shared_ptr<SingleKvStore> kvStore; variable 635 std::shared_ptr<SingleKvStore> kvStore; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_manager.cpp | 40 …auto kvStore = StoreFactory::GetInstance().GetOrOpenStore(appId, storeId, options, status, isCreat… in GetKVStore() local 59 Status StoreManager::CloseKVStore(const AppId &appId, std::shared_ptr<SingleKvStore> &kvStore) in CloseKVStore()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_single_kv_store.cpp | 71 void JsSingleKVStore::SetKvStorePtr(std::shared_ptr<SingleKvStore> kvStore) in SetKvStorePtr() 200 auto &kvStore = reinterpret_cast<JsSingleKVStore *>(ctxt->native)->kvStore_; in Put() local 358 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->kvStore_; in PutBatch() local 397 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->kvStore_; in DeleteBatch() local 418 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->kvStore_; in StartTransaction() local 440 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->kvStore_; in Commit() local 462 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->kvStore_; in Rollback() local 496 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->kvStore_; in EnableSync() local 534 auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->kvStore_; in SetSyncRange() local 1324 JsSingleKVStore* kvStore = new (std::nothrow) JsSingleKVStore(storeId); in New() local [all …]
|
H A D | js_device_kv_store.cpp | 112 auto kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetKvStorePtr(); in Get() local 204 auto kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetKvStorePtr(); in GetEntries() local 256 auto kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetKvStorePtr(); in GetResultSet() local 299 auto kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->GetKvStorePtr(); in GetResultSize() local 328 JsDeviceKVStore* kvStore = new (std::nothrow) JsDeviceKVStore(storeId); in New() local 333 auto* kvStore = reinterpret_cast<JsDeviceKVStore*>(data); in New() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | medialibrary_kvstore_utils.cpp | 28 std::shared_ptr<MediaLibraryKvStore> kvStore; in CopyAstcDataToKvStoreByType() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | single_store_impl_test.cpp | 169 std::shared_ptr<SingleKvStore> kvStore; variable 485 std::shared_ptr<SingleKvStore> kvStore; variable 529 std::shared_ptr<SingleKvStore> kvStore; variable 1004 std::shared_ptr<SingleKvStore> kvStore; variable 1451 std::shared_ptr<SingleKvStore> kvStore; variable 1475 std::shared_ptr<SingleKvStore> kvStore; variable 1498 std::shared_ptr<SingleKvStore> kvStore; variable 1522 std::shared_ptr<SingleKvStore> kvStore; variable 1550 std::shared_ptr<SingleKvStore> kvStore; variable 1575 std::shared_ptr<SingleKvStore> kvStore; variable [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/include/database_manage/ |
H A D | medialibrary_sync_operation.h | 37 std::shared_ptr<DistributedKv::SingleKvStore> kvStore; member
|
/ohos5.0/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() 345 auto kvStore = new (std::nothrow) KvStoreNbDelegateImpl(conn, storeId); in GetKvStore() local 369 DBStatus KvStoreDelegateManager::CloseKvStore(KvStoreDelegate *kvStore) in CloseKvStore() 392 DBStatus KvStoreDelegateManager::CloseKvStore(KvStoreNbDelegate *kvStore) in CloseKvStore()
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/ |
H A D | lnn_kv_adapter_test.cpp | 30 shared_ptr<KVAdapter> kvStore = nullptr; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | distributed_kv_data_manager.cpp | 31 std::shared_ptr<SingleKvStore> &kvStore) in GetSingleKvStore()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | distributed_kv_data_manager.cpp | 31 std::shared_ptr<SingleKvStore> &kvStore) in GetSingleKvStore()
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/ |
H A D | distributed_kv_data_manager.cpp | 31 std::shared_ptr<SingleKvStore> &kvStore) in GetSingleKvStore()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/ |
H A D | thumbnail_utils.h | 39 EXPORT std::shared_ptr<DistributedKv::SingleKvStore> kvStore; member
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_distributed_kv_data_manager.cpp | 45 std::shared_ptr<MockSingleKvStore> kvStore = std::make_shared<MockSingleKvStore>(); in GetSingleKvStore() local
|