Searched refs:GetRsp (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/ |
H A D | log_ioctl.cpp | 64 int LogIoctl::GetRsp(char* rsp, int len)
in GetRsp() function in OHOS::HiviewDFX::LogIoctl 93 if (GetRsp(tmp, msgSize) != RET_SUCCESS) {
in ReceiveProcTagStats() 123 if (GetRsp(tmp, msgSize) != RET_SUCCESS) {
in ReceiveProcLogTypeStats() 153 if (GetRsp(tmp, msgSize) != RET_SUCCESS) {
in ReceiveProcStats() 186 if (GetRsp(tmp, msgSize) != RET_SUCCESS) {
in ReceiveDomainTagStats() 217 if (GetRsp(tmp, msgSize) != RET_SUCCESS) {
in ReceiveDomainStats() 247 if (GetRsp(tmp, msgSize) != RET_SUCCESS) {
in ReceiveLogTypeDomainStats() 317 int ret = GetRsp(reinterpret_cast<char*>(rsp), DEFAULT_RECV_BUF_LEN);
in ReceiveAndProcessOutputRsp() 345 ret = GetRsp(reinterpret_cast<char*>(&rsp), sizeof(rsp));
in ReceiveAndProcessStatsQueryRsp()
|
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/ |
H A D | log_ioctl.h | 51 int GetRsp(char* rsp, int len);
109 ret = GetRsp(reinterpret_cast<char*>(&rsp), sizeof(T2));
in Request()
|
Completed in 2 milliseconds