| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
| H A D | gallery_source.cpp | 53 int GalleryOpenCall::OnCreate(NativeRdb::RdbStore &store) in OnCreate() argument 65 int GalleryOpenCall::OnUpgrade(NativeRdb::RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument 75 shared_ptr<NativeRdb::RdbStore> store = NativeRdb::RdbHelper::GetRdbStore(config, 1, helper, errCode); in Init() local [all...] |
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/ |
| H A D | clone_source.cpp | 79 int32_t CloneOpenCall::OnCreate(NativeRdb::RdbStore &store) in OnCreate() argument 91 int32_t CloneOpenCall::OnUpgrade(NativeRdb::RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument 114 shared_ptr<NativeRdb::RdbStore> store = NativeRdb::RdbHelper::GetRdbStore(config, 1, helper, errCode); in Init() local
|
| /foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner_test/src/ |
| H A D | ringtone_scanner_db_test.cpp | 48 int ConfigTestOpenCall::OnCreate(NativeRdb::RdbStore &store) in OnCreate() argument 53 int ConfigTestOpenCall::OnUpgrade(NativeRdb::RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument
|
| /foundation/communication/netmanager_base/services/netpolicymanager/src/ |
| H A D | net_access_policy_database.cpp | 41 int NetAccessPolicyRDB::RdbDataOpenCallback::OnUpgrade(NativeRdb::RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument 50 void NetAccessPolicyRDB::RdbDataOpenCallback::UpgradeDbVersionTo(NativeRdb::RdbStore &store, int newVersion) in UpgradeDbVersionTo() argument 63 void NetAccessPolicyRDB::RdbDataOpenCallback::AddIsBroker(NativeRdb::RdbStore &store, int newVersion) in AddIsBroker() argument
|
| /foundation/communication/netmanager_ext/services/vpnmanager/src/ |
| H A D | vpn_database_helper.cpp | 60 int32_t VpnDataBaseCallBack::OnCreate(OHOS::NativeRdb::RdbStore &store)
in OnCreate() argument 73 int32_t VpnDataBaseCallBack::OnUpgrade(OHOS::NativeRdb::RdbStore &store, int32_t oldVersion, int32_t newVersion)
in OnUpgrade() argument 79 int32_t VpnDataBaseCallBack::OnDowngrade(OHOS::NativeRdb::RdbStore &store, int32_t oldVersion, int32_t newVersion)
in OnDowngrade() argument
|
| /foundation/communication/netstack/test/fuzztest/netsslinner_fuzzer/ |
| H A D | netssl_inner_fuzzer.cpp | 163 X509_STORE *store = nullptr; in SetFreeResourcesTest() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
| H A D | relational_store_instance.cpp | 96 void RelationalStoreInstance::SaveRelationalDBToCache(IRelationalStore *store, const RelationalDBProperties &properties) in SaveRelationalDBToCache() argument
|
| /foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
| H A D | rdb_adapter_test.cpp | 50 std::shared_ptr<RdbAdapter> store = nullptr; member [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
| H A D | db_delegate.cpp | 32 std::shared_ptr<DBDelegate> store;
in Create() local 97 DBDelegate::Entity::Entity(std::shared_ptr<DBDelegate> store)
in Entity() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
| H A D | store_test.cpp | 113 GeneralStoreMock* store = new (std::nothrow) GeneralStoreMock(); in HWTEST_F() local 136 GeneralStoreMock* store = new (std::nothrow) GeneralStoreMock(); in HWTEST_F() local 159 GeneralStoreMock* store = new (std::nothrow) GeneralStoreMock(); HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
| H A D | cloud_meta_data.cpp | 24 CloudMetaData::CloudMetaData(ICloudSyncStorageInterface *store) in CloudMetaData() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
| H A D | ikvstore_observer.cpp | 144 std::string store; in OnRemoteRequest() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| H A D | distributeddb_relational_remote_query_test.cpp | 195 auto store = GetRelationalStore(); in HWTEST_F() local 256 auto store = GetRelationalStore(); in HWTEST_F() local 321 auto store = GetRelationalStore(); HWTEST_F() local 368 auto store = GetRelationalStore(); HWTEST_F() local 419 auto store = GetRelationalStore(); HWTEST_F() local 503 auto store = GetRelationalStore(); HWTEST_F() local 550 auto store = GetRelationalStore(); HWTEST_F() local 602 auto store = GetRelationalStore(); HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
| H A D | sync_manager.h | 54 Store store; member
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | water_version_manager_test.cpp | 408 auto store = staticStores_[i % len].second; in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | observer_bridge.cpp | 20 ObserverBridge::ObserverBridge(AppId appId, StoreId store, std::shared_ptr<Observer> observer, const Convertor &cvt) in ObserverBridge() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | transaction_impl.cpp | 169 auto store = GetStore(); in Insert() local 179 auto store = GetStore(); in BatchInsert() local 191 auto store = GetStore(); in BatchInsert() local 202 auto store in Update() local 213 auto store = GetStore(); Update() local 225 auto store = GetStore(); Delete() local 237 auto store = GetStore(); Delete() local 255 auto store = GetStore(); QueryByStep() local 269 auto store = GetStore(); QueryByStep() local 283 auto store = GetStore(); Execute() local [all...] |
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| H A D | rdb_store_backup_restore_test.cpp | 58 int RdbStoreBackupRestoreTestOpenCallback::OnCreate(RdbStore &store) in OnCreate() argument 63 int RdbStoreBackupRestoreTestOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument 68 void RdbStoreBackupRestoreTest::CheckResultSet(std::shared_ptr<RdbStore> &store) in CheckResultSet() argument 187 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); in HWTEST_F() local 231 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); HWTEST_F() local 290 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); HWTEST_F() local [all...] |
| H A D | rdb_store_interface_test.cpp | 48 int MyOpenCallback::OnCreate(RdbStore &store) in OnCreate() argument 53 int MyOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument 225 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, 1, helper, errCode); in HWTEST_F() local [all...] |
| H A D | rdb_store_concurrent_test.cpp | 37 static std::shared_ptr<RdbStore> store; member in RdbConcurrentTest 53 std::shared_ptr<RdbStore> RdbConcurrentTest::store = nullptr; member in RdbConcurrentTest 70 int ConcurrentTestOpenCallback::OnCreate(RdbStore &store) in OnCreate() argument 75 int ConcurrentTestOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument 86 RdbConcurrentTest::store = RdbHelper::GetRdbStore(config, 1, helper, errCode); in SetUpTestCase() member in RdbConcurrentTest 108 std::shared_ptr<RdbStore> &store = RdbConcurrentTest::store; InsertThread() local 146 std::shared_ptr<RdbStore> &store = RdbConcurrentTest::store; Query() local [all...] |
| H A D | rdb_insert_test.cpp | 41 static std::shared_ptr<RdbStore> store; member in RdbStoreInsertTest 45 std::shared_ptr<RdbStore> RdbStoreInsertTest::store = nullptr; member in RdbStoreInsertTest 59 int InsertTestOpenCallback::OnCreate(RdbStore &store) in OnCreate() argument 64 int InsertTestOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument 74 RdbStoreInsertTest::store = RdbHelper::GetRdbStore(config, 1, helper, errCode); in SetUpTestCase() member in RdbStoreInsertTest 99 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 136 CheckResultSet(std::shared_ptr<RdbStore> &store) CheckResultSet() argument 245 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 268 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 292 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 343 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 404 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 427 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 451 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 498 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 556 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 589 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 620 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 652 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 714 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local 773 std::shared_ptr<RdbStore> &store = RdbStoreInsertTest::store; HWTEST_F() local [all...] |
| H A D | rdb_execute_test.cpp | 36 static std::shared_ptr<RdbStore> store; member in RdbExecuteTest 41 std::shared_ptr<RdbStore> RdbExecuteTest::store = nullptr; member in RdbExecuteTest 54 int ExecuteTestOpenCallback::OnCreate(RdbStore &store) in OnCreate() argument 59 int ExecuteTestOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument 70 RdbExecuteTest::store = RdbHelper::GetRdbStore(config, 1, helper, errCode); in SetUpTestCase() member in RdbExecuteTest 98 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 160 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 212 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 237 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 252 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 265 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 278 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 296 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 314 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 337 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 350 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 371 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 394 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 424 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 454 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 479 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 523 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 561 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 575 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local 595 std::shared_ptr<RdbStore> &store = RdbExecuteTest::store; HWTEST_F() local [all...] |
| H A D | rdb_get_store_test.cpp | 61 int GetOpenCallback::OnCreate(RdbStore &store) in OnCreate() argument 66 int GetOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument 98 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, version, helper, errCode); in CreateRDB() local 209 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, 1, helper, errCode); HWTEST_F() local 230 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, -1, helper, errCode); HWTEST_F() local 244 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, version, helper, errCode); CreateGetRDB() local 260 std::shared_ptr<RdbStore> store = CreateGetRDB(2); HWTEST_F() local 344 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, 2, helper, errCode); HWTEST_F() local 365 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, -1, helper, errCode); HWTEST_F() local 387 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, 1, helper, errCode); HWTEST_F() local 402 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); HWTEST_F() local 417 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); HWTEST_F() local 433 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); HWTEST_F() local 450 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); HWTEST_F() local 467 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); HWTEST_F() local [all...] |
| H A D | rdb_distributed_test.cpp | 111 void RdbStoreDistributedTest::InsertValue(std::shared_ptr<RdbStore> &store) in InsertValue() argument 125 void RdbStoreDistributedTest::CheckResultSet(std::shared_ptr<RdbStore> &store) in CheckResultSet() argument 228 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, 1, callback, errCode); HWTEST_F() local 263 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, 1, callback, errCode); HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/ |
| H A D | distributed_test_agent.cpp | 71 int DistributedTestOpenCallback::OnCreate(RdbStore &store) in OnCreate() argument 76 int DistributedTestOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() argument
|