Home
last modified time | relevance | path

Searched refs:freeze (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H A Dabilityappfreezemanager_fuzzer.cpp55 auto freeze = AppfreezeManager::GetInstance(); in DoSomethingInterestingWithMyAPI() local
56 if (!freeze) { in DoSomethingInterestingWithMyAPI()
59 freeze->AppfreezeHandle(faultData, appInfo); in DoSomethingInterestingWithMyAPI()
60 freeze->AppfreezeHandleWithStack(faultData, appInfo); in DoSomethingInterestingWithMyAPI()
61 freeze->LifecycleTimeoutHandle(info); in DoSomethingInterestingWithMyAPI()
64 freeze->IsHandleAppfreeze(bundleName); in DoSomethingInterestingWithMyAPI()
67 freeze->IsProcessDebug(pid, processName); in DoSomethingInterestingWithMyAPI()
68 freeze->IsNeedIgnoreFreezeEvent(pid); in DoSomethingInterestingWithMyAPI()
69 freeze->CancelAppFreezeDetect(pid, bundleName); in DoSomethingInterestingWithMyAPI()
70 freeze in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_surface_ext.h45 virtual void DrawTextureImage(RSPaintFilterCanvas& canvas, bool freeze, const Drawing::Rect& clipRect) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h256 virtual void SetFreeze(bool freeze) = 0;
H A Dview_abstract_model_ng.h906 void SetFreeze(bool freeze) override
908 ViewAbstract::SetFreeze(freeze);
H A Dview_abstract.h417 static void SetFreeze(bool freeze);
H A Dview_abstract.cpp2657 void ViewAbstract::SetFreeze(bool freeze) in SetFreeze() argument
2662 ACE_UPDATE_RENDER_CONTEXT(Freeze, freeze); in SetFreeze()

Completed in 13 milliseconds