Home
last modified time | relevance | path

Searched refs:SetAppInfoGetter (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/include/
H A Danr_manager.h46 void SetAppInfoGetter(std::function<void(int32_t, std::string&, int32_t)> callback);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp114 DelayedSingleton<ANRManager>::GetInstance()->SetAppInfoGetter( in LoadContent()
H A Droot_scene.cpp118 DelayedSingleton<ANRManager>::GetInstance()->SetAppInfoGetter( in LoadContent()
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/
H A Danr_manager.cpp179 void ANRManager::SetAppInfoGetter(std::function<void(int32_t, std::string&, int32_t)> callback) in SetAppInfoGetter() function in OHOS::Rosen::ANRManager
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dtimer_manager_test.cpp318 anrManager->SetAppInfoGetter(callback);