Home
last modified time | relevance | path

Searched refs:GetApplicationByIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_recent_app_list_test/
H A Dams_recent_app_list_test.cpp65 const std::shared_ptr<ApplicationInfo> GetApplicationByIndex(const int32_t index) const;
124 const std::shared_ptr<ApplicationInfo> AmsRecentAppListTest::GetApplicationByIndex(const int32_t in… in GetApplicationByIndex() function in OHOS::AppExecFwk::AmsRecentAppListTest
134 auto appInfo = GetApplicationByIndex(index); in GetAppRunningRecordByIndex()
149 auto appInfo = GetApplicationByIndex(index); in StartProcessSuccess()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_death_recipient_test/
H A Dams_app_death_recipient_test.cpp58 const std::shared_ptr<ApplicationInfo> GetApplicationByIndex(const int32_t index) const;
142 const std::shared_ptr<ApplicationInfo> AppDeathRecipientTest::GetApplicationByIndex(const int32_t i… in GetApplicationByIndex() function in OHOS::AppExecFwk::AppDeathRecipientTest
152 auto appInfo = GetApplicationByIndex(index); in GetAppRunningRecordByIndex()
169 auto appInfo = GetApplicationByIndex(pid); in GetApp()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_recent_list_test/
H A Dams_app_recent_list_module_test.cpp56 const std::shared_ptr<ApplicationInfo> GetApplicationByIndex(const int32_t index) const;
81 const std::shared_ptr<ApplicationInfo> AmsAppRecentListModuleTest::GetApplicationByIndex(const int3… in GetApplicationByIndex() function in OHOS::AppExecFwk::AmsAppRecentListModuleTest