Home
last modified time | relevance | path

Searched refs:SetCommunicatorAdapter (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp72 if (RuntimeContext::GetInstance()->SetCommunicatorAdapter(adapter) != E_OK) { in SetProcessCommunicator()
H A Dkv_store_delegate_manager.cpp471 if (RuntimeContext::GetInstance()->SetCommunicatorAdapter(adapter) != E_OK) { in SetProcessCommunicator()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h57 virtual int SetCommunicatorAdapter(IAdapter *adapter) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h43 int SetCommunicatorAdapter(IAdapter *adapter) override;
H A Druntime_context_impl.cpp65 (void)SetCommunicatorAdapter(nullptr); in ~RuntimeContextImpl()
88 int RuntimeContextImpl::SetCommunicatorAdapter(IAdapter *adapter) in SetCommunicatorAdapter() function in DistributedDB::RuntimeContextImpl