Home
last modified time | relevance | path

Searched refs:ConstructValueImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.cpp144 bool EngineValueManager::ConstructValueImpl( in ConstructValueImpl() function in Internal::EngineValueManager
163 return ConstructValueImpl(h, BASE_NS::move(pathTaken), path, options); in ConstructValueImpl()
171 return ConstructValueImpl(propParams, BASE_NS::move(pathTaken), path, options); in ConstructValueImpl()
177 bool EngineValueManager::ConstructValueImpl( in ConstructValueImpl() function in Internal::EngineValueManager
190 return ConstructValueImpl(params, BASE_NS::move(pathTaken), path, options); in ConstructValueImpl()
200 return ConstructValueImpl(handle, "", BASE_NS::string(path), options); in ConstructValue()
H A Dengine_value_manager.h60 …bool ConstructValueImpl(CORE_NS::IPropertyHandle* handle, BASE_NS::string pathTaken, BASE_NS::stri… in META_BEGIN_NAMESPACE()
62 bool ConstructValueImpl( in META_BEGIN_NAMESPACE()