Searched defs:msgSize (Results 1 – 14 of 14) 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
175 size_t msgSize = sizeof(ParamMsgContent); in SystemSetParameter_() local231 size_t msgSize = RECV_BUFFER_MAX; in SystemSaveParameters() local260 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + sizeof(ParamMsgContent) + size… in SystemWaitParameter() local
65 ParamMessage *CreateParamMessage(int type, const char *name, uint32_t msgSize) in CreateParamMessage()
59 uint32_t msgSize; member
104 uint32_t msgSize = sizeof(ParamMessage) + PARAM_ALIGN(strlen(content) + 1); in SendWatcherNotifyMessage() local
221 int msgSize = typeNum * sizeof(LogTypeDomainStatsRsp); in SendLogTypeDomainStats() local258 int msgSize = dt.size() * sizeof(DomainStatsRsp); in SendDomainStats() local305 int msgSize = pTable.size() * sizeof(ProcStatsRsp); in SendProcStats() local360 int msgSize = typeNum * sizeof(LogTypeStatsRsp); in SendProcLogTypeStats() local402 int msgSize = tagTable.size() * sizeof(TagStatsRsp); in SendTagStats() local
76 uint16_t msgSize; member
321 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + PARAM_ALIGN(strlen(value) + 1); in TestServiceProcessMessage() local344 uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + sizeof(ParamMsgContent) in AddWatch() local
171 uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + value.size(); in TestProcessWatcherMessage() local
608 const int msgSize = sizeof(ParamMessage) + 128; // 128 TEST variable
121 uint32_t msgSize; member
488 const size_t msgSize = 10; variable
79 uint32_t msgSize; member
1743 const size_t msgSize = 10; variable