Home
last modified time | relevance | path

Searched refs:commAggrHandle_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator.cpp23 : commAggrHandle_(inCommAggregator), commLabel_(inLabel) in Communicator()
34 commAggrHandle_ = nullptr; in ~Communicator()
65 commAggrHandle_->ActivateCommunicator(commLabel_); in Activate()
70 return commAggrHandle_->GetCommunicatorAggregatorMtuSize(); in GetCommunicatorMtuSize()
75 return commAggrHandle_->GetCommunicatorAggregatorMtuSize(target); in GetCommunicatorMtuSize()
80 return commAggrHandle_->GetLocalIdentity(outTarget); in GetLocalIdentity()
85 return commAggrHandle_->GetCommunicatorAggregatorTimeout(); in GetTimeout()
90 return commAggrHandle_->GetCommunicatorAggregatorTimeout(target); in GetTimeout()
95 return commAggrHandle_->IsDeviceOnline(device); in IsDeviceOnline()
111 extendHandle = commAggrHandle_->GetExtendHeaderHandle(config.paramInfo); in SendMessage()
[all …]
H A Dcommunicator.h76 CommunicatorAggregator *commAggrHandle_ = nullptr; variable