Home
last modified time | relevance | path

Searched refs:VERSION_MAJOR (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/security/device_security_level/services/dslm/
H A Ddslm_core_defines.h34 #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 Dshader_data_loader.cpp35 constexpr uint32_t VERSION_MAJOR { 22u }; variable
102 if ((type != "shader") || (verMajor != VERSION_MAJOR)) { in LoadFunc()
H A Drender_node_graph_loader.cpp45 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 Doptions.h174 static constexpr int VERSION_MAJOR = 0; variable
H A Doptions.cpp131 VERSION_MAJOR, VERSION_MINOR); in ShowVersion()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_serializer.h35 static const uint32_t VERSION_MAJOR { 22u }; in SCENE_BEGIN_NAMESPACE()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Doptions.h176 static constexpr int VERSION_MAJOR = 1; variable
H A Doptions.cpp271 VERSION_MAJOR, VERSION_MINOR); in ShowVersion()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp66 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 Decs_serializer.cpp559 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 Doptions.h288 static constexpr int VERSION_MAJOR = 1; variable
H A Doptions.cpp647 VERSION_MAJOR, VERSION_MINOR); in ShowVersion()