Home
last modified time | relevance | path

Searched defs:msgSize (Results 1 – 14 of 14) 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.c175 size_t msgSize = sizeof(ParamMsgContent); in SystemSetParameter_() local
231 size_t msgSize = RECV_BUFFER_MAX; in SystemSaveParameters() local
260 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + sizeof(ParamMsgContent) + size… in SystemWaitParameter() local
Dparam_message.c65 ParamMessage *CreateParamMessage(int type, const char *name, uint32_t msgSize) in CreateParamMessage()
Dparam_message.h59 uint32_t msgSize; member
Dparam_service.c104 uint32_t msgSize = sizeof(ParamMessage) + PARAM_ALIGN(strlen(content) + 1); in SendWatcherNotifyMessage() local
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp221 int msgSize = typeNum * sizeof(LogTypeDomainStatsRsp); in SendLogTypeDomainStats() local
258 int msgSize = dt.size() * sizeof(DomainStatsRsp); in SendDomainStats() local
305 int msgSize = pTable.size() * sizeof(ProcStatsRsp); in SendProcStats() local
360 int msgSize = typeNum * sizeof(LogTypeStatsRsp); in SendProcLogTypeStats() local
402 int msgSize = tagTable.size() * sizeof(TagStatsRsp); in SendTagStats() local
/base/startup/init/interfaces/innerkits/control_fd/
Dcontrol_fd.h76 uint16_t msgSize; member
/base/startup/init/test/unittest/param/
Dparamservice_unittest.cpp321 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + PARAM_ALIGN(strlen(value) + 1); in TestServiceProcessMessage() local
344 uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + sizeof(ParamMsgContent) in AddWatch() local
Dwatcher_proxy_unittest.cpp171 uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + value.size(); in TestProcessWatcherMessage() local
Dparam_unittest.cpp608 const int msgSize = sizeof(ParamMessage) + 128; // 128 TEST variable
/base/tee/tee_client/frameworks/include/
Dtc_ns_client.h121 uint32_t msgSize; member
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
Dbacktrace_local_test.cpp488 const size_t msgSize = 10; variable
/base/startup/appspawn/standard/
Dappspawn_manager.h79 uint32_t msgSize; member
/base/hiviewdfx/faultloggerd/test/systemtest/
Dfaultloggerd_system_test.cpp1743 const size_t msgSize = 10; variable