Home
last modified time | relevance | path

Searched defs:processCommunicator_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Druntime_config.h82 static std::shared_ptr<IProcessCommunicator> processCommunicator_; variable
H A Dkv_store_delegate_manager.h122 static std::shared_ptr<IProcessCommunicator> processCommunicator_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dnetwork_adapter.h67 std::shared_ptr<IProcessCommunicator> processCommunicator_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp32 std::shared_ptr<IProcessCommunicator> RuntimeConfig::processCommunicator_ = nullptr; member in DistributedDB::RuntimeConfig
H A Dkv_store_delegate_manager.cpp45 std::shared_ptr<IProcessCommunicator> KvStoreDelegateManager::processCommunicator_ = nullptr; member in DistributedDB::KvStoreDelegateManager