Home
last modified time | relevance | path

Searched refs:prop_ (Results 1 - 22 of 22) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dfunctions.cpp79 auto p = prop_.lock(); in GetName()
84 return interface_pointer_cast<IObject>(prop_.lock()); in GetDestination()
88 if (auto p = prop_.lock()) { in Invoke()
97 if (auto i = interface_pointer_cast<IPropertyInternalAny>(prop_)) { in CreateCallContext()
109 prop_ = prop; in SetTarget()
114 return Serializer(c) & NamedValue("source", prop_); in Export()
127 prop_ = prop; in Finalize()
H A Dfunctions.h63 IProperty::ConstWeakPtr prop_; member in PropertyFunction
/foundation/window/window_manager/previewer/mock/
H A Dwindow_manager.h28 SystemBarProperty prop_; member
30 SystemBarRegionTint() : prop_(SystemBarProperty()) {} in SystemBarRegionTint()
32 : type_(type), prop_(prop), region_(region) {} in SystemBarRegionTint()
/foundation/graphic/graphic_3d/kits/js/src/
H A DPropertyProxy.cpp63 prop_->OnChanged()->RemoveHandler(changeToken_); in UpdateRemote()
68 changeToken_ = prop_->OnChanged()->AddHandler(changeHandler_); in UpdateRemote()
84 PropertyProxy::PropertyProxy(META_NS::IProperty::Ptr prop) : prop_(prop) in PropertyProxy()
87 changeToken_ = prop_->OnChanged()->AddHandler(changeHandler_); in PropertyProxy()
101 if (prop_) { in ~PropertyProxy()
102 prop_->OnChanged()->RemoveHandler(changeToken_); in ~PropertyProxy()
159 return prop_; in GetProperty()
H A DShaderJS.cpp33 META_NS::IProperty::Ptr prop_; member in TypeProxy
37 explicit TypeProxy(META_NS::IProperty::Ptr prop) : prop_(prop), name_(prop_->GetName()) {} in TypeProxy()
40 prop_.reset(); in ~TypeProxy()
45 META_NS::Property<type> p(prop_); in Get()
51 META_NS::Property<type> p(prop_); in Set()
74 META_NS::IProperty::Ptr prop_; member in BitmapProxy
78 BitmapProxy(NapiApi::Object scene, META_NS::IProperty::Ptr prop, BASE_NS::string_view prefix = "") : prop_(prop) in BitmapProxy()
89 prop_.reset(); in ~BitmapProxy()
94 META_NS::Property<SCENE_NS::IBitmap::Ptr> p(prop_); in Get()
[all...]
H A DVec2Proxy.cpp32 value = META_NS::Property<BASE_NS::Math::Vec2>(prop_)->GetValue(); in UpdateLocalValues()
37 META_NS::Property<BASE_NS::Math::Vec2>(prop_)->SetValue(value); in UpdateRemoteValues()
H A DQuatProxy.cpp32 value = META_NS::Property<BASE_NS::Math::Quat>(prop_)->GetValue(); in UpdateLocalValues()
36 META_NS::Property<BASE_NS::Math::Quat>(prop_)->SetValue(value); in UpdateRemoteValues()
H A DVec4Proxy.cpp34 value = META_NS::Property<BASE_NS::Math::Vec4>(prop_)->GetValue(); in UpdateLocalValues()
39 META_NS::Property<BASE_NS::Math::Vec4>(prop_)->SetValue(value); in UpdateRemoteValues()
H A DVec3Proxy.cpp31 value = META_NS::Property<BASE_NS::Math::Vec3>(prop_)->GetValue(); in UpdateLocalValues()
36 META_NS::Property<BASE_NS::Math::Vec3>(prop_)->SetValue(value); in UpdateRemoteValues()
H A DColorProxy.cpp30 value = META_NS::Property<SCENE_NS::Color>(prop_)->GetValue(); in UpdateLocalValues()
34 META_NS::Property<SCENE_NS::Color>(prop_)->SetValue(value); in UpdateRemoteValues()
/foundation/window/window_manager/test/systemtest/wms/
H A 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_ in DumpFailedInfo()
[all...]
H A Dwindow_immersive_test2.cpp106 window->SetSystemBarProperty(tint.type_, tint.prop_); in SetWindowSystemProps()
116 static_cast<uint32_t>(tint.type_), tint.prop_.enable_, in DumpFailedInfo()
117 tint.prop_.backgroundColor_, tint.prop_.contentColor_); in DumpFailedInfo()
122 static_cast<uint32_t>(tint.type_), tint.prop_.enable_, in DumpFailedInfo()
123 tint.prop_.backgroundColor_, tint.prop_.contentColor_); in DumpFailedInfo()
135 static_cast<uint32_t>(tint.type_), tint.prop_.enable_, in DumpFailedInfo()
136 tint.prop_.backgroundColor_, tint.prop_ in DumpFailedInfo()
[all...]
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_implicit_animation.h32 : cbs_(std::move(cbs)), prop_(std::move(prop)), remainingTicks_(ticks) in MockImplicitAnimation()
82 WeakPtr<NG::PropertyBase> prop_; member in OHOS::Ace::MockImplicitAnimation
H A Dmock_implicit_animation.cpp49 UpdateProp(prop_); in Next()
62 auto prop = AceType::DynamicCast<NG::AnimatablePropertyFloat>(prop_.Upgrade()); in ForceUpdate()
/foundation/graphic/graphic_3d/kits/js/include/
H A DPropertyProxy.h33 META_NS::IProperty::Ptr prop_; member in PropertyProxy
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h37 SystemBarProperty prop_; member
40 : type_(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW), prop_(), region_{ 0, 0, 0, 0 } {} in SystemBarRegionTint()
42 : type_(type), prop_(prop), region_(region) {} in SystemBarRegionTint()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_agent_stub_test.cpp185 return parcel.WriteUint32(static_cast<uint32_t>(tint.type_)) && parcel.WriteBool(tint.prop_.enable_) && in HWTEST_F()
186 parcel.WriteUint32(tint.prop_.backgroundColor_) && parcel.WriteUint32(tint.prop_.contentColor_) && in HWTEST_F()
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_manager_agent_proxy.cpp104 return parcel.WriteUint32(static_cast<uint32_t>(tint.type_)) && parcel.WriteBool(tint.prop_.enable_) && in UpdateSystemBarRegionTints()
105 parcel.WriteUint32(tint.prop_.backgroundColor_) && parcel.WriteUint32(tint.prop_.contentColor_) && in UpdateSystemBarRegionTints()
H A Dwindow_manager_agent_stub.cpp73 tint.prop_ = prop; in OnRemoteRequest()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp1341 if (it.second.prop_ == expectProp) { in NotifyIfSystemBarTintChanged()
1346 sysBarTintMap[it.first].prop_ = expectProp; in NotifyIfSystemBarTintChanged()
1473 sysBarTintMap[it.first].prop_.enable_, in NotifySystemBarTints()
1474 sysBarTintMap[it.first].prop_.backgroundColor_, sysBarTintMap[it.first].prop_.contentColor_, in NotifySystemBarTints()
1501 tint.prop_ = prop; in NotifyDockWindowStateChanged()
1523 tint.prop_ = prop; in NotifyDockWindowStateChanged()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp522 napi_set_named_property(env, objValue, "isEnable", CreateJsValue(env, tint.prop_.enable_)); in CreateJsSystemBarRegionTintObject()
523 std::string bkgColor = GetHexColor(tint.prop_.backgroundColor_); in CreateJsSystemBarRegionTintObject()
525 std::string contentColor = GetHexColor(tint.prop_.contentColor_); in CreateJsSystemBarRegionTintObject()
531 tint.type_, tint.prop_.enable_, bkgColor.c_str(), contentColor.c_str()); in CreateJsSystemBarRegionTintObject()
/foundation/window/window_manager/wm/src/
H A Dwindow_manager.cpp178 tint.type_, tint.prop_.enable_, tint.prop_.backgroundColor_, tint.prop_.contentColor_, in NotifySystemBarChanged()

Completed in 16 milliseconds