/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | functions.cpp | 79 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 D | functions.h | 63 IProperty::ConstWeakPtr prop_; member in PropertyFunction
|
/foundation/window/window_manager/previewer/mock/ |
H A D | window_manager.h | 28 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 D | PropertyProxy.cpp | 63 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 D | ShaderJS.cpp | 33 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 D | Vec2Proxy.cpp | 32 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 D | QuatProxy.cpp | 32 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 D | Vec4Proxy.cpp | 34 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 D | Vec3Proxy.cpp | 31 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 D | ColorProxy.cpp | 30 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 D | window_immersive_test.cpp | 101 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 D | window_immersive_test2.cpp | 106 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 D | mock_implicit_animation.h | 32 : cbs_(std::move(cbs)), prop_(std::move(prop)), remainingTicks_(ticks) in MockImplicitAnimation() 82 WeakPtr<NG::PropertyBase> prop_; member in OHOS::Ace::MockImplicitAnimation
|
H A D | mock_implicit_animation.cpp | 49 UpdateProp(prop_); in Next() 62 auto prop = AceType::DynamicCast<NG::AnimatablePropertyFloat>(prop_.Upgrade()); in ForceUpdate()
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | PropertyProxy.h | 33 META_NS::IProperty::Ptr prop_; member in PropertyProxy
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 37 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 D | window_manager_agent_stub_test.cpp | 185 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 D | window_manager_agent_proxy.cpp | 104 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 D | window_manager_agent_stub.cpp | 73 tint.prop_ = prop; in OnRemoteRequest()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 1341 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 D | js_window_utils.cpp | 522 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 D | window_manager.cpp | 178 tint.type_, tint.prop_.enable_, tint.prop_.backgroundColor_, tint.prop_.contentColor_,
in NotifySystemBarChanged()
|