Home
last modified time | relevance | path

Searched defs:msgSize (Results 1 – 9 of 9) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
Dlog_ioctl.cpp78 int msgSize = pStats.tagNum * sizeof(TagStatsRsp); in ReceiveProcTagStats() local
109 int msgSize = pStats.typeNum * sizeof(LogTypeStatsRsp); in ReceiveProcLogTypeStats() local
139 int msgSize = rsp.procNum * sizeof(ProcStatsRsp); in ReceiveProcStats() local
171 int msgSize = dStats.tagNum * sizeof(TagStatsRsp); in ReceiveDomainTagStats() local
203 int msgSize = ldStats.domainNum * sizeof(DomainStatsRsp); in ReceiveDomainStats() local
233 int msgSize = rsp.typeNum * sizeof(LogTypeDomainStatsRsp); in ReceiveLogTypeDomainStats() local
/base/startup/init/services/param/linux/
Dparam_request.c153 size_t msgSize = sizeof(ParamMsgContent); in SystemSetParameter() local
205 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + sizeof(ParamMsgContent) + size… in SystemWaitParameter() local
Dparam_message.c63 ParamMessage *CreateParamMessage(int type, const char *name, uint32_t msgSize) in CreateParamMessage()
Dparam_message.h58 uint32_t msgSize; member
Dparam_service.c106 uint32_t msgSize = sizeof(ParamMessage) + PARAM_ALIGN(strlen(content) + 1); in SendWatcherNotifyMessage() local
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp208 int msgSize = typeNum * sizeof(LogTypeDomainStatsRsp); in SendLogTypeDomainStats() local
245 int msgSize = dt.size() * sizeof(DomainStatsRsp); in SendDomainStats() local
292 int msgSize = pTable.size() * sizeof(ProcStatsRsp); in SendProcStats() local
347 int msgSize = typeNum * sizeof(LogTypeStatsRsp); in SendProcLogTypeStats() local
389 int msgSize = tagTable.size() * sizeof(TagStatsRsp); in SendTagStats() local
/base/startup/init/interfaces/innerkits/control_fd/
Dcontrol_fd.h73 uint16_t msgSize; member
/base/startup/init/test/unittest/param/
Dparamservice_unittest.cpp335 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + PARAM_ALIGN(strlen(value) + 1); in TestServiceProcessMessage() local
358 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + PARAM_ALIGN(strlen(value) + 1); in AddWatch() local
Dwatcher_proxy_unittest.cpp141 uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + value.size(); in TestProcessWatcherMessage() local