Home
last modified time | relevance | path

Searched defs:kvStore_ (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_database.h89 std::shared_ptr<DistributedKv::SingleKvStore> kvStore_; variable
H A Ddistributed_screen_status_manager.h66 std::shared_ptr<DistributedKv::SingleKvStore> kvStore_ = nullptr; variable
H A Ddistributed_database.h136 std::shared_ptr<DistributedKv::SingleKvStore> kvStore_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.h99 MultiVerNaturalStore *kvStore_; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.h50 std::shared_ptr<DistributedDB::KvStoreNbDelegate> kvStore_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/include/device_manage/
H A Dmedialibrary_device.h97 std::shared_ptr<DistributedKv::SingleKvStore> kvStore_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_store.h98 std::shared_ptr<DistributedKv::SingleKvStore> kvStore_ = nullptr; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_single_kv_store.h110 std::shared_ptr<DistributedKv::SingleKvStore> kvStore_ = nullptr; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dend_point_test.cpp36 static std::shared_ptr<SingleKvStore> kvStore_; // declare kvstore instance. member in OHOS::Test::EndPointTest
50 std::shared_ptr<SingleKvStore> EndPointTest::kvStore_ = nullptr; member in OHOS::Test::EndPointTest
H A Ddevice_kvstore_test.cpp33 static std::shared_ptr<SingleKvStore> kvStore_; // declare kvstore instance. member in OHOS::Test::DeviceKvStoreTest
51 std::shared_ptr<SingleKvStore> DeviceKvStoreTest::kvStore_ = nullptr; member in OHOS::Test::DeviceKvStoreTest
H A Dlocal_subscribe_device_store_test.cpp37 static std::shared_ptr<SingleKvStore> kvStore_; member in LocalSubscribeDeviceStoreTest
42 std::shared_ptr<SingleKvStore> LocalSubscribeDeviceStoreTest::kvStore_ = nullptr; member in LocalSubscribeDeviceStoreTest
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dkv_adapter_test.cpp388 shared_ptr<KVAdapter> kvStore_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dbackup_manager_test.cpp41 std::shared_ptr<SingleKvStore> kvStore_; member in OHOS::Test::BackupManagerTest
H A Dsingle_store_impl_test.cpp68 std::shared_ptr<SingleKvStore> kvStore_; member in OHOS::Test::SingleStoreImplTest