Home
last modified time | relevance | path

Searched refs:HandleForeground (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/
H A Dability_thread.h58 int32_t HandleForeground(const Want *want);
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/include/
H A Dbackground_sensitive_task_overlapping_scene_recognizer.h38 void HandleForeground(uint32_t resType, int64_t value, const nlohmann::json& payload);
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/
H A Dbackground_sensitive_task_overlapping_scene_recognizer.cpp60 HandleForeground(resType, value, payload); in OnDispatchResource()
190 void BackgroundSensitiveTaskOverlappingSceneRecognizer::HandleForeground(uint32_t resType, int64_t value, in HandleForeground() function in OHOS::ResourceSchedule::BackgroundSensitiveTaskOverlappingSceneRecognizer
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_thread.cpp58 int32_t AbilityThread::HandleForeground(const Want *want) in HandleForeground() function in OHOS::AbilitySlite::AbilityThread
H A Djs_ability_thread.cpp152 abilityThread->HandleForeground(innerMsg.want); in AppTaskHandler()
H A Dnative_ability_thread.cpp188 abilityThread->HandleForeground(innerMsg.want); in NativeAppTaskHandler()
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stub.h48 MOCK_METHOD2(HandleForeground, int(MessageParcel& data, MessageParcel& reply));
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h37 int HandleForeground(MessageParcel& data, MessageParcel& reply);
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_manager.h236 void HandleForeground(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime);
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dscene_recognize_test.cpp132 bgtaskRecognizer->HandleForeground(ResType::RES_TYPE_CONTINUOUS_TASK, in HWTEST_F()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp1076 void ReclaimPriorityManager::HandleForeground(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime) in HandleForeground() function in OHOS::Memory::ReclaimPriorityManager
1161 changeProcMapping_[AppStateUpdateReason::FOREGROUND] = &ReclaimPriorityManager::HandleForeground; in InitChangeProcMapping()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp96 return HandleForeground(data, reply); in ProcessRemoteRequest()
234 int SessionStub::HandleForeground(MessageParcel& data, MessageParcel& reply) in HandleForeground() function in OHOS::OHOS::Rosen::SessionStub

Completed in 8 milliseconds