Home
last modified time | relevance | path

Searched refs:SyncToEngine (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value.cpp36 return access_->SyncToEngine(*value_, params_) ? AnyReturn::NOTHING_TO_DO : AnyReturn::FAIL; in Sync()
52 … res = access_->SyncToEngine(*value_, params_) ? AnyReturn::NOTHING_TO_DO : AnyReturn::FAIL; in SetValue()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/engine/
H A Dinternal_access.h38 … AnyReturnValue SyncToEngine(const IAny& value, const EnginePropertyParams& params) const override in META_BEGIN_NAMESPACE()
73 … AnyReturnValue SyncToEngine(const IAny& value, const EnginePropertyParams& params) const override in SyncToEngine() function
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/engine/
H A Dintf_engine_value.h65 …virtual AnyReturnValue SyncToEngine(const IAny& value, const EnginePropertyParams& params) const =…