Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp29 NetworkAdapter::NetworkAdapter() in NetworkAdapter() function in DistributedDB::NetworkAdapter
34 NetworkAdapter::NetworkAdapter(const std::string &inProcessLabel) in NetworkAdapter() function in DistributedDB::NetworkAdapter
39 NetworkAdapter::NetworkAdapter(const std::string &inProcessLabel, in NetworkAdapter() function in DistributedDB::NetworkAdapter
45 NetworkAdapter::~NetworkAdapter() in ~NetworkAdapter()
49 int NetworkAdapter::StartAdapter() in StartAdapter()
105 void NetworkAdapter::StopAdapter() in StopAdapter()
154 uint32_t NetworkAdapter::GetMtuSize() in GetMtuSize()
166 uint32_t NetworkAdapter::GetMtuSize(const std::string &target) in GetMtuSize()
186 uint32_t NetworkAdapter::GetTimeout() in GetTimeout()
202 int NetworkAdapter::GetLocalIdentity(std::string &outTarget) in GetLocalIdentity()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dnetwork_adapter.h29 class NetworkAdapter : public IAdapter {
31 NetworkAdapter();
32 explicit NetworkAdapter(const std::string &inProcessLabel);
33NetworkAdapter(const std::string &inProcessLabel, const std::shared_ptr<IProcessCommunicator> &inC…
35 ~NetworkAdapter() override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_deep_test.cpp663 auto adapter = std::make_shared<NetworkAdapter>("");
669 adapter = std::make_shared<NetworkAdapter>("label");
675 adapter = std::make_shared<NetworkAdapter>("label", processCommunicator);
724 auto adapter = std::make_shared<NetworkAdapter>("label", processCommunicator);
741 adapter = std::make_shared<NetworkAdapter>("label", processCommunicator);
755 auto adapter = std::make_shared<NetworkAdapter>("label", processCommunicator);
784 auto adapter = std::make_shared<NetworkAdapter>("label", processCommunicator);
805 void InitAdapter(const std::shared_ptr<NetworkAdapter> &adapter, in InitAdapter()
845 auto adapter = std::make_shared<NetworkAdapter>("label", processCommunicator);
890 auto adapter = std::make_shared<NetworkAdapter>("label", processCommunicator);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp66 auto *adapter = new (std::nothrow) NetworkAdapter(processLabel, inCommunicator); in SetProcessCommunicator()
H A Dkv_store_delegate_manager.cpp465 NetworkAdapter *adapter = new (std::nothrow) NetworkAdapter(processLabel, inCommunicator); in SetProcessCommunicator()