/foundation/multimedia/media_standard/services/utils/include/ |
D | scope_guard.h | 31 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/ |
D | wm_common.h | 177 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/ |
D | scroll_component.h | 63 enable_ = enable; in SetEnable() 68 return enable_; in GetEnable() 244 bool enable_ = true; variable
|
D | render_single_child_scroll.cpp | 35 enable_ = scroll->GetEnable(); in Update() 84 if (!enable_) { in MakeInnerLayoutParam()
|
D | render_scroll.h | 249 bool enable_ = true; variable
|
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_napi/ |
D | js_window_utils.cpp | 250 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/ |
D | ui_test_focus_manager.cpp | 123 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/ |
D | window_manager_agent_proxy.cpp | 88 if (!(data.WriteBool(it.prop_.enable_) && data.WriteUint32(it.prop_.backgroundColor_) && in UpdateSystemBarRegionTints()
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/ |
D | a2dp_profile.h | 550 bool enable_ = false; variable
|
D | a2dp_profile.cpp | 91 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/ |
D | window_impl.cpp | 485 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()
|
D | window_manager.cpp | 189 tint.type_, tint.prop_.enable_, tint.prop_.backgroundColor_, tint.prop_.contentColor_, in NotifySystemBarChanged()
|
/foundation/windowmanager/wmserver/src/ |
D | window_node_container.cpp | 595 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/ |
D | window_immersive_test.cpp | 108 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/ |
D | window_property.cpp | 305 … if (!(parcel.WriteBool(it.second.enable_) && parcel.WriteUint32(it.second.backgroundColor_) && in MapMarshalling()
|