Home
last modified time | relevance | path

Searched refs:SetDBInfoHandle (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_test.cpp1164 adapterA->SetDBInfoHandle(handle);
1216 adapterA->SetDBInfoHandle(handle);
1269 adapterA->SetDBInfoHandle(handle);
1272 adapterA->SetDBInfoHandle(handle);
1288 adapterA->SetDBInfoHandle(handle);
1294 adapterA->SetDBInfoHandle(handle);
1310 adapterA->SetDBInfoHandle(handle);
1337 adapterA->SetDBInfoHandle(nullptr);
1353 adapterA->SetDBInfoHandle(handle);
1360 adapterA->SetDBInfoHandle(handle);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp129 void RuntimeConfig::SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &handle) in SetDBInfoHandle() function in DistributedDB::RuntimeConfig
131 RuntimeContext::GetInstance()->SetDBInfoHandle(handle); in SetDBInfoHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Druntime_config.h62 DB_API static void SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &handle);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Ddb_status_adapter.h33 void SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &dbInfoHandle);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/iprocesscommunicator_fuzzer/
H A Diprocesscommunicator_fuzzer.cpp161 RuntimeConfig::SetDBInfoHandle(handleTest); in CommunicatorFuzzer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h151 virtual void SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &handle) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_subscribe_sync_test.cpp1080 RuntimeConfig::SetDBInfoHandle(handleTest);
1116 RuntimeConfig::SetDBInfoHandle(nullptr);
1367 RuntimeConfig::SetDBInfoHandle(handle);
1413 RuntimeConfig::SetDBInfoHandle(nullptr);
H A Ddistributeddb_mock_sync_module_test.cpp2093 RuntimeContext::GetInstance()->SetDBInfoHandle(handleTest);
2100 RuntimeContext::GetInstance()->SetDBInfoHandle(nullptr);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Ddb_status_adapter.cpp31 void DBStatusAdapter::SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &dbInfoHandle) in SetDBInfoHandle() function in DistributedDB::DBStatusAdapter
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h136 void SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &handle) override;
H A Druntime_context_impl.cpp796 void RuntimeContextImpl::SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &handle) in SetDBInfoHandle() function in DistributedDB::RuntimeContextImpl
800 dbStatusAdapter->SetDBInfoHandle(handle); in SetDBInfoHandle()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp119 DistributedDB::RuntimeConfig::SetDBInfoHandle(std::make_shared<DBInfoHandleImpl>()); in Initialize()