Searched defs:msgSize (Results 1 – 9 of 9) sorted by relevance
78 int msgSize = pStats.tagNum * sizeof(TagStatsRsp); in ReceiveProcTagStats() local109 int msgSize = pStats.typeNum * sizeof(LogTypeStatsRsp); in ReceiveProcLogTypeStats() local139 int msgSize = rsp.procNum * sizeof(ProcStatsRsp); in ReceiveProcStats() local171 int msgSize = dStats.tagNum * sizeof(TagStatsRsp); in ReceiveDomainTagStats() local203 int msgSize = ldStats.domainNum * sizeof(DomainStatsRsp); in ReceiveDomainStats() local233 int msgSize = rsp.typeNum * sizeof(LogTypeDomainStatsRsp); in ReceiveLogTypeDomainStats() local
153 size_t msgSize = sizeof(ParamMsgContent); in SystemSetParameter() local205 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + sizeof(ParamMsgContent) + size… in SystemWaitParameter() local
63 ParamMessage *CreateParamMessage(int type, const char *name, uint32_t msgSize) in CreateParamMessage()
58 uint32_t msgSize; member
106 uint32_t msgSize = sizeof(ParamMessage) + PARAM_ALIGN(strlen(content) + 1); in SendWatcherNotifyMessage() local
208 int msgSize = typeNum * sizeof(LogTypeDomainStatsRsp); in SendLogTypeDomainStats() local245 int msgSize = dt.size() * sizeof(DomainStatsRsp); in SendDomainStats() local292 int msgSize = pTable.size() * sizeof(ProcStatsRsp); in SendProcStats() local347 int msgSize = typeNum * sizeof(LogTypeStatsRsp); in SendProcLogTypeStats() local389 int msgSize = tagTable.size() * sizeof(TagStatsRsp); in SendTagStats() local
73 uint16_t msgSize; member
335 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + PARAM_ALIGN(strlen(value) + 1); in TestServiceProcessMessage() local358 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + PARAM_ALIGN(strlen(value) + 1); in AddWatch() local
141 uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + value.size(); in TestProcessWatcherMessage() local