Home
last modified time | relevance | path

Searched defs:msgSize (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
H A 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
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A 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
/ohos5.0/base/startup/init/services/param/linux/
H A 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
H A Dparam_message.c65 ParamMessage *CreateParamMessage(int type, const char *name, uint32_t msgSize) in CreateParamMessage()
H A Dparam_message.h59 uint32_t msgSize; member
H A Dparam_service.c104 uint32_t msgSize = sizeof(ParamMessage) + PARAM_ALIGN(strlen(content) + 1); in SendWatcherNotifyMessage() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/
H A Dmessage_queue_utils.cpp26 QueueHandler MessageQueueUtils::CreateMessageQueue(uint32_t capacity, uint32_t msgSize) in CreateMessageQueue()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dcollector_func.c166 …64_t scheduleId, const uint8_t *extraInfo, uint32_t extraInfoSize, uint8_t *msg, uint32_t *msgSize) in DoCollect()
265 int32_t DoSendMessageToCollector(uint64_t scheduleId, const uint8_t *msg, uint32_t msgSize, AlgoPar… in DoSendMessageToCollector()
386 uint64_t scheduleId, uint8_t *pinData, uint32_t pinDataSize, uint8_t *msg, uint32_t *msgSize) in DoSetDataToCollector()
H A Dexecutor_func_common.c157 int32_t FormatTlvMsg(const Attribute *data, const KeyPair *keyPair, uint8_t *msg, uint32_t *msgSize) in FormatTlvMsg()
198 static Attribute *GetRootAttributeFromTlv(const uint8_t *msg, uint32_t msgSize) in GetRootAttributeFromTlv()
240 … uint64_t scheduleId, Attribute **data, const Buffer *pubKey, const uint8_t *msg, uint32_t msgSize) in VerifyAndGetDataAttribute()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/
H A Dmessage_queue_utils.cpp49 QueueHandler MessageQueueUtils::CreateMessageQueue(uint32_t capacity, uint32_t msgSize) in CreateMessageQueue()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i2c/
H A Di2c_msg.c45 size_t msgSize = sizeof(struct I2cMsg) * count; in RebuildMsgs() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A 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
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_msg_wrapper.cpp85 size_t msgSize = sizeof(AppSpawnMsg) + 1; in AssembleMsg() local
/ohos5.0/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd.h76 uint16_t msgSize; member
/ohos5.0/base/startup/init/test/unittest/param/
H A 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
H A Dwatcher_proxy_unittest.cpp169 uint32_t msgSize = sizeof(ParamMessage) + sizeof(ParamMsgContent) + value.size(); in TestProcessWatcherMessage() local
H A Dparam_unittest.cpp565 const int msgSize = sizeof(ParamMessage) + 128; // 128 TEST variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot.cpp169 uint32_t msgSize = *reinterpret_cast<const uint32_t *>(dataBuffer); in Create() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c288 uint32_t msgSize = 0; in ProcessDeviceInfoMessage() local
/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_codec_base.c461 static void CodecI2cRelease(struct I2cMsg *msgs, int16_t msgSize, DevHandle i2cHandle) in CodecI2cRelease()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp518 int msgSize = 0; in MessageReciveCallbackInner() local
552 void SyncEngine::PutMsgIntoQueue(const std::string &targetDev, Message *inMsg, int msgSize) in PutMsgIntoQueue()
/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c47 unsigned int msgSize; member
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_manager.h74 uint32_t msgSize; member