Home
last modified time | relevance | path

Searched defs:dbStoreMock_ (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_test.cpp40 static std::shared_ptr<DBStoreMock> dbStoreMock_; member in OHOS::Test::CloudTest
42 std::shared_ptr<DBStoreMock> CloudTest::dbStoreMock_ = std::make_shared<DBStoreMock>(); member in OHOS::Test::CloudTest
H A Ddevice_matrix_test.cpp62 static std::shared_ptr<DBStoreMock> dbStoreMock_; member in DeviceMatrixTest
70 std::shared_ptr<DBStoreMock> DeviceMatrixTest::dbStoreMock_ = std::make_shared<DBStoreMock>(); member in DeviceMatrixTest
H A Dwater_version_manager_test.cpp58 static std::shared_ptr<DBStoreMock> dbStoreMock_; member in OHOS::Test::DistributedDataTest::WaterVersionManagerTest
85 std::shared_ptr<DBStoreMock> WaterVersionManagerTest::dbStoreMock_ = std::make_shared<DBStoreMock>(); member in OHOS::Test::DistributedDataTest::WaterVersionManagerTest
H A Dkvdb_general_store_test.cpp60 static std::shared_ptr<DBStoreMock> dbStoreMock_; member in OHOS::Test::DistributedDataTest::KVDBGeneralStoreTest
64 std::shared_ptr<DBStoreMock> KVDBGeneralStoreTest::dbStoreMock_ = std::make_shared<DBStoreMock>(); member in OHOS::Test::DistributedDataTest::KVDBGeneralStoreTest
H A Dcloud_data_test.cpp128 static std::shared_ptr<DBStoreMock> dbStoreMock_; member in OHOS::Test::DistributedDataTest::CloudDataTest
176 std::shared_ptr<DBStoreMock> CloudDataTest::dbStoreMock_ = std::make_shared<DBStoreMock>(); member in OHOS::Test::DistributedDataTest::CloudDataTest

Completed in 7 milliseconds