Searched refs:IS_ENABLED (Results 1 - 22 of 22) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_ability_impl.h | 27 #if IS_ENABLED(JS_PROFILER) 53 #if IS_ENABLED(JS_PROFILER) in JSAbilityImpl() 68 #if IS_ENABLED(JS_PROFILER) in ~JSAbilityImpl()
|
H A D | js_profiler.h | 27 #if IS_ENABLED(JS_PROFILER) 47 #if IS_ENABLED(JS_PROFILER)
|
H A D | js_profiler.cpp | 18 #if IS_ENABLED(JS_PROFILER)
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | profiler_module.cpp | 16 #if IS_ENABLED(JS_PROFILER) 41 #if IS_ENABLED(JS_PROFILER) in StartTracing() 73 #if IS_ENABLED(JS_PROFILER) in StopTracing()
|
H A D | profiler_module.h | 20 #if IS_ENABLED(JS_PROFILER) 85 #if IS_ENABLED(JS_PROFILER) in Load()
|
H A D | version_module.h | 22 #if IS_ENABLED(ACE_LITE_VERSION_JS_API) 73 #if IS_ENABLED(ACE_LITE_VERSION_JS_API) in Load()
|
H A D | version_module.cpp | 17 #if IS_ENABLED(ACE_LITE_VERSION_JS_API)
|
H A D | console_log_impl.h | 22 #if IS_ENABLED(CONSOLE_LOG_OUTPUT)
|
H A D | console_module.cpp | 17 #if IS_ENABLED(CONSOLE_LOG_OUTPUT)
|
H A D | console_log_impl.cpp | 17 #if IS_ENABLED(CONSOLE_LOG_OUTPUT)
|
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/ |
H A D | jsi_interface_tdd_test.h | 59 #if IS_ENABLED(JS_FWK_SYMBOL) 68 #if IS_ENABLED(JS_FWK_TYPEDARRAY)
|
H A D | jsi_interface_tdd_test.cpp | 393 #if IS_ENABLED(JS_FWK_SYMBOL) 613 #if IS_ENABLED(JS_FWK_TYPEDARRAY) 1358 #if IS_ENABLED(JS_FWK_SYMBOL) in RunTests() 1367 #if IS_ENABLED(JS_FWK_TYPEDARRAY) in RunTests() 1483 #if IS_ENABLED(JS_FWK_SYMBOL) 1548 #if IS_ENABLED(JS_FWK_TYPEDARRAY)
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | ace_version.h | 23 #if IS_ENABLED(ACE_LITE_VERSION_JS_API)
|
H A D | js_debugger_config.cpp | 32 #if IS_ENABLED(ENGINE_DEBUGGER)
|
H A D | js_fwk_common.h | 74 #if IS_ENABLED(JS_PROFILER)
|
H A D | js_fwk_common.cpp | 35 #if IS_ENABLED(CONSOLE_LOG_OUTPUT) 279 #if IS_ENABLED(ENGINE_DEBUGGER) in PrintErrorMessage()
|
/foundation/arkui/ace_engine_lite/frameworks/include/base/ |
H A D | js_config.h | 26 #define IS_ENABLED(CONFIGURATION) ((CONFIGURATION) == 1) macro
|
H A D | js_debugger_config.h | 136 #if IS_ENABLED(ENGINE_DEBUGGER)
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/test/unittest/common/ |
H A D | jsfwk_tdd_test.cpp | 169 #if IS_ENABLED(ACE_LITE_VERSION_JS_API) in ACELiteFrameworkInitialization009()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/overlay/ |
H A D | js_app_overlay.cpp | 39 const std::string IS_ENABLED = "isEnabled"; member 138 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, IS_ENABLED, TYPE_BOOLEAN); in SetOverlayEnabled() 197 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, IS_ENABLED, TYPE_BOOLEAN); in SetOverlayEnabledByBundleName()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/ |
H A D | js_component_test_component.cpp | 41 constexpr char IS_ENABLED[] = "isEnabled"; member 70 DECLARE_NAPI_FUNCTION_WITH_DATA(IS_ENABLED, ComponentTestComponent::GenericBoolCallback, (void*)IS_ENABLED), 495 } else if (std::strcmp(asyncContext->functionName, IS_ENABLED) == 0) { in GenericBoolCallback()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/ |
H A D | js_page_state_machine.cpp | 333 #if IS_ENABLED(JS_PROFILER) in ForceGC()
|
Completed in 13 milliseconds