Searched refs:PropertyProxy (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | PropertyProxy.cpp | 24 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 D | ObjectProxy.cpp | 26 …: 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 D | Vec2Proxy.cpp | 19 Vec2Proxy::Vec2Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec2> prop) : PropertyProxy(pro… in Vec2Proxy()
|
H A D | ColorProxy.cpp | 17 ColorProxy::ColorProxy(napi_env env, META_NS::Property<SCENE_NS::Color> prop) : PropertyProxy(prop) in ColorProxy()
|
H A D | QuatProxy.cpp | 19 QuatProxy::QuatProxy(napi_env env, META_NS::Property<BASE_NS::Math::Quat> prop) : PropertyProxy(pro… in QuatProxy()
|
H A D | Vec3Proxy.cpp | 17 Vec3Proxy::Vec3Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec3> prop) : PropertyProxy(pro… in Vec3Proxy()
|
H A D | Vec4Proxy.cpp | 16 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 D | ObjectProxy.h | 23 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 D | PropertyProxy.h | 28 class PropertyProxy { 52 explicit PropertyProxy(META_NS::IProperty::Ptr prop); 53 virtual ~PropertyProxy();
|
H A D | ColorProxy.h | 22 class ColorProxy : public PropertyProxy {
|
H A D | QuatProxy.h | 23 class QuatProxy : public PropertyProxy {
|
H A D | Vec2Proxy.h | 24 class Vec2Proxy : public PropertyProxy {
|
H A D | Vec3Proxy.h | 23 class Vec3Proxy : public PropertyProxy {
|
H A D | Vec4Proxy.h | 24 class Vec4Proxy : public PropertyProxy {
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/ |
H A D | BUILD.gn | 116 "src/PropertyProxy.cpp",
|