Home
last modified time | relevance | path

Searched refs:prop_ (Results 1 – 10 of 10) sorted by relevance

/foundation/window/window_manager/previewer/mock/
Dwindow_manager.h28 SystemBarProperty prop_; member
30 SystemBarRegionTint() : prop_(SystemBarProperty()) {} in SystemBarRegionTint()
32 : type_(type), prop_(prop), region_(region) {} in SystemBarRegionTint()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/full_update/
Dview_test.ts107 prop_: this.__forProp_,
144 /* private changed to for testing: */ public get prop_(): string { method in Child
147 /* private changed to for testing: */ public set prop_(newValue: string) { method in Child
158 prop_: ObservedPropertySimpleAbstract<string>,
164 this.__prop_ = params.prop_.createProp(this, "__prop_");
201 …render: state is: num_: ${this.num_}, link_: ${this.link_}, prop_: ${this.prop_}, reg_=${this.reg_…
234 test(`childView.prop_ value ok`, childView.prop_ == "ForProp Value OK");
261 childView.prop_ = parentView.forProp_;
269 test(`childView.prop_ updated ok`, childView.prop_ == "_forProp changed value OK");
286 test(`childView.prop_ unchanged`, childView.prop_ == "_forProp changed value OK");
/foundation/window/window_manager/test/systemtest/wms/
Dwindow_immersive_test.cpp101 window->SetSystemBarProperty(tint.type_, tint.prop_); in SetWindowSystemProps()
111 static_cast<uint32_t>(tint.type_), tint.prop_.enable_, in DumpFailedInfo()
112 tint.prop_.backgroundColor_, tint.prop_.contentColor_); in DumpFailedInfo()
117 static_cast<uint32_t>(tint.type_), tint.prop_.enable_, in DumpFailedInfo()
118 tint.prop_.backgroundColor_, tint.prop_.contentColor_); in DumpFailedInfo()
130 static_cast<uint32_t>(tint.type_), tint.prop_.enable_, in DumpFailedInfo()
131 tint.prop_.backgroundColor_, tint.prop_.contentColor_); in DumpFailedInfo()
146 if (item.prop_ == tint.prop_ && item.type_ == tint.type_) { in SystemBarPropsEqualsTo()
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()
[all …]
/foundation/window/window_manager/wm/src/zidl/
Dwindow_manager_agent_proxy.cpp72 …rn parcel.WriteUint32(static_cast<uint32_t>(tint.type_)) && parcel.WriteBool(tint.prop_.enable_) && in UpdateSystemBarRegionTints()
73 … parcel.WriteUint32(tint.prop_.backgroundColor_) && parcel.WriteUint32(tint.prop_.contentColor_) && in UpdateSystemBarRegionTints()
Dwindow_manager_agent_stub.cpp57 tint.prop_ = prop; in OnRemoteRequest()
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwindow_manager.h33 SystemBarProperty prop_; member
36 : type_(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW), prop_(), region_{ 0, 0, 0, 0 } {} in SystemBarRegionTint()
38 : type_(type), prop_(prop), region_(region) {} in SystemBarRegionTint()
/foundation/window/window_manager/wm/test/unittest/
Dwindow_manager_agent_stub_test.cpp185 …rn parcel.WriteUint32(static_cast<uint32_t>(tint.type_)) && parcel.WriteBool(tint.prop_.enable_) && in __anoncab3db150202()
186 … parcel.WriteUint32(tint.prop_.backgroundColor_) && parcel.WriteUint32(tint.prop_.contentColor_) && in __anoncab3db150202()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window_utils.cpp475 object->SetProperty("isEnable", CreateJsValue(engine, tint.prop_.enable_)); in CreateJsSystemBarRegionTintObject()
476 std::string bkgColor = GetHexColor(tint.prop_.backgroundColor_); in CreateJsSystemBarRegionTintObject()
478 std::string contentColor = GetHexColor(tint.prop_.contentColor_); in CreateJsSystemBarRegionTintObject()
484 tint.type_, tint.prop_.enable_, bkgColor.c_str(), contentColor.c_str()); in CreateJsSystemBarRegionTintObject()
/foundation/window/window_manager/wm/src/
Dwindow_manager.cpp109 tint.type_, tint.prop_.enable_, tint.prop_.backgroundColor_, tint.prop_.contentColor_, in NotifySystemBarChanged()
/foundation/window/window_manager/wmserver/src/
Dwindow_node_container.cpp1314 if (it.second.prop_ == expectProp) { in NotifyIfSystemBarTintChanged()
1319 sysBarTintMap[it.first].prop_ = expectProp; in NotifyIfSystemBarTintChanged()
1440 sysBarTintMap[it.first].prop_.enable_, in NotifySystemBarTints()
1441 … sysBarTintMap[it.first].prop_.backgroundColor_, sysBarTintMap[it.first].prop_.contentColor_, in NotifySystemBarTints()
1468 tint.prop_ = prop; in NotifyDockWindowStateChanged()
1490 tint.prop_ = prop; in NotifyDockWindowStateChanged()