Home
last modified time | relevance | path

Searched defs:store_ (Results 1 - 25 of 28) sorted by relevance

12

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/include/
H A Dgrd_type_inner.h24 DocumentDB::DocumentStore *store_ = nullptr; member
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_db_helper.h43 std::shared_ptr<OHOS::NativeRdb::RdbStore> store_ = nullptr; member in OHOS::IntellVoiceTrigger::TriggerDbHelper
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dvpn_database_helper.h53 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 Drdb_adapter.h42 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 Dresult_set.h51 DocumentStore *store_ = nullptr; member in DocumentDB::ResultSet
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsync_able_engine.h81 ISyncInterface *store_; member in DistributedDB::final
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_meta_data.h68 ICloudSyncStorageInterface *store_ = nullptr; member in DistributedDB::CloudMetaData
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h165 ICloudSyncStorageInterface *store_; member in DistributedDB::StorageProxy
H A Drelational_store_connection.h96 IRelationalStore *store_ = nullptr; member in DistributedDB::RelationalStoreConnection
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dtransaction_impl.h62 std::shared_ptr<RdbStore> store_; member in OHOS::NativeRdb::TransactionImpl
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store_impl.h77 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 Dvpn_database_helper_test.cpp47 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 Dauto_cache.h85 GeneralStore *store_ = nullptr; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Drdb_delegate.h55 std::shared_ptr<RdbStore> store_; member in OHOS::DataShare::final
H A Ddb_delegate.h57 std::shared_ptr<DBDelegate> store_; member
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_database.h149 std::shared_ptr<OHOS::NativeRdb::RdbStore> store_; member in OHOS::NetManagerStandard::NetFirewallDataBase
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/multiThread/
H A Drdb_connection_test.cpp56 std::shared_ptr<RdbStore> store_; member in RdbMultiThreadConnectionTest
[all...]
H A Drdb_connection_rd_test.cpp49 std::shared_ptr<RdbStore> store_; member in Test::RdbMultiThreadConnectionRdTest
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Dtransaction_test.cpp40 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 Drdb_store_impl_test.cpp44 std::shared_ptr<RdbStore> store_; member in RdbStoreImplTest
[all...]
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Dffi_remote_data.h208 auto& store_ = FFIDataManager::GetInstance()->ffiDataStore_; in Exist() local
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/rdbadapter/
H A Drdb_adapter.cpp245 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 Ddistributed_test_agent.cpp49 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 Ddistributed_test.cpp54 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 Drdbstore_fuzzer.cpp35 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...]

Completed in 8 milliseconds

12