Home
last modified time | relevance | path

Searched refs:error (Results 3201 - 3225 of 17797) sorted by relevance

1...<<121122123124125126127128129130>>...712

/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/decoder/
H A Dvideo_decoder_engine.cpp36 auto error = engine->Init(); in Create() local
37 if (error != VEFError::ERR_OK) { in Create()
38 MEDIA_LOGE("init video decoder[id = %{public}" PRIu64 "] failed, error: %{public}d.", engine->GetId(), error); in Create()
/foundation/communication/nfc/services/src/ipc/controller/
H A Dndef_msg_callback_proxy.cpp34 DebugLog("NdefMsgCallbackProxy::OnNdefMsgDiscovered, Write interface token error"); in OnNdefMsgDiscovered()
42 int error = Remote()->SendRequest(static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_ON_NDEF_MSG_NOTIFY), in OnNdefMsgDiscovered() local
44 if (error != ERR_NONE) { in OnNdefMsgDiscovered()
45 ErrorLog("NdefMsgCallbackProxy::OnNdefMsgDiscovered, Set Attr %{public}d error: %{public}d", in OnNdefMsgDiscovered()
46 NfcServiceIpcInterfaceCode::COMMAND_ON_NDEF_MSG_NOTIFY, error); in OnNdefMsgDiscovered()
H A Dnfc_controller_callback_proxy.cpp34 DebugLog("Write interface token error: %{public}s", __func__); in OnNfcStateChanged()
40 int error = Remote()->SendRequest(static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_ON_NOTIFY), in OnNfcStateChanged() local
42 if (error != ERR_NONE) { in OnNfcStateChanged()
43 InfoLog("Set Attr %{public}d failed,error code is %{public}d", in OnNfcStateChanged()
44 NfcServiceIpcInterfaceCode::COMMAND_ON_NOTIFY, error); in OnNfcStateChanged()
H A Don_card_emulation_notify_cb_proxy.cpp33 ErrorLog("OnCardEmulationNotifyCbProxy:WriteInterfaceToken token error"); in OnCardEmulationNotify()
39 int error = Remote()->SendRequest( in OnCardEmulationNotify() local
41 if (error != ERR_NONE) { in OnCardEmulationNotify()
42 ErrorLog("OnCardEmulationNotifyCbProxy::OnCardEmulationNotify, Set Attr %{public}d error: %{public}d", in OnCardEmulationNotify()
43 NfcServiceIpcInterfaceCode::COMMAND_ON_CARD_EMULATION_NOTIFY, error); in OnCardEmulationNotify()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_callback_proxy.cpp39 WIFI_LOGE("Write interface token error: %{public}s", __func__); in OnWifiScanStateChanged()
44 int error = Remote()->SendRequest(static_cast<uint32_t>(ScanInterfaceCode::WIFI_CBK_CMD_SCAN_STATE_CHANGE), in OnWifiScanStateChanged() local
46 switch (error) { in OnWifiScanStateChanged()
58 WIFI_LOGE("OnWifiScanStateChanged,connect done failed, error: %{public}d!", error); in OnWifiScanStateChanged()
/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_cmd_callback_proxy.cpp36 DebugLog("Write interface token error: %{public}s", __func__); in OnCeApduData()
42 int error = Remote()->SendRequest( in OnCeApduData() local
46 if (error != ERR_NONE) { in OnCeApduData()
47 InfoLog("Set Attr %{public}d failed,error code is %{public}d", in OnCeApduData()
48 NfcServiceIpcInterfaceCode::COMMAND_ON_CE_APDU_DATA, error); in OnCeApduData()
/foundation/communication/nfc/services/src/ipc/tags/
H A Dforeground_callback_proxy.cpp33 DebugLog("Write interface token error: %{public}s", __func__); in OnTagDiscovered()
39 int error = Remote()->SendRequest(static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_TAG_FOUND_FOREGROUND), in OnTagDiscovered() local
41 if (error != ERR_NONE) { in OnTagDiscovered()
42 InfoLog("Set Attr %{public}d failed,error code is %{public}d", in OnTagDiscovered()
43 NfcServiceIpcInterfaceCode::COMMAND_TAG_FOUND_FOREGROUND, error); in OnTagDiscovered()
H A Dreader_mode_callback_proxy.cpp33 DebugLog("Write interface token error: %{public}s", __func__); in OnTagDiscovered()
39 int error = Remote()->SendRequest(static_cast<uint32_t>(NfcServiceIpcInterfaceCode::COMMAND_TAG_FOUND_READER_MODE), in OnTagDiscovered() local
41 if (error != ERR_NONE) { in OnTagDiscovered()
42 InfoLog("Set Attr %{public}d failed,error code is %{public}d", in OnTagDiscovered()
43 NfcServiceIpcInterfaceCode::COMMAND_TAG_FOUND_READER_MODE, error); in OnTagDiscovered()
/foundation/communication/connected_nfc_tag/services/src/
H A Dnfc_tag_callback_proxy.cpp37 int error = Remote()->SendRequest(CMD_ON_NFC_TAG_NOTIFY, data, reply, option); in OnNotify() local
38 if (error != ERR_NONE) { in OnNotify()
39 HILOGE("Set Attr(%{public}d) failed,error code is %{public}d", CMD_ON_NFC_TAG_NOTIFY, error); in OnNotify()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dthread_private_data_ctl.h25 ThreadPrivateData() : error(EGL_SUCCESS), ctx(nullptr) {} in ThreadPrivateData()
26 EGLint error; member
36 static void SetError(EGLint error);
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dapm.h53 bool error; in apm_bios_call_simple_asm() local
67 : "=a" (*eax), "=b" (error), "=c" (cx), "=d" (dx), in apm_bios_call_simple_asm()
71 return error; in apm_bios_call_simple_asm()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_writable_reject_nbd_invalid.c9 char error[4096]; in test_raw_tp_writable_reject_nbd_invalid() local
29 bpf_fd = bpf_load_program_xattr(&load_attr, error, sizeof(error)); in test_raw_tp_writable_reject_nbd_invalid()
/kernel/linux/linux-5.10/fs/befs/
H A Dio.c40 goto error; in befs_bread_iaddr()
52 goto error; in befs_bread_iaddr()
58 error: in befs_bread_iaddr()
/kernel/linux/linux-6.6/fs/befs/
H A Dio.c40 goto error; in befs_bread_iaddr()
52 goto error; in befs_bread_iaddr()
58 error: in befs_bread_iaddr()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dapm.h53 bool error; in apm_bios_call_simple_asm() local
67 : "=a" (*eax), "=b" (error), "=c" (cx), "=d" (dx), in apm_bios_call_simple_asm()
71 return error; in apm_bios_call_simple_asm()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_writable_reject_nbd_invalid.c9 char error[4096]; in test_raw_tp_writable_reject_nbd_invalid() local
23 .log_buf = error, in test_raw_tp_writable_reject_nbd_invalid()
24 .log_size = sizeof(error), in test_raw_tp_writable_reject_nbd_invalid()
/third_party/elfutils/lib/
H A Dxmalloc.c39 /* Allocate N bytes of memory dynamically, with error checking. */
47 error (EXIT_FAILURE, 0, _("memory exhausted")); in xmalloc()
52 /* Allocate memory for N elements of S bytes, with error checking. */
60 error (EXIT_FAILURE, 0, _("memory exhausted")); in xcalloc()
66 with error checking. */
72 error (EXIT_FAILURE, 0, _("memory exhausted")); in xrealloc()
/third_party/curl/tests/libtest/
H A Dlib517.c159 int error = 0; in test() local
168 error++; in test()
172 return error; in test()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_return_value_location.c45 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_module_return_value_location() local
46 if (error != DWFL_E_NOERROR) in dwfl_module_return_value_location()
48 __libdwfl_seterrno (error); in dwfl_module_return_value_location()
H A Ddwfl_onesrcline.c45 Dwfl_Error error = __libdwfl_cu_getsrclines (cu); in dwfl_onesrcline() local
46 if (error != DWFL_E_NOERROR) in dwfl_onesrcline()
48 __libdwfl_seterrno (error); in dwfl_onesrcline()
/third_party/eudev/src/mtd_probe/
H A Dmtd_probe.c37 int error; in main() local
51 error = ioctl(mtd_fd, MEMGETINFO, &mtd_info); in main()
52 if (error == -1) { in main()
/third_party/node/test/parallel/
H A Dtest-http-head-request.js30 console.error('req: %s headers: %j', req.method, headers);
42 console.error('response start');
44 console.error('response end');
H A Dtest-http-request-agent.js26 console.error('listening');
33 console.error(res.statusCode, res.headers);
36 })).on('error', function(e) {
37 console.error(e);
/third_party/musl/src/time/
H A Dmktime.c16 if ((time_t)t != t) goto error; in mktime()
20 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error; in mktime()
25 error: in mktime()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dmktime.c16 if ((time_t)t != t) goto error; in mktime()
20 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error; in mktime()
25 error: in mktime()

Completed in 9 milliseconds

1...<<121122123124125126127128129130>>...712