Searched refs:historyInfo (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | touch_event.cpp | 89 event.AddHistoryLocationInfo(std::move(historyInfo)); in TriggerTouchCallBack() 205 historyInfo.SetTimeStamp(eventItem.time); in CreateHistoryTouchItemInfo() 206 historyInfo.SetGlobalLocation(Offset(globalX, globalY)); in CreateHistoryTouchItemInfo() 207 historyInfo.SetLocalLocation(Offset(localX, localY)); in CreateHistoryTouchItemInfo() 208 historyInfo.SetScreenLocation(Offset(screenX, screenY)); in CreateHistoryTouchItemInfo() 209 historyInfo.SetTouchType(eventItem.type); in CreateHistoryTouchItemInfo() 210 historyInfo.SetForce(eventItem.force); in CreateHistoryTouchItemInfo() 212 historyInfo.SetTiltX(eventItem.tiltX.value()); in CreateHistoryTouchItemInfo() 215 historyInfo.SetTiltY(eventItem.tiltY.value()); in CreateHistoryTouchItemInfo() 217 historyInfo.SetSourceTool(eventItem.sourceTool); in CreateHistoryTouchItemInfo() [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 2978 if (historyInfo.dnsSelfCureFailedCnt == 0 || in DealDns() 2992 if (historyInfo.renewDhcpSelfCureFailedCnt >= 0) { in DealRenewDhcp() 3014 if ((historyInfo.reassocSelfCureFailedCnt == 0 || in DealMiddleReassoc() 3164 historyInfo.dnsSelfCureFailedCnt = 0; in UpdateSelfCureHistoryInfo() 3165 historyInfo.lastDnsSelfCureFailedTs = 0; in UpdateSelfCureHistoryInfo() 3167 historyInfo.dnsSelfCureFailedCnt += 1; in UpdateSelfCureHistoryInfo() 3181 historyInfo.staticIpSelfCureFailedCnt = 0; in UpdateSelfCureHistoryInfo() 3203 historyInfo.reassocSelfCureFailedCnt = 0; in UpdateReassocAndResetHistoryInfo() 3211 historyInfo.randMacSelfCureFailedCnt = 0; in UpdateReassocAndResetHistoryInfo() 3219 historyInfo.resetSelfCureFailedCnt = 0; in UpdateReassocAndResetHistoryInfo() [all …]
|
H A D | self_cure_state_machine.h | 408 bool SelfCureAcceptable(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel); 418 …static void UpdateReassocAndResetHistoryInfo(WifiSelfCureHistoryInfo &historyInfo, int requestCure… 420 …static void UpdateSelfCureHistoryInfo(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, … 421 …static void UpdateSelfCureConnectHistoryInfo(WifiSelfCureHistoryInfo &historyInfo, int requestCure…
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | self_cure_state_machine_test.cpp | 3079 WifiSelfCureHistoryInfo historyInfo; variable 3088 WifiSelfCureHistoryInfo historyInfo; variable 3097 WifiSelfCureHistoryInfo historyInfo; variable 3106 WifiSelfCureHistoryInfo historyInfo; variable 3115 WifiSelfCureHistoryInfo historyInfo; variable 3124 WifiSelfCureHistoryInfo historyInfo; variable 3147 WifiSelfCureHistoryInfo historyInfo; variable 3157 WifiSelfCureHistoryInfo historyInfo; variable 3166 WifiSelfCureHistoryInfo historyInfo; variable 3176 WifiSelfCureHistoryInfo historyInfo; variable [all …]
|
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/ |
H A D | eventhandler_adapter_queue.cpp | 176 int EventHandlerAdapterQueue::Dump(const char* tag, char* buf, uint32_t len, bool historyInfo) in Dump() argument 180 if (historyInfo) { in Dump()
|
H A D | eventhandler_adapter_queue.h | 78 int Dump(const char* tag, char* buf, uint32_t len, bool historyInfo = true);
|
H A D | queue_handler.h | 91 int Dump(const char* tag, char* buf, uint32_t len, bool historyInfo = true);
|
H A D | queue_handler.cpp | 397 int QueueHandler::Dump(const char* tag, char* buf, uint32_t len, bool historyInfo) in Dump() argument 402 …return reinterpret_cast<EventHandlerAdapterQueue*>(queue_.get())->Dump(tag, buf, len, historyInfo); in Dump()
|