Home
last modified time | relevance | path

Searched defs:appTaskInfo (Results 1 – 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_process_manager.cpp29 void AppProcessManager::RemoveAppFromRecentList(const std::shared_ptr<AppTaskInfo> &appTaskInfo) in RemoveAppFromRecentList()
44 auto appTaskInfo = std::make_shared<AppTaskInfo>(); in AddAppToRecentList() local
59 auto appTaskInfo = GetAppTaskInfoById(recordId); in PushAppFront() local
68 auto appTaskInfo = GetAppTaskInfoById(recordId); in RemoveAppFromRecentListById() local
76 …= std::find_if(recentAppList_.begin(), recentAppList_.end(), [&recordId](const auto &appTaskInfo) { in GetAppTaskInfoById()
86 …f(recentAppList_.begin(), recentAppList_.end(), [&appName, &processName](const auto &appTaskInfo) { in GetAppTaskInfoByProcessName()
Dapp_mgr_service_inner.cpp1125 for (const auto &appTaskInfo : appProcessManager_->GetRecentAppList()) { in GetAllPids() local
2031 auto appTaskInfo = appProcessManager_->GetAppTaskInfoByProcessName(appName, processName); in RemoveAppFromRecentList() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dapp_task_info.cpp76 AppTaskInfo *appTaskInfo = new (std::nothrow) AppTaskInfo(); in Unmarshalling() local
/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
Dappmgrrest_fuzzer.cpp79 std::shared_ptr<AppTaskInfo> appTaskInfo; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/ams_recent_app_list_test/
Dams_recent_app_list_test.cpp264 auto appTaskInfo = serviceInner_->GetRecentAppList().front(); variable
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
Dams_app_life_cycle_module_test.cpp892 auto appTaskInfo = variable