Searched refs:AUTOMATIC (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/ |
H A D | rs_graphic_test_ext.h | 38 AUTOMATIC = 0x01, member in OHOS::Rosen::RSGraphicTestMode 73 GRAPHIC_TEST_PARAMS(RSGraphicTest, test_name, test_type, RSGraphicTestMode::AUTOMATIC) 76 GRAPHIC_TEST_PARAMS(test_case_name, test_name, test_type, RSGraphicTestMode::AUTOMATIC)
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_startable.h | 32 AUTOMATIC = 1, member in StartBehavior 61 * @brief The startable mode. If StartBehavior::AUTOMATIC, the startable will be
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | startable_object_controller.cpp | 40 if (META_ACCESS_PROPERTY_VALUE(StartBehavior) == StartBehavior::AUTOMATIC) { in Build() 41 // If StartBehavior changes to AUTOMATIC, start all AUTOMATIC startables in Build() 88 bool automatic = META_ACCESS_PROPERTY_VALUE(StartBehavior) == StartBehavior::AUTOMATIC; in SetTarget() 246 if (behavior == ControlBehavior::CONTROL_ALL || mode == StartBehavior::AUTOMATIC) { in StartStartable() 277 if (behavior == ControlBehavior::CONTROL_ALL || mode == StartBehavior::AUTOMATIC) { in StopStartable()
|
H A D | startable_object_controller.h | 53 IStartableController, META_NS::StartBehavior, StartBehavior, META_NS::StartBehavior::AUTOMATIC)
|
Completed in 2 milliseconds