Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp263 StopStartable(interface_cast<IStartable>(root), behavior); in StopHierarchy()
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() function in StartableObjectController
H A Dstartable_object_controller.h79 void StopStartable(IStartable* const startable, ControlBehavior behavior);