Home
last modified time | relevance | path

Searched refs:historyInfo (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dtouch_event.cpp86 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 Dself_cure_state_machine.cpp3023 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 Dself_cure_state_machine.h409 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 Dself_cure_state_machine_test.cpp3101 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 Dqueue_handler.h79 int Dump(const char* tag, char* buf, uint32_t len, bool historyInfo = true);
H A Deventhandler_adapter_queue.h78 int Dump(const char* tag, char* buf, uint32_t len, bool historyInfo = true);
H A Deventhandler_adapter_queue.cpp176 int EventHandlerAdapterQueue::Dump(const char* tag, char* buf, uint32_t len, bool historyInfo) in Dump() argument
180 if (historyInfo) { in Dump()
H A Dqueue_handler.cpp387 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()

Completed in 17 milliseconds