/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | touch_event.cpp | 86 auto historyInfo = CreateHistoryTouchItemInfo(item, point); in TriggerTouchCallBack() local 87 event.AddHistoryLocationInfo(std::move(historyInfo)); in TriggerTouchCallBack() 202 TouchLocationInfo historyInfo("onTouch", eventItem.originalId); in CreateHistoryTouchItemInfo() 203 historyInfo.SetTimeStamp(eventItem.time); in CreateHistoryTouchItemInfo() 204 historyInfo.SetGlobalLocation(Offset(globalX, globalY)); in CreateHistoryTouchItemInfo() 205 historyInfo.SetLocalLocation(Offset(localX, localY)); in CreateHistoryTouchItemInfo() 206 historyInfo.SetScreenLocation(Offset(screenX, screenY)); in CreateHistoryTouchItemInfo() 207 historyInfo.SetTouchType(eventItem.type); in CreateHistoryTouchItemInfo() 208 historyInfo.SetForce(eventItem.force); in CreateHistoryTouchItemInfo() 210 historyInfo in CreateHistoryTouchItemInfo() [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 3023 bool AllowSelfCure(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel) in AllowSelfCure() argument 3028 if ((historyInfo.reassocSelfCureConnectFailedCnt == 0) || in AllowSelfCure() 3029 ((historyInfo.reassocSelfCureConnectFailedCnt >= 1) && in AllowSelfCure() 3030 ((currentMs - historyInfo.lastReassocSelfCureConnectFailedTs) > DELAYED_DAYS_LOW))) { in AllowSelfCure() 3035 if ((historyInfo.resetSelfCureConnectFailedCnt == 0) || in AllowSelfCure() 3036 ((historyInfo.resetSelfCureConnectFailedCnt >= 1) && in AllowSelfCure() 3037 ((currentMs - historyInfo.lastResetSelfCureConnectFailedTs) > DELAYED_DAYS_LOW))) { in AllowSelfCure() 3045 bool DealDns(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) in DealDns() argument 3047 if (historyInfo.dnsSelfCureFailedCnt == 0 || in DealDns() 3048 (historyInfo in DealDns() 3059 DealRenewDhcp(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) DealRenewDhcp() argument 3067 DealStaticIp(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) DealStaticIp() argument 3081 DealMiddleReassoc(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) DealMiddleReassoc() argument 3096 DealRandMacReassoc(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) DealRandMacReassoc() argument 3104 DealHighReset(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) DealHighReset() argument 3119 SelfCureAcceptable(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel) SelfCureAcceptable() argument 3184 UpdateSelfCureConnectHistoryInfo(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, bool success) UpdateSelfCureConnectHistoryInfo() argument 3216 UpdateSelfCureHistoryInfo(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, bool success) UpdateSelfCureHistoryInfo() argument 3256 UpdateReassocAndResetHistoryInfo(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, bool success) UpdateReassocAndResetHistoryInfo() argument [all...] |
H A D | self_cure_state_machine.h | 409 bool SelfCureAcceptable(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel); 418 static void UpdateReassocAndResetHistoryInfo(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, 420 static void UpdateSelfCureHistoryInfo(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, bool success); 421 static void UpdateSelfCureConnectHistoryInfo(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel,
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | self_cure_state_machine_test.cpp | 3101 WifiSelfCureHistoryInfo historyInfo; in HWTEST_F() local 3102 historyInfo.dnsSelfCureFailedCnt = 0; in HWTEST_F() 3104 bool result = pSelfCureStateMachine->SelfCureAcceptable(historyInfo, requestCureLevel); in HWTEST_F() 3110 WifiSelfCureHistoryInfo historyInfo; in HWTEST_F() local 3111 historyInfo.renewDhcpSelfCureFailedCnt = 0; in HWTEST_F() 3113 bool result = pSelfCureStateMachine->SelfCureAcceptable(historyInfo, requestCureLevel); in HWTEST_F() 3119 WifiSelfCureHistoryInfo historyInfo; in HWTEST_F() local 3120 historyInfo.staticIpSelfCureFailedCnt = 0; in HWTEST_F() 3122 bool result = pSelfCureStateMachine->SelfCureAcceptable(historyInfo, requestCureLevel); in HWTEST_F() 3128 WifiSelfCureHistoryInfo historyInfo; in HWTEST_F() local 3137 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3146 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3160 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3170 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3179 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3189 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3198 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3208 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3218 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3230 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3242 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3254 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3266 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3278 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3290 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local 3302 WifiSelfCureHistoryInfo historyInfo; HWTEST_F() local [all...] |
/foundation/resourceschedule/ffrt/src/queue/ |
H A D | queue_handler.h | 79 int Dump(const char* tag, char* buf, uint32_t len, bool historyInfo = true);
|
H A D | eventhandler_adapter_queue.h | 78 int Dump(const char* tag, char* buf, uint32_t len, bool historyInfo = true);
|
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 | queue_handler.cpp | 387 int QueueHandler::Dump(const char* tag, char* buf, uint32_t len, bool historyInfo) in Dump() argument 392 return reinterpret_cast<EventHandlerAdapterQueue*>(queue_.get())->Dump(tag, buf, len, historyInfo); in Dump()
|