/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/include/ |
H A D | grd_type_inner.h | 24 DocumentDB::DocumentStore *store_ = nullptr; member
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/ |
H A D | trigger_db_helper.h | 43 std::shared_ptr<OHOS::NativeRdb::RdbStore> store_ = nullptr; member in OHOS::IntellVoiceTrigger::TriggerDbHelper
|
/foundation/communication/netmanager_ext/services/vpnmanager/include/ |
H A D | vpn_database_helper.h | 53 std::shared_ptr<OHOS::NativeRdb::RdbStore> store_ = nullptr; member in OHOS::NetManagerStandard::VpnDatabaseHelper
|
/foundation/deviceprofile/device_info_manager/services/core/include/persistenceadapter/rdbadapter/ |
H A D | rdb_adapter.h | 42 std::shared_ptr<RdbStore> store_ = nullptr; member in OHOS::DistributedDeviceProfile::RdbAdapter
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/ |
H A D | result_set.h | 51 DocumentStore *store_ = nullptr; member in DocumentDB::ResultSet
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | sync_able_engine.h | 81 ISyncInterface *store_; member in DistributedDB::final
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/ |
H A D | cloud_meta_data.h | 68 ICloudSyncStorageInterface *store_ = nullptr; member in DistributedDB::CloudMetaData
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | storage_proxy.h | 165 ICloudSyncStorageInterface *store_; member in DistributedDB::StorageProxy
|
H A D | relational_store_connection.h | 96 IRelationalStore *store_ = nullptr; member in DistributedDB::RelationalStoreConnection
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | transaction_impl.h | 62 std::shared_ptr<RdbStore> store_; member in OHOS::NativeRdb::TransactionImpl
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store_impl.h | 77 std::shared_ptr<OHOS::NativeRdb::RdbStore> store_; member in OHOS::RdbNdk::RelationalStore
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/ |
H A D | vpn_database_helper_test.cpp | 47 std::shared_ptr<OHOS::NativeRdb::RdbStore> store_ = in HWTEST_F() local 61 std::shared_ptr<OHOS::NativeRdb::RdbStore> store_ = in HWTEST_F() local 75 std::shared_ptr<OHOS::NativeRdb::RdbStore> store_ = in HWTEST_F() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | auto_cache.h | 85 GeneralStore *store_ = nullptr; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | rdb_delegate.h | 55 std::shared_ptr<RdbStore> store_; member in OHOS::DataShare::final
|
H A D | db_delegate.h | 57 std::shared_ptr<DBDelegate> store_;
member
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/ |
H A D | netfirewall_database.h | 149 std::shared_ptr<OHOS::NativeRdb::RdbStore> store_;
member in OHOS::NetManagerStandard::NetFirewallDataBase
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/multiThread/ |
H A D | rdb_connection_test.cpp | 56 std::shared_ptr<RdbStore> store_; member in RdbMultiThreadConnectionTest [all...] |
H A D | rdb_connection_rd_test.cpp | 49 std::shared_ptr<RdbStore> store_;
member in Test::RdbMultiThreadConnectionRdTest
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | transaction_test.cpp | 40 static inline std::shared_ptr<RdbStore> store_; member in TransactionTest 67 TransactionTest::store_ = RdbHelper::GetRdbStore(config, 1, helper, errCode); in SetUpTestCase() member in TransactionTest [all...] |
H A D | rdb_store_impl_test.cpp | 44 std::shared_ptr<RdbStore> store_; member in RdbStoreImplTest [all...] |
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/ |
H A D | ffi_remote_data.h | 208 auto& store_ = FFIDataManager::GetInstance()->ffiDataStore_; in Exist() local
|
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/rdbadapter/ |
H A D | rdb_adapter.cpp | 245 OnCreate(RdbStore& store_) OnCreate() argument 251 OnUpgrade(RdbStore& store_, int oldVersion, int newVersion) OnUpgrade() argument [all...] |
/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/ |
H A D | distributed_test_agent.cpp | 49 static std::shared_ptr<RdbStore> store_; member in __anon8386::DistributedTestAgent 57 std::shared_ptr<RdbStore> DistributedTestAgent::store_ = nullptr; member in __anon8386::DistributedTestAgent 107 DistributedTestAgent::store_ = RdbHelper::GetRdbStore(config, 1, helper, errCode); in OnProcessMsg() member in __anon8386::DistributedTestAgent 108 std::shared_ptr<RdbStore> &store_ = DistributedTestAgent::store_; in OnProcessMsg() local
|
H A D | distributed_test.cpp | 54 static std::shared_ptr<RdbStore> store_; member in __anon8385::DistributedTest 60 std::shared_ptr<RdbStore> DistributedTest::store_ = nullptr; member in __anon8385::DistributedTest 113 int DistributedTestOpenCallback::OnCreate(RdbStore &store_) in OnCreate() argument 118 int DistributedTestOpenCallback::OnUpgrade(RdbStore &store_, int oldVersion, int newVersion) in OnUpgrade() argument 130 DistributedTest::store_ = RdbHelper::GetRdbStore(config, 1, helper, errCode); in SetUpTestCase() member in __anon8385::DistributedTest 158 std::shared_ptr<RdbStore> &store_ = DistributedTest::store_; in HWTEST_F() local [all...] |
/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdbstore_fuzzer/ |
H A D | rdbstore_fuzzer.cpp | 35 static std::shared_ptr<RdbStore> store_; member in OHOS::RdbStoreFuzzTest 37 std::shared_ptr<RdbStore> RdbStoreFuzzTest::store_ = nullptr; member in OHOS::RdbStoreFuzzTest 66 RdbStoreFuzzTest::store_ = RdbHelper::GetRdbStore(config, 1, helper, errCode); in SetUpTestCase() member in OHOS::RdbStoreFuzzTest [all...] |