Home
last modified time | relevance | path

Searched refs:ITestStartable (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtesting_objects.cpp79 META_NS::ITestStartable, META_NS::IStartable, META_NS::ITickable> {
83 ops_.push_back(ITestStartable::Operation::ATTACH);
92 ops_.push_back(ITestStartable::Operation::DETACH);
143 ops_.push_back(ITestStartable::Operation::TICK);
161 ops_.push_back(ITestStartable::Operation::START);
171 ops_.push_back(ITestStartable::Operation::STOP);
180 BASE_NS::vector<ITestStartable::Operation> ops_;
610 ITestStartable::Ptr CreateTestStartable(const BASE_NS::string_view name, META_NS::StartBehavior behavior) in CreateTestStartable()
612 const auto object = META_NS::GetObjectRegistry().Create<ITestStartable>(ClassId::TestStartable); in CreateTestStartable()
620 std::ostream& operator<<(std::ostream& os, const META_NS::ITestStartable
[all...]
H A Dtesting_objects.h47 META_REGISTER_INTERFACE(ITestStartable, "bb8188a9-aeca-4414-98c3-7a989d54d430", "This is test startable")
153 class ITestStartable : public ITestAttachment { class
154 META_INTERFACE(ITestAttachment, ITestStartable);
192 std::ostream& operator<<(std::ostream& os, const META_NS::ITestStartable::Operation& op);

Completed in 2 milliseconds