Lines Matching refs:AppfreezeManager
36 class AppfreezeManager : public std::enable_shared_from_this<AppfreezeManager> {
71 AppfreezeManager();
72 ~AppfreezeManager();
74 static std::shared_ptr<AppfreezeManager> GetInstance();
76 int AppfreezeHandle(const FaultData& faultData, const AppfreezeManager::AppInfo& appInfo);
77 int AppfreezeHandleWithStack(const FaultData& faultData, const AppfreezeManager::AppInfo& appInfo);
90 AppfreezeManager& operator=(const AppfreezeManager&) = delete;
91 AppfreezeManager(const AppfreezeManager&) = delete;
100 int NotifyANR(const FaultData& faultData, const AppfreezeManager::AppInfo& appInfo,
112 static std::shared_ptr<AppfreezeManager> instance_;