Home
last modified time | relevance | path

Searched refs:aggregator_ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp39 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 Dcommunicator_linker.h100 CommunicatorAggregator *aggregator_ = nullptr; variable
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouch_transform_processor.h53 Aggregator aggregator_ {
H A Dtouchpad_transform_processor.h117 Aggregator aggregator_ {
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dclient_msg_handler.h76 Aggregator aggregator_ {
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_transform_processor.h151 Aggregator aggregator_ {
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_transform_processor.cpp247 aggregator_.Record(MMI_LOG_FREEZE, lastDeviceName + ", TW: " + in DumpInner()
H A Dtouchpad_transform_processor.cpp245 aggregator_.Record(MMI_LOG_FREEZE, device->GetName() + ", TW: " + in OnEvent()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dclient_msg_handler.cpp190aggregator_.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 Dmouse_transform_processor.cpp735 aggregator_.Record(MMI_LOG_FREEZE, lastDeviceName + ", TW: " + in DumpInner()