Home
last modified time | relevance | path

Searched defs:NAME (Results 1 – 25 of 94) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dstatic_plugin_decl.h28 #define PLUGIN_DATA(NAME) static constexpr const CORE_NS::IPlugin NAME##_pluginData argument
29 #define DEFINE_STATIC_PLUGIN(NAME) \ argument
34 #define PLUGIN_DATA(NAME) __attribute__((used)) constexpr const CORE_NS::IPlugin NAME##_pluginData argument
36 #define SECTION(NAME) #NAME",\"wa\"\n .align 3\n" argument
38 #define SECTION(NAME) #NAME",\"wa\"\n .align 8\n" argument
40 #define SECTION(NAME) #NAME",\"wa\"\n .align 2\n" argument
42 #define SECTION(NAME) #NAME",\"wa\"\n .align 4\n" argument
44 #define DEFINE_STATIC_PLUGIN(NAME) … argument
74 #define PLUGIN_DATA(NAME) static constexpr const CORE_NS::IPlugin NAME##_pluginData argument
79 #define DEFINE_STATIC_PLUGIN(NAME) \ argument
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_plugin_decl.h26 #define PLUGIN_DATA(NAME) __declspec(dllexport) CORE_NS::IPlugin gPluginData argument
27 #define DEFINE_STATIC_PLUGIN(NAME) argument
29 #define PLUGIN_DATA(NAME) __attribute__((visibility("default"))) CORE_NS::IPlugin gPluginData argument
30 #define DEFINE_STATIC_PLUGIN(NAME) argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dcomponent_struct_macros.h25 #define DECLARE_GENERIC_INTERFACE1(NAME, TYPE, TYPE_UID) \ argument
49 #define DECLARE_GENERIC_INTERFACE2(NAME, TYPE) \ argument
75 #define DECLARE_GENERIC_INTERFACE(NAME, TYPE, TYPE_UID) \ argument
90 #define BEGIN_COMPONENT(NAME, COMPONENT_NAME) /** @ingroup group_ecs_components_##COMPONENT_NAME */… argument
98 #define BEGIN_COMPONENT_MANAGER(NAME, COMPONENT_NAME, TYPE_UID) \ argument
100 #define END_COMPONENT_MANAGER(NAME, COMPONENT_NAME) \ argument
103 #define END_COMPONENT(NAME, COMPONENT_NAME, TYPE_UID) }; \ argument
107 #define END_COMPONENT_EXT(NAME, COMPONENT_NAME, TYPE_UID, METHODS) }; \ argument
/ohos5.0/foundation/communication/netmanager_base/bpf/bpf_progs/
H A Dnet_permission.c19 #define SEC(NAME) __attribute__((section(NAME), used)) argument
H A D464xlat.c19 #define SEC(NAME) __attribute__((section(NAME), used)) argument
H A Doffload.c19 #define SEC(NAME) __attribute__((section(NAME), used)) argument
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/
H A DPreferencesHelperSyncJsunit.test.js19 const NAME = 'test_preferences'; constant
H A DPreferencesTaskpoolJsunit.test.js20 const NAME = 'test_taskpool_preferences'; constant
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/applicationinfofromjson_fuzzer/
H A Dapplicationinfofromjson_fuzzer.cpp28 const char NAME[] = "name"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinfofromjson_fuzzer/
H A Dbundleinfofromjson_fuzzer.cpp28 const char NAME[] = "name"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/abilityinfofromjson_fuzzer/
H A Dabilityinfofromjson_fuzzer.cpp28 const char NAME[] = "name"; variable
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/common/
H A Dent_info_test.cpp27 const std::string NAME{"test"}; variable
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/performance/preferences/src/
H A DPreferencesInstanceSyncJsPref.test.js20 const NAME = 'test_preferences'; constant
H A DPreferencesOperationPromiseJsPref.test.js20 const NAME = 'test_preferences'; constant
H A DPreferencesOperationSyncJsPref.test.js20 const NAME = 'test_preferences'; constant
H A DPreferencesInstancePromiseJsPref.test.js20 const NAME = 'test_preferences'; constant
H A DPreferencesOperationCallBackJsPref.test.js20 const NAME = 'test_preferences'; constant
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dexception_handler.cpp25 const std::string NAME = "name"; variable
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dglobal_params_data.h30 static constexpr const char *NAME = "name"; variable
72 static constexpr const char *NAME = "name"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_constants.h32 constexpr const char* NAME = "NAME"; variable
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dglobal_app_config.cpp27 const char* NAME = "name"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_form_profile.h28 constexpr const char* NAME = "name"; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.h40 const std::string NAME = "propertyName"; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_manager_test.cpp38 const std::string NAME = "Test name"; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dextension_ability_info.cpp31 const std::string NAME = "name"; variable

1234