/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/ |
H A D | svg_animate_test.cpp | 178 svgAnimate->SetFillMode(Fill::FREEZE); in HWTEST_F() 216 svgAnimate->SetFillMode(Fill::FREEZE); in HWTEST_F() 254 svgAnimate->SetFillMode(Fill::FREEZE); in HWTEST_F() 292 svgAnimate->SetFillMode(Fill::FREEZE); in HWTEST_F() 330 svgAnimate->SetFillMode(Fill::FREEZE); in HWTEST_F() 370 svgAnimate->SetFillMode(Fill::FREEZE); in HWTEST_F() 412 svgAnimate->SetFillMode(Fill::FREEZE); in HWTEST_F() 452 svgAnimate->SetFillMode(Fill::FREEZE); in HWTEST_F() 490 svgAnimate->SetFillMode(Fill::FREEZE); in HWTEST_F()
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/ |
H A D | allow_type.h | 32 FREEZE = 1 << 6, member
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | watch_dog.cpp | 38 enum class State { NORMAL, WARNING, FREEZE }; 244 if (state_ == State::FREEZE) { in Check() 258 RawReport(RawEventType::FREEZE); in Check() 259 state_ = State::FREEZE; in Check() 272 RawReport(RawEventType::FREEZE); in Check() 348 if (type == RawEventType::FREEZE && in RawReport()
|
H A D | watch_dog_mingw.cpp | 46 enum class State { NORMAL, WARNING, FREEZE }; 208 if (state_ == State::FREEZE) { in Check() 222 RawReport(RawEventType::FREEZE); in Check() 223 state_ = State::FREEZE; in Check() 236 RawReport(RawEventType::FREEZE); in Check() 306 if (type == RawEventType::FREEZE && in RawReport()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_svg_animate.cpp | 50 Fill fillMode = (declaration->GetFillMode() == ANIMATION_FILL_MODE_FREEZE ? Fill::FREEZE : Fill::REMOVE); in SetAnimateAttrs()
|
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/ |
H A D | init.cpp | 58 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(AllowType::FREEZE), "FREEZE"); in DeviceStandbyTypeInit()
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/ |
H A D | sa_profiles.h | 54 FREEZE, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_animation.cpp | 81 Fill fillMode = (val == "freeze" ? Fill::FREEZE : Fill::REMOVE); in SetAttr()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.h | 28 FREEZE, member in OHOS::Ace::Fill 72 if (fillMode_ == Fill::FREEZE) { in GetFillMode()
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | event_report.h | 146 enum class RawEventType { WARNING, FREEZE, RECOVER }; member in OHOS::Ace::RawEventType
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_animation.cpp | 174 Fill fillMode = (animateAttr_.fillMode == ANIMATION_FILL_MODE_FREEZE ? Fill::FREEZE : Fill::REMOVE); in UpdateAttr()
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 328 FREEZE, member in OHOS::Rosen::DisplayStateChangeType
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | event_report.cpp | 299 } else if (type == RawEventType::FREEZE) { in ANRRawReport()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_display_controller.cpp | 648 DisplayStateChangeType type = toFreeze ? DisplayStateChangeType::FREEZE : DisplayStateChangeType::UNFREEZE;
in SetFreeze()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_service.cpp | 1196 if (type == DisplayStateChangeType::FREEZE) { in NotifyDisplayStateChange()
|