/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | mct_protocol.cpp | 64 strerror_r(errno, buf, sizeof(buf)); in ReadEventData() 81 strerror_r(errno, buf, sizeof(buf)); in ReadEventData() 110 strerror_r(errno, buf, sizeof(buf)); in ReadAclData() 127 strerror_r(errno, buf, sizeof(buf)); in ReadAclData()
|
H A D | hci_protocol.cpp | 56 strerror_r(errno, buf, sizeof(buf)); in Read() 73 strerror_r(errno, buf, sizeof(buf)); in Write()
|
H A D | bluetooth_address.cpp | 144 strerror_r(errno, buf, sizeof(buf)); in GetDeviceAddress() 183 strerror_r(errno, buf, sizeof(buf)); in GenerateDeviceAddress() 188 strerror_r(errno, buf, sizeof(buf)); in GenerateDeviceAddress()
|
H A D | h4_protocol.cpp | 103 strerror_r(errno, buf, sizeof(buf)); in ReadData() 122 strerror_r(errno, buf, sizeof(buf)); in ReadData()
|
/ohos5.0/base/hiviewdfx/hiview/base/running_status_logger/ |
H A D | running_status_logger.cpp | 44 strerror_r(errno, errMsg, BUF_SIZE); in Log() 103 strerror_r(errno, errMsg, BUF_SIZE); in GetLogWroteDestFile() 123 strerror_r(errno, errMsg, BUF_SIZE); in GetLogWroteDestFile()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_handler_utils.h | 28 #define strerror_r(err, buf, len) strerror_s((buf), (len), (err)) macro 75 strerror_r(errno, errmsg, size);
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/common/ |
H A D | graphic_common.h | 76 #define strerror_r(err, buf, len) strerror_s((buf), (len), (err)) macro 84 strerror_r(lowerr, buf, sizeof buf); in LowErrorStr()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/common/ |
H A D | graphic_common.h | 76 #define strerror_r(err, buf, len) strerror_s((buf), (len), (err)) macro 84 strerror_r(lowerr, buf, sizeof buf); in LowErrorStr()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | file_metadata_stream.cpp | 90 strerror_r(errno, &buf[0], buf.size()); in HandleFileError() 497 strerror_r(errno, &errstr[0], METADATA_STREAM_ERROR_BUFFER_SIZE); in GetSize() 506 strerror_r(errno, &errstr[0], METADATA_STREAM_ERROR_BUFFER_SIZE); in GetSize()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/ |
H A D | tcp_server_common_context.cpp | 94 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
H A D | multicast_get_loopback_context.cpp | 109 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
H A D | multicast_get_ttl_context.cpp | 106 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
H A D | common_context.cpp | 105 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
H A D | multicast_set_loopback_context.cpp | 120 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
H A D | multicast_set_ttl_context.cpp | 117 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
H A D | multicast_membership_context.cpp | 125 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
H A D | tcp_server_listen_context.cpp | 129 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
H A D | bind_context.cpp | 127 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
H A D | tcp_server_send_context.cpp | 144 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
H A D | tcp_send_context.cpp | 140 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
H A D | udp_extra_context.cpp | 133 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
|
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | json_utils.cpp | 71 strerror_r(errno, errBuf, sizeof(errBuf)); in ReadFileInfoJson()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
H A D | bms_extension_profile.cpp | 59 strerror_r(errno, errBuf, sizeof(errBuf)); in ReadFileIntoJson()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
H A D | transport.cpp | 50 strerror_r(errno, errMsg, buffSize); in LogErrorInfo()
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/ |
H A D | event_handler_utils.h | 104 strerror_r(errno, errmsg, size);
|