Home
last modified time | relevance | path

Searched refs:UNUSED (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dprofiler_module.cpp39 UNUSED(func); in StartTracing()
40 UNUSED(context); in StartTracing()
69 UNUSED(func); in StopTracing()
70 UNUSED(context); in StopTracing()
71 UNUSED(args); in StopTracing()
72 UNUSED(argsNum); in StopTracing()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_dev.h21 #ifndef UNUSED
23 #define UNUSED __attribute__((unused)) macro
25 #define UNUSED macro
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/
H A Dapp_tdd_test.cpp110 UNUSED(forceStop); in TerminateInterface()
111 UNUSED(token); in TerminateInterface()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_debugger_config.cpp131 UNUSED(config); in ConfigEngineDebugger()
140 UNUSED(str); in Output()
H A Djs_fwk_common.h39 #undef UNUSED // incase others define the same macro macro
40 #define UNUSED(a) (void)(a) macro
H A Djs_fwk_common.cpp670 UNUSED(binary); in ReadFile()
1218 UNUSED(fontFamilyNameLen); in CopyFontFamily()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dimage_animator_component.cpp325 UNUSED(func); in StartAnimator()
346 UNUSED(func); in PauseAnimator()
367 UNUSED(func); in ResumeAnimator()
388 UNUSED(func); in StopAnimator()
409 UNUSED(func); in GetAnimatorState()
H A Dhorizon_progress_component.cpp115 UNUSED(attrKeyId); in PostUpdate()
H A Dcircle_progress_component.cpp208 UNUSED(attrKeyId); in PostUpdate()
H A Dcomponent.h174 UNUSED(child); in AttachView()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dsoftap_parser.cpp101 return HotspotConfigType::UNUSED; in GetConfigNameAsInt()
107 return HotspotConfigType::UNUSED; in GetConfigNameAsInt()
H A Dsoftap_parser.h34 UNUSED, member in HotspotConfigType
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dapp_module.cpp124 UNUSED(thisVal); in Terminate()
125 UNUSED(args); in Terminate()
126 UNUSED(argsNum); in Terminate()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_instance.h26 UNUSED, member in OHOS::AppExecFwk::FormUsageState
/foundation/multimodalinput/input/util/common/src/
H A Dklog.cpp37 #define UNUSED(x) \ macro
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dsoftap_parser_test.cpp78 EXPECT_EQ(HotspotConfigType::UNUSED, m_softapXmlParser->GetConfigNameAsInt(nullptr)); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/
H A Dconsole_module_test.cpp45 UNUSED(level); in VerifyBufferFillHanlder()
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability.cpp256 UNUSED(data); in LazyLoadHandleRenderTick()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_any.h35 UNUSED = 0, member in AnyReturn
/foundation/ability/form_fwk/frameworks/js/napi/form_info/
H A Djs_form_info.cpp148 napi_set_named_property(engine, objValue, "UNUSED", CreateJsValue(engine, AppExecFwk::FormUsageState::UNUSED)); in CreateJsFormUsageState()
/foundation/communication/wifi/wifi/test/wifi_standard/non_mock/
H A Dblock_connect_service_test.cpp130 int reasonNumder = static_cast<int>(DisconnectDetailReason::UNUSED); in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_smartgenius.c194 static void NetlinkErrorHandle(void *data UNUSED) in NetlinkErrorHandle() argument
/foundation/ability/form_fwk/services/src/
H A Dform_dump_mgr.cpp251 case FormUsageState::UNUSED: in AppendRunningFormInfos()
252 infosResult += "[ UNUSED ] \n"; in AppendRunningFormInfos()
H A Dform_data_mgr.cpp2108 instance.formUsageState = FormUsageState::UNUSED; in GetUnusedFormInstancesByFilter()
2237 formInstance.formUsageState = FormUsageState::UNUSED; in GetUnusedFormInstanceById()
2301 info.formUsageState = FormUsageState::UNUSED; in GetUnusedFormInfos()
2372 info.formUsageState = FormUsageState::UNUSED; in GetUnusedFormInfos()
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h177 UNUSED = 0, member in OHOS::Wifi::DisconnectedReason::DisconnectDetailReason

Completed in 23 milliseconds

12