Searched refs:VERSION_MAJOR (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/security/device_security_level/services/dslm/ |
H A D | dslm_core_defines.h | 34 #define VERSION_MAJOR 3U macro 66 return (VERSION_MAJOR << 16U) + (VERSION_MINOR << 8U) + VERSION_PATCH; in GetCurrentVersion()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_data_loader.cpp | 35 constexpr uint32_t VERSION_MAJOR { 22u }; variable 102 if ((type != "shader") || (verMajor != VERSION_MAJOR)) { in LoadFunc()
|
H A D | render_node_graph_loader.cpp | 45 constexpr uint32_t VERSION_MAJOR { 22u }; variable 134 if ((type != "rendernodegraph") || (verMajor != VERSION_MAJOR)) { in CompatibilityCheck()
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | options.h | 174 static constexpr int VERSION_MAJOR = 0; variable
|
H A D | options.cpp | 131 VERSION_MAJOR, VERSION_MINOR); in ShowVersion()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_ecs_serializer.h | 35 static const uint32_t VERSION_MAJOR { 22u }; in SCENE_BEGIN_NAMESPACE()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | options.h | 176 static constexpr int VERSION_MAJOR = 1; variable
|
H A D | options.cpp | 271 VERSION_MAJOR, VERSION_MINOR); in ShowVersion()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/ |
H A D | system_graph_loader.cpp | 66 constexpr uint32_t VERSION_MAJOR { 22u }; variable 382 if ((type != "systemgraph") || (verMajor != VERSION_MAJOR)) { in LoadString()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 559 const IoUtil::CompatibilityInfo info { VERSION_MAJOR, VERSION_MINOR, type }; in WriteEntityCollection() 854 { VERSION_MAJOR, VERSION_MAJOR, minor, minor, ec.GetType() }, in ReadEntityCollection() 855 { VERSION_MAJOR, VERSION_MAJOR, minor, minor, "entity_collection" }, in ReadEntityCollection()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | options.h | 288 static constexpr int VERSION_MAJOR = 1; variable
|
H A D | options.cpp | 647 VERSION_MAJOR, VERSION_MINOR); in ShowVersion()
|