Home
last modified time | relevance | path

Searched defs:msgSize (Results 1 – 11 of 11) 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_message.c65 ParamMessage *CreateParamMessage(int type, const char *name, uint32_t msgSize) in CreateParamMessage()
Dparam_request.c167 size_t msgSize = sizeof(ParamMsgContent); in SystemSetParameter_() local
226 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + sizeof(ParamMsgContent) + size… in SystemWaitParameter() local
Dparam_message.h58 uint32_t msgSize; member
Dparam_service.c102 uint32_t msgSize = sizeof(ParamMessage) + PARAM_ALIGN(strlen(content) + 1); in SendWatcherNotifyMessage() local
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp209 int msgSize = typeNum * sizeof(LogTypeDomainStatsRsp); in SendLogTypeDomainStats() local
246 int msgSize = dt.size() * sizeof(DomainStatsRsp); in SendDomainStats() local
293 int msgSize = pTable.size() * sizeof(ProcStatsRsp); in SendProcStats() local
348 int msgSize = typeNum * sizeof(LogTypeStatsRsp); in SendProcLogTypeStats() local
390 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.cpp322 …uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + PARAM_ALIGN(strlen(value) + 1); in TestServiceProcessMessage() local
345 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.cpp567 const int msgSize = sizeof(ParamMessage) + 128; // 128 TEST variable