Searched defs:rsp (Results 1 – 7 of 7) sorted by relevance
| /base/hiviewdfx/hilog/frameworks/libhilog/ioctl/ |
| D | log_ioctl.cpp | 31 LogIoctl::LogIoctl(IoctlCmd rqst, IoctlCmd rsp) : socket(GetSocketName(rqst), 0) in LogIoctl() 64 int LogIoctl::GetRsp(char* rsp, int len) in GetRsp() 73 int LogIoctl::ReceiveProcTagStats(StatsQueryRsp &rsp) in ReceiveProcTagStats() 104 int LogIoctl::ReceiveProcLogTypeStats(StatsQueryRsp &rsp) in ReceiveProcLogTypeStats() 134 int LogIoctl::ReceiveProcStats(StatsQueryRsp &rsp) in ReceiveProcStats() 163 int LogIoctl::ReceiveDomainTagStats(StatsQueryRsp &rsp) in ReceiveDomainTagStats() 198 int LogIoctl::ReceiveDomainStats(StatsQueryRsp &rsp) in ReceiveDomainStats() 228 int LogIoctl::ReceiveLogTypeDomainStats(StatsQueryRsp &rsp) in ReceiveLogTypeDomainStats() 257 void LogIoctl::DeleteLogStatsInfo(StatsQueryRsp &rsp) in DeleteLogStatsInfo() 315 OutputRsp *rsp = reinterpret_cast<OutputRsp *>(buffer.data()); in ReceiveAndProcessOutputRsp() local [all …]
|
| /base/hiviewdfx/hilog/services/hilogtool/ |
| D | log_display.cpp | 95 static uint32_t GetTotalLines(const StatsRsp &rsp) in GetTotalLines() 105 static uint64_t GetTotalLen(const StatsRsp &rsp) in GetTotalLen() 115 static void PrintStats(const StatsRsp &rsp) in PrintStats() 168 static void HilogShowDomainStatsInfo(const StatsQueryRsp& rsp) in HilogShowDomainStatsInfo() 229 static void HilogShowProcStatsInfo(const StatsQueryRsp& rsp) in HilogShowProcStatsInfo() 274 void HilogShowLogStatsInfo(const StatsQueryRsp& rsp) in HilogShowLogStatsInfo()
|
| D | main.cpp | 414 int ret = ioctl.RequestOutput(rqst, [&context](const OutputRsp& rsp) { in QueryLogHandler() 534 …t = ioctl.Request<BufferSizeGetRqst, BufferSizeGetRsp>(rqst, [&rqst](const BufferSizeGetRsp& rsp) { in BufferSizeGetHandler() 558 …t = ioctl.Request<BufferSizeSetRqst, BufferSizeSetRsp>(rqst, [&rqst](const BufferSizeSetRsp& rsp) { in BufferSizeSetHandler() 609 int ret = ioctl.Request<KmsgEnableRqst, KmsgEnableRsp>(rqst, [&rqst](const KmsgEnableRsp& rsp) { in KmsgFeatureSetHandler() 698 … ioctl.Request<DomainFlowCtrlRqst, DomainFlowCtrlRsp>(rqst, [&rqst](const DomainFlowCtrlRsp& rsp) { in SetDomainFlowCtrl() 732 int ret = ioctl.Request<LogRemoveRqst, LogRemoveRsp>(rqst, [&rqst](const LogRemoveRsp& rsp) { in RemoveHandler() 747 int ret = ioctl.RequestStatsQuery(rqst, [&rqst](const StatsQueryRsp& rsp) { in StatsInfoQueryHandler() 761 int ret = ioctl.Request<StatsClearRqst, StatsClearRsp>(rqst, [&rqst](const StatsClearRsp& rsp) { in StatsInfoClearHandler() 874 … ret = ioctl.Request<PersistStartRqst, PersistStartRsp>(rqst, [&rqst](const PersistStartRsp& rsp) { in PersistTaskStart() 889 …nt ret = ioctl.Request<PersistStopRqst, PersistStopRsp>(rqst, [&rqst](const PersistStopRsp& rsp) { in PersistTaskStop() [all …]
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | service_controller.cpp | 140 OutputRsp rsp; in WriteQueryResponse() local 166 static void StatsEntry2StatsRsp(const StatsEntry &entry, StatsRsp &rsp) in StatsEntry2StatsRsp() 185 StatsQueryRsp rsp; in SendOverallStats() local 629 PersistStartRsp rsp = { msg.jobId }; in HandlePersistStartRqst() local 636 PersistStopRsp rsp = { 0 }; in HandlePersistStopRqst() local 667 PersistQueryRsp rsp = { 0 }; in HandlePersistQueryRqst() local 685 PersistRefreshRsp rsp = { 0 }; in HandlePersistRefreshRqst() local 711 PersistClearRsp rsp = { 0 }; in HandlePersistClearRqst() local 724 BufferSizeGetRsp rsp = { 0 }; in HandleBufferSizeGetRqst() local 748 BufferSizeSetRsp rsp = { 0 }; in HandleBufferSizeSetRqst() local [all …]
|
| /base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/ |
| D | log_ioctl.h | 108 T2 rsp = { 0 }; in Request() local
|
| /base/hiviewdfx/faultloggerd/interfaces/common/ |
| D | unwind_x86_64_define.h | 97 uint64_t rsp; member
|
| /base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
| D | x509_cert_chain_openssl.c | 906 OCSP_RESPONSE *rsp = NULL; in ValidateOcspLocal() local
|