Home
last modified time | relevance | path

Searched refs:AppfreezeManager (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/services/appdfr/include/
H A Dappfreeze_manager.h36 class AppfreezeManager : public std::enable_shared_from_this<AppfreezeManager> { class
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(cons
[all...]
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp60 std::shared_ptr<AppfreezeManager> AppfreezeManager::instance_ = nullptr;
61 ffrt::mutex AppfreezeManager::singletonMutex_;
62 ffrt::mutex AppfreezeManager::freezeMutex_;
63 ffrt::mutex AppfreezeManager::catchStackMutex_;
64 std::map<int, std::string> AppfreezeManager::catchStackMap_;
65 ffrt::mutex AppfreezeManager::freezeFilterMutex_;
67 AppfreezeManager::AppfreezeManager() in AppfreezeManager() function in OHOS::AppExecFwk::AppfreezeManager
69 name_ = "AppfreezeManager" in AppfreezeManager()
[all...]
/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H A Dappfreeze_manager_test.cpp40 std::shared_ptr<AppfreezeManager> appfreezeManager = nullptr;
55 appfreezeManager = AppfreezeManager::GetInstance(); in SetUp()
60 AppfreezeManager::DestroyInstance(); in TearDown()
86 AppfreezeManager::AppInfo appInfo; in HWTEST_F()
115 AppfreezeManager::AppInfo appInfo = { in HWTEST_F()
132 AppfreezeManager::ParamInfo info; in HWTEST_F()
135 AppfreezeManager::ParamInfo info1 = { in HWTEST_F()
136 .typeId = AppfreezeManager::TypeAttribute::NORMAL_TIMEOUT, in HWTEST_F()
143 AppfreezeManager::ParamInfo info2 = { in HWTEST_F()
144 .typeId = AppfreezeManager in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H A Dabilityappfreezemanager_fuzzer.cpp53 OHOS::AppExecFwk::AppfreezeManager::AppInfo appInfo; in DoSomethingInterestingWithMyAPI()
54 AppfreezeManager::ParamInfo info; in DoSomethingInterestingWithMyAPI()
55 auto freeze = AppfreezeManager::GetInstance(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp3664 AppExecFwk::AppfreezeManager::GetInstance()->RemoveDeathProcess(appRecord->GetBundleName()); in OnRemoteDied()
4815 int typeId = AppExecFwk::AppfreezeManager::TypeAttribute::NORMAL_TIMEOUT; in SendHiSysEvent()
4825 typeId = AppExecFwk::AppfreezeManager::TypeAttribute::CRITICAL_TIMEOUT; in SendHiSysEvent()
4829 typeId = AppExecFwk::AppfreezeManager::TypeAttribute::CRITICAL_TIMEOUT; in SendHiSysEvent()
4833 typeId = AppExecFwk::AppfreezeManager::TypeAttribute::CRITICAL_TIMEOUT; in SendHiSysEvent()
4837 typeId = AppExecFwk::AppfreezeManager::TypeAttribute::CRITICAL_TIMEOUT; in SendHiSysEvent()
4847 AppfreezeManager::ParamInfo info = { in SendHiSysEvent()
4854 AppfreezeManager::GetInstance()->LifecycleTimeoutHandle(info); in SendHiSysEvent()
5834 if (AppExecFwk::AppfreezeManager::GetInstance()->IsProcessDebug(pid, bundleName)) { in NotifyAppFault()
5853 AppfreezeManager in NotifyAppFault()
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1119 int typeId = AppExecFwk::AppfreezeManager::TypeAttribute::NORMAL_TIMEOUT; in PrintTimeOutLog()
1133 AppExecFwk::AppfreezeManager::ParamInfo info = { in PrintTimeOutLog()
1156 AppExecFwk::AppfreezeManager::GetInstance()->LifecycleTimeoutHandle(info, flow); in PrintTimeOutLog()
1167 typeId = AppExecFwk::AppfreezeManager::TypeAttribute::CRITICAL_TIMEOUT; in GetContentAndTypeId()
1171 typeId = AppExecFwk::AppfreezeManager::TypeAttribute::CRITICAL_TIMEOUT; in GetContentAndTypeId()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp2225 int typeId = AppExecFwk::AppfreezeManager::TypeAttribute::NORMAL_TIMEOUT; in PrintTimeOutLog()
2240 AppExecFwk::AppfreezeManager::ParamInfo info = { in PrintTimeOutLog()
2262 AppExecFwk::AppfreezeManager::GetInstance()->LifecycleTimeoutHandle(info, flow); in PrintTimeOutLog()
2273 typeId = AppExecFwk::AppfreezeManager::TypeAttribute::CRITICAL_TIMEOUT; in GetContentAndTypeId()
2283 typeId = AppExecFwk::AppfreezeManager::TypeAttribute::CRITICAL_TIMEOUT; in GetContentAndTypeId()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp2759 int typeId = AppExecFwk::AppfreezeManager::TypeAttribute::NORMAL_TIMEOUT; in PrintTimeOutLog()
2764 typeId = AppExecFwk::AppfreezeManager::TypeAttribute::CRITICAL_TIMEOUT; in PrintTimeOutLog()
2774 typeId = AppExecFwk::AppfreezeManager::TypeAttribute::CRITICAL_TIMEOUT; in PrintTimeOutLog()
2792 AppExecFwk::AppfreezeManager::ParamInfo info = { in PrintTimeOutLog()
2799 AppExecFwk::AppfreezeManager::GetInstance()->LifecycleTimeoutHandle(info); in PrintTimeOutLog()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp617 AppfreezeManager::GetInstance()->CancelAppFreezeDetect(1, TEST_BUNDLE_NAME); in HWTEST_F()

Completed in 32 milliseconds