Home
last modified time | relevance | path

Searched refs:strerror_r (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dmct_protocol.cpp64 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 Dhci_protocol.cpp56 strerror_r(errno, buf, sizeof(buf)); in Read()
73 strerror_r(errno, buf, sizeof(buf)); in Write()
H A Dbluetooth_address.cpp144 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 Dh4_protocol.cpp103 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 Drunning_status_logger.cpp44 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 Devent_handler_utils.h28 #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 Dgraphic_common.h76 #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 Dgraphic_common.h76 #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 Dfile_metadata_stream.cpp90 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 Dtcp_server_common_context.cpp94 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
H A Dmulticast_get_loopback_context.cpp109 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
H A Dmulticast_get_ttl_context.cpp106 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
H A Dcommon_context.cpp105 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
H A Dmulticast_set_loopback_context.cpp120 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
H A Dmulticast_set_ttl_context.cpp117 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
H A Dmulticast_membership_context.cpp125 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
H A Dtcp_server_listen_context.cpp129 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
H A Dbind_context.cpp127 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
H A Dtcp_server_send_context.cpp144 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
H A Dtcp_send_context.cpp140 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
H A Dudp_extra_context.cpp133 (void)strerror_r(errCode, err, MAX_ERR_NUM); in GetErrorMessage()
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Djson_utils.cpp71 strerror_r(errno, errBuf, sizeof(errBuf)); in ReadFileInfoJson()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_profile.cpp59 strerror_r(errno, errBuf, sizeof(errBuf)); in ReadFileIntoJson()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dtransport.cpp50 strerror_r(errno, errMsg, buffSize); in LogErrorInfo()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_handler_utils.h104 strerror_r(errno, errmsg, size);

12