Home
last modified time | relevance | path

Searched refs:GetAppRecord (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dcgroup_event_handler.cpp249 auto app = supervisor_->GetAppRecord(uid); in HandleAbilityStateChanged()
282 auto app = supervisor_->GetAppRecord(uid); in HandleExtensionStateChanged()
351 std::shared_ptr<Application> app = supervisor_->GetAppRecord(uid); in HandleProcessDied()
510 app = supervisor_->GetAppRecord(uid); in HandleUnfocusedWindow()
551 app = supervisor_->GetAppRecord(uid); in HandleWindowVisibilityChanged()
582 std::shared_ptr<Application> app = supervisor_->GetAppRecord(uid); in HandleDrawingContentChangeWindow()
774 std::shared_ptr<Application> app = supervisor_->GetAppRecord(uid); in HandleReportAudioState()
854 std::shared_ptr<Application> app = supervisor_->GetAppRecord(uid); in HandleReportRunningLockEvent()
880 std::shared_ptr<Application> app = supervisor_->GetAppRecord(uid); in HandleReportHisysEvent()
932 std::shared_ptr<Application> app = supervisor_->GetAppRecord(uid); in HandleReportScreenCaptureEvent()
[all …]
H A Dsupervisor.cpp198 std::shared_ptr<Application> Supervisor::GetAppRecord(int32_t uid) in GetAppRecord() function in OHOS::ResourceSchedule::Supervisor
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/
H A Dams_thread.cpp152 JSAppRecord *currentTopApp = GetAppRecord(currentTopToken_); in StartAbilityInner()
174 JSAppRecord *currentTop = GetAppRecord(currentTopToken_); in StartAbilityInner()
265 JSAppRecord *AMSThread::GetAppRecord(uint64_t token) in GetAppRecord() function in OHOS::ACELite::AMSThread
H A Dams_thread.h78 JSAppRecord *GetAppRecord(uint64_t token);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
H A Dsupervisor.h195 std::shared_ptr<Application> GetAppRecord(int32_t uid);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp511 auto app = supervisor->GetAppRecord(uid); in GetAllMmiStatusData()