Searched refs:aggregator_ (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | communicator_linker.cpp | 39 aggregator_ = inAggregator; in CommunicatorLinker() 41 RefObject::IncObjRef(aggregator_); // The linker rely on CommunicatorAggregator in CommunicatorLinker() 46 RefObject::DecObjRef(aggregator_); // The linker no longer rely on CommunicatorAggregator in ~CommunicatorLinker() 47 aggregator_ = nullptr; in ~CommunicatorLinker() 398 …int errCode = aggregator_->ScheduleSendTask(toTarget, inBuff, FrameType::COMMUNICATION_LABEL_EXCHA… in SendLabelExchange() 456 …int errCode = aggregator_->ScheduleSendTask(toTarget, inBuff, FrameType::COMMUNICATION_LABEL_EXCHA… in SendLabelExchangeAck()
|
H A D | communicator_linker.h | 100 CommunicatorAggregator *aggregator_ = nullptr; variable
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/include/ |
H A D | touch_transform_processor.h | 53 Aggregator aggregator_ {
|
H A D | touchpad_transform_processor.h | 117 Aggregator aggregator_ {
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | client_msg_handler.h | 76 Aggregator aggregator_ {
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/ |
H A D | mouse_transform_processor.h | 151 Aggregator aggregator_ {
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_transform_processor.cpp | 247 aggregator_.Record(MMI_LOG_FREEZE, lastDeviceName + ", TW: " + in DumpInner()
|
H A D | touchpad_transform_processor.cpp | 245 aggregator_.Record(MMI_LOG_FREEZE, device->GetName() + ", TW: " + in OnEvent()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | client_msg_handler.cpp | 190 … aggregator_.Record({MMI_LOG_DISPATCH, INPUT_KEY_FLOW, __FUNCTION__, __LINE__}, logInfo.c_str(), in OnPointerEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 735 aggregator_.Record(MMI_LOG_FREEZE, lastDeviceName + ", TW: " + in DumpInner()
|