Home
last modified time | relevance | path

Searched defs:startable (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp206 auto add = [&startables](const IStartable::Ptr& startable) { startables.push_back(startable); }; in GetAllStartables()
235 …root, false, [this, behavior](const IStartable::Ptr& startable) { StartStartable(startable.get(), … in StartHierarchy()
240 void StartableObjectController::StartStartable(IStartable* const startable, ControlBehavior behavio… in StartStartable()
266 …root, true, [this, behavior](const IStartable::Ptr& startable) { StopStartable(startable.get(), be… in StopHierarchy()
271 void StartableObjectController::StopStartable(IStartable* const startable, ControlBehavior behavior) in StopStartable()