Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Danr_manager_test.cpp101 HWTEST_F(AnrManagerTest, GetAppInfoByPersistentId, Function | SmallTest | Level1)
105 auto ret = anrMgr.GetAppInfoByPersistentId(0);
110 ret = anrMgr.GetAppInfoByPersistentId(0);
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/
H A Danr_manager.cpp59 AppInfo appInfo = GetAppInfoByPersistentId(persistentId); in AddTimer()
141 ANRManager::AppInfo ANRManager::GetAppInfoByPersistentId(int32_t persistentId) in GetAppInfoByPersistentId() function in OHOS::Rosen::ANRManager
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/include/
H A Danr_manager.h56 ANRManager::AppInfo GetAppInfoByPersistentId(int32_t persistentId);