Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DPropertyProxy.cpp24 PropertyProxy* proxy_;
28 PropCtx(PropertyProxy* p, BASE_NS::string m);
34 PropCtx::PropCtx(PropertyProxy* p, BASE_NS::string m) in PropCtx()
51 void PropertyProxy::UpdateLocal() in UpdateLocal()
58 int32_t PropertyProxy::UpdateRemote() in UpdateRemote()
75 void PropertyProxy::ScheduleUpdate() in ScheduleUpdate()
84 PropertyProxy::PropertyProxy(META_NS::IProperty::Ptr prop) : prop_(prop) in PropertyProxy() function in PropertyProxy
90 void PropertyProxy::SyncGet() in SyncGet()
99 PropertyProxy::~PropertyProxy() in ~PropertyProxy()
125 void PropertyProxy::Hook(const BASE_NS::string member) in Hook()
[all …]
H A DObjectProxy.cpp26 …: PropertyProxy(META_NS::IProperty::Ptr(property, const_cast<META_NS::IProperty*>(property.get()))… in ObjectProxy()
44 void ObjectProxy::AddProperty(BASE_NS::unique_ptr<PropertyProxy> property, BASE_NS::string_view mem… in AddProperty()
H A DVec2Proxy.cpp19 Vec2Proxy::Vec2Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec2> prop) : PropertyProxy(pro… in Vec2Proxy()
H A DColorProxy.cpp17 ColorProxy::ColorProxy(napi_env env, META_NS::Property<SCENE_NS::Color> prop) : PropertyProxy(prop) in ColorProxy()
H A DQuatProxy.cpp19 QuatProxy::QuatProxy(napi_env env, META_NS::Property<BASE_NS::Math::Quat> prop) : PropertyProxy(pro… in QuatProxy()
H A DVec3Proxy.cpp17 Vec3Proxy::Vec3Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec3> prop) : PropertyProxy(pro… in Vec3Proxy()
H A DVec4Proxy.cpp16 Vec4Proxy::Vec4Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec4> prop) : PropertyProxy(pro… in Vec4Proxy()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DObjectProxy.h23 class ObjectProxy : public PropertyProxy
28 void AddProperty(BASE_NS::unique_ptr<PropertyProxy> property, BASE_NS::string_view member);
38 BASE_NS::unordered_map<BASE_NS::string, BASE_NS::unique_ptr<PropertyProxy>> properties_;
H A DPropertyProxy.h28 class PropertyProxy {
52 explicit PropertyProxy(META_NS::IProperty::Ptr prop);
53 virtual ~PropertyProxy();
H A DColorProxy.h22 class ColorProxy : public PropertyProxy {
H A DQuatProxy.h23 class QuatProxy : public PropertyProxy {
H A DVec2Proxy.h24 class Vec2Proxy : public PropertyProxy {
H A DVec3Proxy.h23 class Vec3Proxy : public PropertyProxy {
H A DVec4Proxy.h24 class Vec4Proxy : public PropertyProxy {
/ohos5.0/foundation/graphic/graphic_3d/kits/js/
H A DBUILD.gn116 "src/PropertyProxy.cpp",