/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | frame_report.cpp | 110 enable_ = frameGetEnableFunc_() != 0; in Init() 130 if (!enable_) { in BeginFlushAnimation() 139 if (!enable_) { in EndFlushAnimation() 148 if (!enable_) { in BeginFlushBuild() 157 if (!enable_) { in EndFlushBuild() 166 if (!enable_) { in BeginFlushLayout() 175 if (!enable_) { in EndFlushLayout() 184 if (!enable_) { in BeginFlushRender() 192 if (!enable_) { in EndFlushRender() 200 if (!enable_) { in BeginFlushRenderFinish() [all...] |
H A D | thp_extra_manager_impl.cpp | 65 enable_ = hotzone->GetBool("enable", false); in Init() 68 if (!enable_) { in Init()
|
H A D | thp_extra_manager_impl.h | 35 bool enable_ = false; member in OHOS::Ace::NG::THPExtraManagerImpl
|
/foundation/multimedia/player_framework/services/utils/ |
H A D | watchdog.cpp | 35 if (enable_) { in EnableWatchDog() 43 enable_ = true; in EnableWatchDog() 54 enable_ = false; in DisableWatchDog() 73 if (enable_) { in PauseWatchDog() 83 if (enable_) { in ResumeWatchDog() 92 if (enable_) { in Notify() 122 return (enable_ == false) || (pause_ == false); in WatchDogThread() 131 return (enable_ == false) || (pause_ == true) || (count_ > 0); in WatchDogThread() 134 if (enable_ == false) { in WatchDogThread()
|
/foundation/multimedia/media_foundation/src/buffer/avbuffer/include/ |
H A D | scope_guard.h | 31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() 34 if (enable_) { in ~ScopeGuard() 41 enable_ = false; in Disable() 46 bool enable_; member in OHOS::Detail::ScopeGuard
|
/foundation/multimedia/av_codec/services/utils/include/ |
H A D | scope_guard.h | 31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() 34 if (enable_) { in ~ScopeGuard() 41 enable_ = false; in Disable() 46 bool enable_; member in OHOS::Detail::ScopeGuard
|
/foundation/multimedia/player_framework/services/utils/include/ |
H A D | scope_guard.h | 31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() 34 if (enable_) { in ~ScopeGuard() 41 enable_ = false; in Disable() 46 bool enable_; member in OHOS::Detail::ScopeGuard
|
H A D | watchdog.h | 84 bool enable_ = false; member in OHOS::Media::WatchDog
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/buffer_calibration/ |
H A D | buffer_calibration.h | 41 enable_ = true; in Enable() 47 enable_ = false; in Disable() 60 if (!enable_ || bufferPtr == nullptr ||bufferPtr->IsEmpty()) { in CorrectBuffer() 71 bool enable_ {false};
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_immersive_test2.cpp | 116 static_cast<uint32_t>(tint.type_), tint.prop_.enable_,
in DumpFailedInfo() 122 static_cast<uint32_t>(tint.type_), tint.prop_.enable_,
in DumpFailedInfo() 135 static_cast<uint32_t>(tint.type_), tint.prop_.enable_,
in DumpFailedInfo() 171 if ((tint.type_ == WindowType::WINDOW_TYPE_STATUS_BAR && tint.prop_.enable_ == expectStatus)
in SystemBarEnableState() 172 || (tint.type_ == WindowType::WINDOW_TYPE_NAVIGATION_BAR && tint.prop_.enable_ == expectNav)) {
in SystemBarEnableState() 263 systemBarProperties[type].enable_ = property.enable_;
in UpdateSystemBarProperties() 311 systemBarProperties[WindowType::WINDOW_TYPE_STATUS_BAR].enable_ = false;
in GetSystemBarStatus() 312 systemBarProperties[WindowType::WINDOW_TYPE_NAVIGATION_INDICATOR].enable_ = false;
in GetSystemBarStatus() 313 systemBarProperties[WindowType::WINDOW_TYPE_NAVIGATION_BAR].enable_ in GetSystemBarStatus() [all...] |
H A D | window_immersive_test.cpp | 111 static_cast<uint32_t>(tint.type_), tint.prop_.enable_,
in DumpFailedInfo() 117 static_cast<uint32_t>(tint.type_), tint.prop_.enable_,
in DumpFailedInfo() 130 static_cast<uint32_t>(tint.type_), tint.prop_.enable_,
in DumpFailedInfo() 166 if ((tint.type_ == WindowType::WINDOW_TYPE_STATUS_BAR && tint.prop_.enable_ == expectStatus)
in SystemBarEnableState() 167 || (tint.type_ == WindowType::WINDOW_TYPE_NAVIGATION_BAR && tint.prop_.enable_ == expectNav)) {
in SystemBarEnableState() 449 ASSERT_FALSE(tint.prop_.enable_);
in HWTEST_F() 459 ASSERT_TRUE(tint.prop_.enable_);
in HWTEST_F()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_builder.cpp | 53 if (enable_) { in Enable() 56 enable_ = true; in Enable() 69 if (enable_) { in Disable() 70 enable_ = false; in Disable() 84 if (!enable_) { in Freeze() 95 if (!enable_) { in Thaw()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/state/src/ |
H A D | quick_fix_switch_state.cpp | 25 : bundleName_(bundleName), enable_(enable) in QuickFixSwitchState() 33 std::unique_ptr<QuickFixSwitcher> switcher = std::make_unique<QuickFixSwitcher>(bundleName_, enable_); in Process()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_new_branch_test.cpp | 313 bool enable_ = false;
member in OHOS::Ace::NG::NWebTouchHandleStateNeMockFirst 350 return enable_;
372 bool enable_ = false;
member in OHOS::Ace::NG::NWebTouchHandleStateNeMockSecond 409 return enable_;
431 bool enable_ = false;
member in OHOS::Ace::NG::NWebTouchHandleStateNeMockThird 468 return enable_;
490 bool enable_ = false;
member in OHOS::Ace::NG::NWebTouchHandleStateNeMockForth 527 return enable_;
549 bool enable_ = false;
member in OHOS::Ace::NG::NWebTouchHandleStateNeMockFifth 586 return enable_;
608 bool enable_ = false; global() member in OHOS::Ace::NG::NWebTouchHandleStateNeMockSixth 667 bool enable_ = false; global() member in OHOS::Ace::NG::NWebTouchHandleStateNeMockSeventh 726 bool enable_ = false; global() member in OHOS::Ace::NG::NWebTouchHandleStateNeMockEighth 785 bool enable_ = false; global() member in OHOS::Ace::NG::NWebTouchHandleStateNeMockNineth [all...] |
/foundation/communication/netstack/utils/profiler_utils/src/ |
H A D | netstack_network_profiler.cpp | 36 enable_ = true; in NetworkProfilerUtils() 50 if (!enable_) { in NetworkProfiling()
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_component.h | 63 enable_ = enable; in SetEnable() 68 return enable_; in GetEnable() 274 bool enable_ = true; member in OHOS::Ace::ScrollComponent
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/state/include/ |
H A D | quick_fix_switch_state.h | 34 bool enable_;
member in OHOS::AppExecFwk::final
|
/foundation/communication/netstack/utils/profiler_utils/include/ |
H A D | netstack_network_profiler.h | 35 bool enable_ = false; member in OHOS::NetStack::NetworkProfilerUtils
|
/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_config.cpp | 62 enable_ = jsonObj->GetBool("enable", false); in ParseSwitch() 114 return enable_; in IsEnable()
|
H A D | event_config.h | 74 bool enable_ = false; member in OHOS::Ace::Recorder::final
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | input_device_mgr.cpp | 36 if (enable_) { in Enable() 40 enable_ = true; in Enable() 46 if (enable_) { in Disable() 47 enable_ = false; in Disable()
|
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 521 bool enable_; member 526 SystemBarProperty() : enable_(true), backgroundColor_(SYSTEM_COLOR_BLACK), contentColor_(SYSTEM_COLOR_WHITE), in SystemBarProperty() 529 : enable_(enable), backgroundColor_(background), contentColor_(content), enableAnimation_(enableAnimation), in SystemBarProperty() 532 : enable_(enable), backgroundColor_(background), contentColor_(content), enableAnimation_(false), in SystemBarProperty() 536 : enable_(enable), backgroundColor_(background), contentColor_(content), enableAnimation_(enableAnimation), in SystemBarProperty() 541 return (enable_ == a.enable_ && backgroundColor_ == a.backgroundColor_ && contentColor_ == a.contentColor_ && in operator ==()
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 358 GetWindowId(), static_cast<uint32_t>(type), property.enable_, in SetSpecificBarProperty() 377 if (statusProperty.enable_ != enable) { in UpdateSystemBarProperty() 378 statusProperty.enable_ = enable; in UpdateSystemBarProperty() 383 if (naviProperty.enable_ != enable) { in UpdateSystemBarProperty() 384 naviProperty.enable_ = enable; in UpdateSystemBarProperty() 389 if (naviIndicatorProperty.enable_ != enable) { in UpdateSystemBarProperty() 390 naviIndicatorProperty.enable_ = enable; in UpdateSystemBarProperty() 911 return (IsLayoutFullScreen() && !statusProperty.enable_ && !naviProperty.enable_); in IsFullScreen()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_switcher.h | 42 bool enable_ = false;
member in OHOS::AppExecFwk::final
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | frame_report.cpp | 33 enable_ = false; in LoadLibrary()
|