Home
last modified time | relevance | path

Searched refs:eventTime (Results 1 - 9 of 9) sorted by relevance

/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_manager.h180 int64_t eventTime);
192 bool UpdateReclaimPriorityInner(UpdateRequest request, int64_t eventTime = INVALID_TIME);
193 bool HandleExtensionProcess(UpdateRequest &request, int64_t eventTime);
203 ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime);
214 bool UpdateExtensionStatusForTarget(UpdateRequest &request, int64_t eventTime);
236 void HandleForeground(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime);
237 void HandleBackground(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime);
238 void HandleSuspendDelayStart(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime);
239 void HandleSuspendDelayEnd(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime);
240 void HandleBackgroundRunningStart(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime);
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Devloop_timer_unit_test.cpp488 EventTime eventTime = -1; // -1 is invalid arg in HWTEST_F() local
490 IEvent *event = IEvent::CreateEvent(eventTime, errCode); in HWTEST_F()
500 event = IEvent::CreateEvent(eventFd, events, eventTime, errCode); in HWTEST_F()
509 event = IEvent::CreateEvent(eventFd, eventsMask, eventTime, errCode); in HWTEST_F()
518 event = IEvent::CreateEvent(eventFd, events, eventTime, errCode); in HWTEST_F()
526 eventTime = TIME_PIECE_1; in HWTEST_F()
528 event = IEvent::CreateEvent(eventFd, events, eventTime, errCode); in HWTEST_F()
546 EventTime eventTime = TIME_PIECE_1; in HWTEST_F() local
548 IEvent *event = IEvent::CreateEvent(eventTime, errCode); in HWTEST_F()
572 EventTime eventTime in HWTEST_F() local
608 EventTime eventTime = TIME_PIECE_1; HWTEST_F() local
650 EventTime eventTime = -1; // -1 is invalid arg HWTEST_F() local
677 EventTime eventTime = TIME_PIECE_1; HWTEST_F() local
706 EventTime eventTime = TIME_PIECE_1; HWTEST_F() local
743 EventTime eventTime = TIME_PIECE_1; HWTEST_F() local
[all...]
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp393 int64_t eventTime = KernelInterface::GetInstance().GetSystemTimeMs(); in UpdateReclaimPriority() local
395 [this, request, eventTime] { this->UpdateReclaimPriorityInner(request, eventTime); }; in UpdateReclaimPriority()
413 int64_t eventTime = KernelInterface::GetInstance().GetSystemTimeMs(); in UpdateRecalimPrioritySyncWithLock() local
414 return HandleAbilityStart(request, eventTime); in UpdateRecalimPrioritySyncWithLock()
436 bool ReclaimPriorityManager::HandleAbilityStart(const UpdateRequest &request, int64_t eventTime) in HandleAbilityStart() argument
449 AbilityStartingBegin(proc, bundle, eventTime); in HandleAbilityStart()
739 bool ReclaimPriorityManager::UpdateExtensionStatusForTarget(UpdateRequest &request, int64_t eventTime) in UpdateExtensionStatusForTarget() argument
768 HandleUpdateProcess(request.reason, bundle, proc, action, eventTime); in UpdateExtensionStatusForTarget()
916 bool ReclaimPriorityManager::HandleExtensionProcess(UpdateRequest &request, int64_t eventTime) in HandleExtensionProcess() argument
923 UpdateReclaimPriorityInner(UpdateRequest request, int64_t eventTime) UpdateReclaimPriorityInner() argument
1076 HandleForeground(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleForeground() argument
1084 HandleBackground(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleBackground() argument
1092 HandleSuspendDelayStart(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleSuspendDelayStart() argument
1097 HandleSuspendDelayEnd(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleSuspendDelayEnd() argument
1102 HandleBackgroundRunningStart(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleBackgroundRunningStart() argument
1108 HandleBackgroundRunningEnd(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleBackgroundRunningEnd() argument
1114 HandleEventStart(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleEventStart() argument
1119 HandleEventEnd(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleEventEnd() argument
1124 HandleDistDeviceConnected(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleDistDeviceConnected() argument
1129 HandleDistDeviceDisconnected(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleDistDeviceDisconnected() argument
1135 HandleBindExtension(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleBindExtension() argument
1142 HandleUnbindExtension(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleUnbindExtension() argument
1149 HandleVisible(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleVisible() argument
1154 HandleUnvisible(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleUnvisible() argument
1182 HandleUpdateProcess(AppStateUpdateReason reason, std::shared_ptr<BundlePriorityInfo> bundle, ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) HandleUpdateProcess() argument
1265 CheckCurrentEventHappenedBeforeAbilityStart(const ProcessPriorityInfo &proc, AppStateUpdateReason reason, int64_t eventTime) CheckCurrentEventHappenedBeforeAbilityStart() argument
1287 AbilityStartingBegin(ProcessPriorityInfo &proc, std::shared_ptr<BundlePriorityInfo> bundle, int64_t eventTime) AbilityStartingBegin() argument
1317 FinishAbilityStartIfNeed(ProcessPriorityInfo &proc, AppStateUpdateReason reason, int64_t eventTime) FinishAbilityStartIfNeed() argument
1326 CheckAbilityStartNeedFinishInAdvance(const ProcessPriorityInfo &proc, AppStateUpdateReason reason, int64_t eventTime) CheckAbilityStartNeedFinishInAdvance() argument
1332 NeedSkipEventBeforeAbilityStart(const ProcessPriorityInfo &proc, AppStateUpdateReason reason, int64_t eventTime) NeedSkipEventBeforeAbilityStart() argument
[all...]
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp191 auto eventTime = GetCurrentTime(); in RecordPageNodeCountAndDepth() local
195 pageJson->Put("eventTime", eventTime.c_str()); in RecordPageNodeCountAndDepth()
229 auto eventTime = GetCurrentTime(); in RecordFunctionTimeout() local
233 pageJson->Put("eventTime", eventTime.c_str()); in RecordFunctionTimeout()
248 auto eventTime = GetCurrentTime(); in RecordVsyncTimeout() local
252 pageJson->Put("eventTime", eventTime.c_str()); in RecordVsyncTimeout()
283 auto eventTime in RecordForEachItemsCount() local
313 auto eventTime = GetCurrentTime(); RecordFlexLayoutsCount() local
[all...]
/foundation/multimodalinput/input/util/socket/src/
H A Duds_session.cpp159 EventTime eventTime = { id, time, timerId }; in SaveANREvent() local
162 iter->second.push_back(eventTime); in SaveANREvent()
215 if (!AddInt64(events.begin()->eventTime, INPUT_UI_TIMEOUT_TIME, endTime)) { in DelEvents()
235 return iter->second.begin()->eventTime; in GetEarliestEventTime()
/foundation/multimodalinput/input/util/socket/test/
H A Duds_session_test.cpp256 event.eventTime = 1000; in HWTEST_F()
277 event.eventTime = 1000; in HWTEST_F()
300 event.eventTime = 1000; in HWTEST_F()
328 event.eventTime = 1000; in HWTEST_F()
351 event.eventTime = 1000; in HWTEST_F()
423 int64_t eventTime = sesObj.GetEarliestEventTime(type); in HWTEST_F() local
424 EXPECT_EQ(eventTime, earliestEventTime); in HWTEST_F()
/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp312 int32_t eventTime = dispatch.eventTime_; in HWTEST_F() local
315 eventTime = 1000; in HWTEST_F()
316 EXPECT_TRUE(currentTime - eventTime > INTERVAL_TIME); in HWTEST_F()
337 int32_t eventTime = dispatch.eventTime_; in HWTEST_F() local
340 eventTime = 1000; in HWTEST_F()
341 EXPECT_FALSE(currentTime - eventTime > INTERVAL_TIME); in HWTEST_F()
384 int32_t eventTime = dispatch.eventTime_; in HWTEST_F() local
387 eventTime = 1000; in HWTEST_F()
388 EXPECT_FALSE(currentTime - eventTime > INTERVAL_TIME); in HWTEST_F()
821 int32_t eventTime in HWTEST_F() local
1018 int32_t eventTime = dispatch.eventTime_; HWTEST_F() local
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp213 int64_t eventTime = event.GetActionTime(); in HandleTouchMoveEvent() local
225 startTime_ = eventTime; in HandleTouchMoveEvent()
234 int64_t durationTime = eventTime - startTime_; in HandleTouchMoveEvent()
/foundation/multimodalinput/input/util/socket/include/
H A Duds_session.h115 int64_t eventTime { 0 };

Completed in 15 milliseconds