Home
last modified time | relevance | path

Searched refs:IsHandleAppfreeze (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_state_test/
H A Dappfreeze_state_test.cpp67 EXPECT_FALSE(inner->IsHandleAppfreeze()); in HWTEST_F()
71 EXPECT_TRUE(inner->IsHandleAppfreeze()); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp84 bool AppfreezeInner::IsHandleAppfreeze() in IsHandleAppfreeze() function in OHOS::AppExecFwk::AppfreezeInner
136 if (!IsHandleAppfreeze()) { in AppfreezeHandleOverReportCount()
148 if (!IsHandleAppfreeze()) { in AppfreezeHandle()
243 if (!IsHandleAppfreeze()) { in ThreadBlock()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dappfreeze_inner.h57 bool IsHandleAppfreeze();
/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H A Dabilityappfreezemanager_fuzzer.cpp64 freeze->IsHandleAppfreeze(bundleName); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H A Dappfreeze_manager_test.cpp70 bool ret = appfreezeManager->IsHandleAppfreeze(""); in HWTEST_F()
72 ret = appfreezeManager->IsHandleAppfreeze("AppfreezeManagerTest_001"); in HWTEST_F()
/foundation/ability/ability_runtime/services/appdfr/include/
H A Dappfreeze_manager.h80 bool IsHandleAppfreeze(const std::string& bundleName);
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp103 bool AppfreezeManager::IsHandleAppfreeze(const std::string& bundleName) in IsHandleAppfreeze() function in OHOS::AppExecFwk::AppfreezeManager
115 if (!IsHandleAppfreeze(appInfo.bundleName)) { in AppfreezeHandle()
148 if (!IsHandleAppfreeze(appInfo.bundleName)) { in AppfreezeHandleWithStack()
230 if (!IsHandleAppfreeze(info.bundleName)) { in LifecycleTimeoutHandle()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp5985 if (!AppExecFwk::AppfreezeManager::GetInstance()->IsHandleAppfreeze(bundleName) || record->IsDebugging()) { in TransformedNotifyAppFault()

Completed in 17 milliseconds