Home
last modified time | relevance | path

Searched refs:systemInfo (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dsystem_info.cpp27 static SystemInfo systemInfo; in GetInstance() local
28 return systemInfo; in GetInstance()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp75 ISystem* CreateSystem(const SystemTypeInfo& systemInfo) override;
255 ISystem* Ecs::CreateSystem(const SystemTypeInfo& systemInfo) in CreateSystem() argument
258 if (systemInfo.createSystem) { in CreateSystem()
259 system = GetSystem(systemInfo.UID); in CreateSystem()
263 system = systemInfo.createSystem(*this); in CreateSystem()
265 systems_.insert({ systemInfo.uid, system }); in CreateSystem()
266 systemOrder_.emplace_back(system, systemInfo.destroySystem); in CreateSystem()
603 const auto systemInfo = static_cast<const SystemTypeInfo*>(info); in OnTypeInfoEvent() local
605 if (const auto pos = systems_.find(systemInfo->uid); pos != systems_.cend()) { in OnTypeInfoEvent()
609 RemoveUid(systemOrder_, systemInfo in OnTypeInfoEvent()
[all...]
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_content_sensor_test.cpp108 SystemInfoCollector systemInfo; in HWTEST_F() local
109 std::string result = systemInfo.GetOsVersion(); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dcontent_sensor_test.cpp187 SystemInfoCollector systemInfo; in HWTEST_F() local
188 std::string result = systemInfo.GetOsVersion(); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_ecs.h158 /** Add an instance of "systemInfo" to "system".
159 * @param systemInfo System type that is instantiated to systems list.
161 virtual ISystem* CreateSystem(const SystemTypeInfo& systemInfo) = 0;

Completed in 3 milliseconds