Home
last modified time | relevance | path

Searched refs:IsNeedIgnoreFreezeEvent (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H A Dabilityappfreezemanager_fuzzer.cpp68 freeze->IsNeedIgnoreFreezeEvent(pid); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H A Dappfreeze_manager_test.cpp198 bool result = appfreezeManager->IsNeedIgnoreFreezeEvent(pid); in HWTEST_F()
203 result = appfreezeManager->IsNeedIgnoreFreezeEvent(pid); in HWTEST_F()
/foundation/ability/ability_runtime/services/appdfr/include/
H A Dappfreeze_manager.h82 bool IsNeedIgnoreFreezeEvent(int32_t pid);
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp163 if (AppExecFwk::AppfreezeManager::GetInstance()->IsNeedIgnoreFreezeEvent(appInfo.pid)) { in AppfreezeHandleWithStack()
570 bool AppfreezeManager::IsNeedIgnoreFreezeEvent(int32_t pid) in IsNeedIgnoreFreezeEvent() function in OHOS::AppExecFwk::AppfreezeManager

Completed in 3 milliseconds