/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_image_view.cpp | 88 int error = D_GIF_SUCCEEDED; in OpenGifFile() local 89 GifFileType* gifFileType = DGifOpenFileName(src, &error); in OpenGifFile() 90 if (error != D_GIF_SUCCEEDED) { in OpenGifFile()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/ |
H A D | audio_socket_thread.cpp | 151 AUDIO_ERR_LOG("set anahs event error."); in SetAudioAnahsEventValue() 155 AUDIO_ERR_LOG("set anahs event error and subSystem is not platform."); in SetAudioAnahsEventValue() 313 errno_t error; in ReadAndScanUsbDev() local 346 error = strncpy_s((char *)usbDevice.devName, sizeof(usbDevice.devName), realpathRes, in ReadAndScanUsbDev() 348 if (error != EOK) { in ReadAndScanUsbDev()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_uri.cpp | 281 DataShare::DatashareBusinessError error; in GetFilePath() local 297 auto resultSet = dataShareHelper->Query(uri, predicates, columns, &error); in GetFilePath() 298 int32_t ret = error.GetCode(); in GetFilePath()
|
/foundation/multimedia/media_foundation/src/meta/ |
H A D | format.cpp | 86 FALSE_RETURN_V_MSG_E(addr != nullptr, false, "PutBuffer error, addr is nullptr"); in PutBufferToFormatMap() 211 FALSE_RETURN_V_MSG_E(addr != nullptr, false, "PutBuffer error, addr is nullptr"); in PutBuffer() 226 auto error = memcpy_s(anyAddr, size, addr, size); in PutBuffer() local 227 FALSE_RETURN_V_MSG_E(error == EOK, false, "PutBuffer memcpy_s failed, error: %{public}s", strerror(error)); in PutBuffer()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | item_property_hvcc_box.cpp | 98 heif_error error = ParseNalUnitArray(reader, array.nalUnits); in ParseContent() local 99 if (error) { in ParseContent() 100 return error; in ParseContent()
|
/foundation/multimedia/media_library/interfaces/kits/js/include/napi/ |
H A D | medialibrary_napi_utils.h | 250 napi_value error; member 404 static int TransErrorCode(const std::string &Name, int error); 406 static void HandleError(napi_env env, int error, napi_value &errorObj, const std::string &Name);
|
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/ |
H A D | ffrt_trace_process.py | 712 logging.error("file: %s not exist", args.file) 723 logging.error("not find any process used ffrt automatically, plz assign -pid or -p in args") 730 logging.error("pid %d is not active in trace", pid)
|
/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/ |
H A D | net_policy_service_proxy.cpp | 101 NETMGR_LOG_E("proxy SendRequest failed, error code: [%{public}d]", retCode); in GetPolicyByUid() 137 NETMGR_LOG_E("proxy SendRequest failed, error code: [%{public}d]", retCode); in GetUidsByPolicy() 177 NETMGR_LOG_E("proxy SendRequest failed, error code: [%{public}d]", retCode); in IsUidNetAllowed() 217 NETMGR_LOG_E("proxy SendRequest failed, error code: [%{public}d]", retCode); in IsUidNetAllowed() 329 NETMGR_LOG_E("proxy SendRequest failed, error code: [%{public}d]", retCode); in GetNetQuotaPolicies() 408 NETMGR_LOG_E("proxy SendRequest failed, error code: [%{public}d]", retCode); in GetBackgroundPolicy() 443 NETMGR_LOG_E("proxy SendRequest failed, error code: [%{public}d]", retCode); in GetBackgroundPolicyByUid() 537 NETMGR_LOG_E("proxy SendRequest failed, error code: [%{public}d]", retCode); in GetDeviceIdleTrustlist() 617 NETMGR_LOG_E("proxy SendRequest failed, error code: [%{public}d]", retCode); in GetPowerSaveTrustlist() 730 int32_t error in SetNetworkAccessPolicy() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 107 | This is the exit point for the 060FPSP when an enabled operand error exception 109 | for enabled operand error exceptions. The exception stack frame is an operand error
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | amd_gart_64.c | 419 goto error; in gart_map_sg() 436 goto error; in gart_map_sg() 445 error: in gart_map_sg()
|
/kernel/linux/linux-5.10/arch/arm/mach-at91/ |
H A D | pm.c | 340 goto error; in at91_pm_enter() 352 goto error; in at91_pm_enter() 355 error: in at91_pm_enter()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head.S | 36 #error KERNEL_RAM_VADDR must start at 0xXXXX8000 123 beq __error_p @ yes, error 'p' 407 moveq r0, #'p' @ yes, error 'p'
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 107 | This is the exit point for the 060FPSP when an enabled operand error exception 109 | for enabled operand error exceptions. The exception stack frame is an operand error
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | head.S | 35 #error KERNEL_RAM_VADDR must start at 0xXXXX8000 111 beq __error_p @ yes, error 'p' 403 moveq r0, #'p' @ yes, error 'p'
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | bcache.h | 965 void bch_count_io_errors(struct cache *ca, blk_status_t error, 968 blk_status_t error, const char *m); 970 blk_status_t error, const char *m);
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv0299.c | 79 dprintk("%s: writereg error (reg == 0x%02x, val == 0x%02x, ret == %i)\n", in stv0299_writeregI() 106 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", in stv0299_readreg() 121 dprintk("%s: readreg error (ret == %i)\n", __func__, ret); in stv0299_readregs() 674 if (state == NULL) goto error; in stv0299_attach() 692 if (id != 0xa1 && id != 0x80) goto error; in stv0299_attach() 699 error: in stv0299_attach()
|
H A D | stv0297.c | 48 dprintk("%s: writereg error (reg == 0x%02x, val == 0x%02x, ret == %i)\n", in stv0297_writereg() 66 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", __func__, reg, ret); in stv0297_readreg() 70 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", __func__, reg, ret); in stv0297_readreg() 75 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", __func__, reg, ret); in stv0297_readreg() 106 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", __func__, reg1, ret); in stv0297_readregs() 110 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", __func__, reg1, ret); in stv0297_readregs() 115 dprintk("%s: readreg error (reg == 0x%02x, ret == %i)\n", __func__, reg1, ret); in stv0297_readregs() 659 goto error; in stv0297_attach() 669 goto error; in stv0297_attach() 676 error in stv0297_attach() [all...] |
H A D | tda10023.c | 63 printk(KERN_ERR "DVB: TDA10023(%d): %s: readreg error (reg == 0x%02x, ret == %i)\n", in tda10023_readreg() 78 printk(KERN_ERR "DVB: TDA10023(%d): %s, writereg error (reg == 0x%02x, val == 0x%02x, ret == %i)\n", in tda10023_writereg() 515 if (state == NULL) goto error; in tda10023_attach() 524 if ((tda10023_readreg(state, 0x1a) & 0xf0) != 0x70) goto error; in tda10023_attach() 557 error: in tda10023_attach()
|
H A D | cx24110.c | 110 dprintk("%s: writereg error (err == %i, reg == 0x%02x, data == 0x%02x)\n", in cx24110_writereg() 136 /* fixme (low): error handling */ in cx24110_set_inversion() 229 /* fixme (low): add error handling */ in cx24110_set_symbolrate() 308 /* FIXME (low): add error handling, avoid infinite loops if HW fails... */ in _cx24110_pll_write() 344 /* fixme (low): error handling */ in cx24110_initfe() 462 /* the Viterbi error counter has finished one counting window */ in cx24110_read_ber() 491 /* the Es/N0 error counter has finished one counting window */ in cx24110_read_snr() 506 /* the RS error counter has finished one counting window */ in cx24110_read_ucblocks() 592 if (state == NULL) goto error; in cx24110_attach() 603 if ((ret != 0x5a) && (ret != 0x69)) goto error; in cx24110_attach() [all...] |
H A D | cx24113.c | 97 printk(KERN_DEBUG "%s: writereg error(err == %i, reg == 0x%02x, data == 0x%02x)\n", in cx24113_writereg() 119 printk(KERN_DEBUG "%s: reg=0x%x (error=%d)\n", in cx24113_readreg() 564 goto error; in cx24113_attach() 577 goto error; in cx24113_attach() 588 error: in cx24113_attach()
|
/kernel/linux/linux-5.10/drivers/isdn/capi/ |
H A D | kcapi.c | 318 goto error; in capi_ctr_handle_message() 367 goto error; in capi_ctr_handle_message() 375 error: in capi_ctr_handle_message() 422 * Return value: 0 on success, error code < 0 on error 472 * Return value: 0 on success, error code < 0 on error
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/ |
H A D | vdec_vp8_if.c | 479 goto error; in vdec_vp8_decode() 501 goto error; in vdec_vp8_decode() 509 error: in vdec_vp8_decode()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | ch341.c | 421 goto error; in ch341_port_probe() 427 goto error; in ch341_port_probe() 431 error: kfree(priv); in ch341_port_probe() 678 dev_err(&port->dev, "%s - USB control read error (%d)\n", in ch341_break_ctl() 699 dev_err(&port->dev, "%s - USB control write error (%d)\n", in ch341_break_ctl()
|
H A D | mct_u232.c | 195 dev_err(&port->dev, "Set BAUD RATE %d failed (error = %d)\n", in mct_u232_set_baud_rate() 226 "failed (error = %d)\n", MCT_U232_SET_UNKNOWN1_REQUEST, in mct_u232_set_baud_rate() 242 "failed (error = %d)\n", MCT_U232_SET_CTS_REQUEST, rc); in mct_u232_set_baud_rate() 265 dev_err(&port->dev, "Set LINE CTRL 0x%x failed (error = %d)\n", lcr, rc); in mct_u232_set_line_ctrl() 299 dev_err(&port->dev, "Set MODEM CTRL 0x%x failed (error = %d)\n", mcr, rc); in mct_u232_set_modem_ctrl() 322 dev_err(&port->dev, "Get MODEM STATus failed (error = %d)\n", rc); in mct_u232_get_modem_stat() 382 /* check first to simplify error handling */ in mct_u232_port_probe() 464 goto error; in mct_u232_open() 473 goto error; in mct_u232_open() 477 error in mct_u232_open() [all...] |
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | hcd.h | 408 * disable the LPM timeouts, so this can return an error code. 557 * sometimes control/bulk error recovery. 568 /* for control/bulk error recovery (CLEAR_TT_BUFFER) */ 715 int error) in usbmon_urb_submit_error() 718 (*mon_ops->urb_submit_error)(bus, urb, error); in usbmon_urb_submit_error() 735 int error) {} in usbmon_urb_submit_error() 714 usbmon_urb_submit_error(struct usb_bus *bus, struct urb *urb, int error) usbmon_urb_submit_error() argument 734 usbmon_urb_submit_error(struct usb_bus *bus, struct urb *urb, int error) usbmon_urb_submit_error() argument
|