Searched refs:GetAppRunningRecord (Results 1 – 4 of 4) sorted by relevance
243 std::shared_ptr<AppRunningRecord> GetAppRunningRecord(const int64_t eventId);
80 manager->GetAppRunningRecord(eventId); in DoSomethingInterestingWithMyAPIadda()
3799 auto appRecord = appRunningManager_->GetAppRunningRecord(eventId); in HandleTerminateApplicationTimeOut()3857 auto appRecord = appRunningManager_->GetAppRunningRecord(eventId); in HandleAddAbilityStageTimeOut()4518 auto appRecord = appRunningManager_->GetAppRunningRecord(eventId); in HandleStartSpecifiedAbilityTimeOut()4560 auto appRecord = appRunningManager_->GetAppRunningRecord(eventId); in HandleStartSpecifiedProcessTimeout()4798 auto appRecord = appRunningManager_->GetAppRunningRecord(eventId); in SendHiSysEvent()
534 std::shared_ptr<AppRunningRecord> AppRunningManager::GetAppRunningRecord(const int64_t eventId) in GetAppRunningRecord() function in OHOS::AppExecFwk::AppRunningManager