Searched refs:GetErrorStatusRemark (Results 1 - 4 of 4) sorted by relevance
/base/msdp/device_status/utils/ipc/include/ |
H A D | stream_buffer.h | 55 const std::string &GetErrorStatusRemark() const;
89 GetErrorStatusRemark().c_str(), sizeof(data), rCount_ + 1, STREAM_BUF_READ_FAIL);
in Read() 100 GetErrorStatusRemark().c_str(), sizeof(data), wCount_ + 1, STREAM_BUF_WRITE_FAIL);
in Write()
|
/base/sensors/sensor/utils/ipc/include/ |
H A D | stream_buffer.h | 51 const std::string &GetErrorStatusRemark() const; 109 GetErrorStatusRemark().c_str(), sizeof(data), rCount_ + 1); in Read() 126 GetErrorStatusRemark().c_str(), sizeof(data), wCount_ + 1); in Write()
|
/base/msdp/device_status/utils/ipc/src/ |
H A D | stream_buffer.cpp | 182 const std::string &StreamBuffer::GetErrorStatusRemark() const
in GetErrorStatusRemark() function in OHOS::Msdp::StreamBuffer
|
/base/sensors/sensor/utils/ipc/src/ |
H A D | stream_buffer.cpp | 237 const std::string &StreamBuffer::GetErrorStatusRemark() const in GetErrorStatusRemark() function in OHOS::Sensors::StreamBuffer
|
Completed in 2 milliseconds