Searched refs:SetDBInfoHandle (Results 1 – 12 of 12) sorted by relevance
1164 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 …]
129 void RuntimeConfig::SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &handle) in SetDBInfoHandle() function in DistributedDB::RuntimeConfig131 RuntimeContext::GetInstance()->SetDBInfoHandle(handle); in SetDBInfoHandle()
62 DB_API static void SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &handle);
33 void SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &dbInfoHandle);
161 RuntimeConfig::SetDBInfoHandle(handleTest); in CommunicatorFuzzer()
151 virtual void SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &handle) = 0;
1080 RuntimeConfig::SetDBInfoHandle(handleTest);1116 RuntimeConfig::SetDBInfoHandle(nullptr);1367 RuntimeConfig::SetDBInfoHandle(handle);1413 RuntimeConfig::SetDBInfoHandle(nullptr);
2093 RuntimeContext::GetInstance()->SetDBInfoHandle(handleTest);2100 RuntimeContext::GetInstance()->SetDBInfoHandle(nullptr);
31 void DBStatusAdapter::SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &dbInfoHandle) in SetDBInfoHandle() function in DistributedDB::DBStatusAdapter
136 void SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &handle) override;
796 void RuntimeContextImpl::SetDBInfoHandle(const std::shared_ptr<DBInfoHandle> &handle) in SetDBInfoHandle() function in DistributedDB::RuntimeContextImpl800 dbStatusAdapter->SetDBInfoHandle(handle); in SetDBInfoHandle()
119 DistributedDB::RuntimeConfig::SetDBInfoHandle(std::make_shared<DBInfoHandleImpl>()); in Initialize()