Searched refs:Communicator (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | communicator.cpp | 22 Communicator::Communicator(CommunicatorAggregator *inCommAggregator, const LabelType &inLabel) in Communicator() function in DistributedDB::Communicator 28 Communicator:: ~Communicator() in ~Communicator() 63 void Communicator::Activate() in Activate() 68 uint32_t Communicator::GetCommunicatorMtuSize() const in GetCommunicatorMtuSize() 78 int Communicator::GetLocalIdentity(std::string &outTarget) const in GetLocalIdentity() 83 uint32_t Communicator::GetTimeout() const in GetTimeout() 88 uint32_t Communicator::GetTimeout(const std::string &target) const in GetTimeout() 93 bool Communicator::IsDeviceOnline(const std::string &device) const in IsDeviceOnline() 201 void Communicator::OnSendAvailable() in OnSendAvailable() 209 LabelType Communicator::GetCommunicatorLabel() const in GetCommunicatorLabel() [all …]
|
H A D | communicator.h | 31 class Communicator : public ICommunicator { 33 Communicator(CommunicatorAggregator *inCommAggregator, const LabelType &inLabel); 34 ~Communicator() override; 36 DISABLE_COPY_ASSIGN_MOVE(Communicator); 74 DECLARE_OBJECT_TAG(Communicator);
|
H A D | communicator_aggregator.cpp | 162 Communicator *commPtr = new (std::nothrow) Communicator(this, commLabel); in AllocCommunicator() 176 Communicator *commPtr = static_cast<Communicator *>(inCommunicator); in ReleaseCommunicator()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
H A D | communicator_aggregator.h | 36 class Communicator; variable 174 …std::map<LabelType, std::pair<Communicator *, bool>> commMap_; // bool true indicate communicator …
|
/ohos5.0/base/web/webview/ohos_nweb/prebuilts/ |
H A D | NOTICE | 21937 License -- Amendments shall apply to the Mozilla Communicator 22012 The Original Code is Mozilla Communicator client code, released 37148 License -- Amendments shall apply to the Mozilla Communicator 37223 The Original Code is Mozilla Communicator client code, released 85464 License -- Amendments shall apply to the Mozilla Communicator 85539 The Original Code is Mozilla Communicator client code, released 93002 License -- Amendments shall apply to the Mozilla Communicator 93077 The Original Code is Mozilla Communicator client code, released 98171 The Original Code is Mozilla Communicator client code, released 103030 The Original Code is Mozilla Communicator client code, released [all …]
|