Home
last modified time | relevance | path

Searched refs:enable_ (Results 1 – 15 of 15) sorted by relevance

/foundation/multimedia/media_standard/services/utils/include/
Dscope_guard.h31 ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard()
34 if (enable_) { in ~ScopeGuard()
41 enable_ = false; in Disable()
46 bool enable_; variable
/foundation/windowmanager/interfaces/innerkits/wm/
Dwm_common.h177 bool enable_; member
180 …SystemBarProperty() : enable_(true), backgroundColor_(SYSTEM_COLOR_BLACK), contentColor_(SYSTEM_CO… in SystemBarProperty()
182 : enable_(enable), backgroundColor_(background), contentColor_(content) {} in SystemBarProperty()
185 …return (enable_ == a.enable_ && backgroundColor_ == a.backgroundColor_ && contentColor_ == a.conte…
/foundation/ace/ace_engine/frameworks/core/components/scroll/
Dscroll_component.h63 enable_ = enable; in SetEnable()
68 return enable_; in GetEnable()
244 bool enable_ = true; variable
Drender_single_child_scroll.cpp35 enable_ = scroll->GetEnable(); in Update()
84 if (!enable_) { in MakeInnerLayoutParam()
Drender_scroll.h249 bool enable_ = true; variable
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window_utils.cpp250 object->SetProperty("isEnable", CreateJsValue(engine, tint.prop_.enable_)); in CreateJsSystemBarRegionTintObject()
298 statusProperty.enable_ = false; in GetSystemBarStatus()
299 navProperty.enable_ = false; in GetSystemBarStatus()
309 systemBarProperties[WindowType::WINDOW_TYPE_STATUS_BAR].enable_ = true; in GetSystemBarStatus()
311 systemBarProperties[WindowType::WINDOW_TYPE_NAVIGATION_BAR].enable_ = true; in GetSystemBarStatus()
/foundation/graphic/ui/test/uitest/test_focus_manager/
Dui_test_focus_manager.cpp123 SetFocusableOnClickListener(UIView* view, bool enable) : view_(view), enable_(enable) {} in SetFocusableOnClickListener()
129 view_->SetFocusable(enable_); in OnClick()
134 bool enable_ = false; member in OHOS::SetFocusableOnClickListener
/foundation/windowmanager/wm/src/zidl/
Dwindow_manager_agent_proxy.cpp88 if (!(data.WriteBool(it.prop_.enable_) && data.WriteUint32(it.prop_.backgroundColor_) && in UpdateSystemBarRegionTints()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/
Da2dp_profile.h550 bool enable_ = false; variable
Da2dp_profile.cpp91 LOG_INFO("[A2dpProfile]%{public}s enable(%{public}d)\n", __func__, enable_); in GetProfileEnable()
93 return enable_; in GetProfileEnable()
102 enable_ = value; in SetProfileEnable()
/foundation/windowmanager/wm/src/
Dwindow_impl.cpp485 property_->GetWindowId(), static_cast<uint32_t>(type), property.enable_, in SetSystemBarProperty()
549 statusProperty.enable_ = false; in SetFullScreen()
550 naviProperty.enable_ = false; in SetFullScreen()
552 statusProperty.enable_ = true; in SetFullScreen()
553 naviProperty.enable_ = true; in SetFullScreen()
1762 return (IsLayoutFullScreen() && !statusProperty.enable_ && !naviProperty.enable_); in IsFullScreen()
Dwindow_manager.cpp189 tint.type_, tint.prop_.enable_, tint.prop_.backgroundColor_, tint.prop_.contentColor_, in NotifySystemBarChanged()
/foundation/windowmanager/wmserver/src/
Dwindow_node_container.cpp595 sysBarPropMap[it.first].enable_ = false; in GetExpectImmersiveProperty()
617 …static_cast<int32_t>(it.first), expectProp.enable_, expectProp.backgroundColor_, expectProp.conten… in NotifyIfSystemBarTintChanged()
655 it.second.enable_ = false; in NotifySystemBarDismiss()
659 if (sysBarTintMap_[it.first].prop_.enable_) { in NotifySystemBarDismiss()
660 sysBarTintMap_[it.first].prop_.enable_ = false; in NotifySystemBarDismiss()
679 sysBarTintMap_[it.first].prop_.enable_, in NotifySystemBarTints()
/foundation/windowmanager/wm/test/systemtest/
Dwindow_immersive_test.cpp108 static_cast<uint32_t>(tint.type_), tint.prop_.enable_, in DumpFailedInfo()
114 static_cast<uint32_t>(tint.type_), tint.prop_.enable_, in DumpFailedInfo()
/foundation/windowmanager/utils/src/
Dwindow_property.cpp305 … if (!(parcel.WriteBool(it.second.enable_) && parcel.WriteUint32(it.second.backgroundColor_) && in MapMarshalling()