Home
last modified time | relevance | path

Searched defs:msgSize (Results 1 – 12 of 12) 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/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_crypto_ed25519.c39 #define ED25519_SIGN(sig, msgData, msgSize, pub, priv) ED25519_sign((sig), (msgData), (msgSize), (p… argument
40 #define ED25519_VERIFY(msgData, msgSize, sig, pub) ED25519_verify((msgData), (msgSize), (sig), (pub… argument
44 #define ED25519_SIGN(sig, msgData, msgSize, pub, priv) \ argument
46 #define ED25519_VERIFY(msgData, msgSize, sig, pub) ossl_ed25519_verify((msgData), (msgSize), (sig),… argument
/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.cpp169 uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + value.size(); in TestProcessWatcherMessage() local
Dparam_unittest.cpp565 const int msgSize = sizeof(ParamMessage) + 128; // 128 TEST variable
/base/startup/appspawn/standard/
Dappspawn_manager.h74 uint32_t msgSize; member