Home
last modified time | relevance | path

Searched refs:enable_ (Results 1 - 25 of 61) sorted by relevance

123

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp110 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 Dthp_extra_manager_impl.cpp65 enable_ = hotzone->GetBool("enable", false); in Init()
68 if (!enable_) { in Init()
H A Dthp_extra_manager_impl.h35 bool enable_ = false; member in OHOS::Ace::NG::THPExtraManagerImpl
/foundation/multimedia/player_framework/services/utils/
H A Dwatchdog.cpp35 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 Dscope_guard.h31 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 Dscope_guard.h31 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 Dscope_guard.h31 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 Dwatchdog.h84 bool enable_ = false; member in OHOS::Media::WatchDog
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/buffer_calibration/
H A Dbuffer_calibration.h41 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 Dwindow_immersive_test2.cpp116 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 Dwindow_immersive_test.cpp111 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 Dinput_event_builder.cpp53 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 Dquick_fix_switch_state.cpp25 : 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 Dweb_pattern_new_branch_test.cpp313 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 Dnetstack_network_profiler.cpp36 enable_ = true; in NetworkProfilerUtils()
50 if (!enable_) { in NetworkProfiling()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h63 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 Dquick_fix_switch_state.h34 bool enable_; member in OHOS::AppExecFwk::final
/foundation/communication/netstack/utils/profiler_utils/include/
H A Dnetstack_network_profiler.h35 bool enable_ = false; member in OHOS::NetStack::NetworkProfilerUtils
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_config.cpp62 enable_ = jsonObj->GetBool("enable", false); in ParseSwitch()
114 return enable_; in IsEnable()
H A Devent_config.h74 bool enable_ = false; member in OHOS::Ace::Recorder::final
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp36 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 Dwm_common.h521 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 Dwindow_impl.cpp358 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 Dquick_fix_switcher.h42 bool enable_ = false; member in OHOS::AppExecFwk::final
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dframe_report.cpp33 enable_ = false; in LoadLibrary()

Completed in 13 milliseconds

123