Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value.h37 virtual bool SetPropertyParams(const EnginePropertyParams& p) = 0; in META_BEGIN_NAMESPACE()
70 bool SetPropertyParams(const EnginePropertyParams& p) override; in META_BEGIN_NAMESPACE()
H A Dengine_value.cpp97 bool EngineValue::SetPropertyParams(const EnginePropertyParams& p) in SetPropertyParams() function in Internal::EngineValue
H A Dengine_value_manager.cpp82 acc->SetPropertyParams(p); in AddValue()