Home
last modified time | relevance | path

Searched refs:CORE_PUBLIC (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dversion.cpp20 CORE_PUBLIC BASE_NS::string_view GetVersion() { return ""; } in CORE_BEGIN_NAMESPACE()
21 CORE_PUBLIC BASE_NS::string_view GetVersionRev() { return ""; } in GetVersionRev()
22 CORE_PUBLIC BASE_NS::string_view GetVersionBranch() { return ""; } in GetVersionBranch()
24 CORE_PUBLIC bool IsDebugBuild() { return true; } in IsDebugBuild()
26 CORE_PUBLIC bool IsDebugBuild() { return false; } in IsDebugBuild()
H A Dplugin_registry.cpp612 CORE_PUBLIC IPluginRegister& GetPluginRegister() in GetPluginRegister()
618 CORE_PUBLIC void CreatePluginRegistry(const PlatformCreateInfo& platformCreateInfo) in CreatePluginRegistry()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dnamespace.h19 #if !defined(CORE_PUBLIC)
20 #define CORE_PUBLIC macro
H A Dintf_engine.h146 CORE_PUBLIC BASE_NS::string_view GetVersion();
148 CORE_PUBLIC bool IsDebugBuild();
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_plugin_register.h130 CORE_PUBLIC IPluginRegister& GetPluginRegister();
133 CORE_PUBLIC void CreatePluginRegistry(const struct PlatformCreateInfo& platformCreateInfo);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/DLL/
H A DBUILD.gn18 defines = [ "CORE_PUBLIC=" ]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/
H A DBUILD.gn17 defines = [ "CORE_PUBLIC=" ]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/
H A DBUILD.gn133 "CORE_PUBLIC=__attribute__((visibility(\"default\")))",