Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
Dsnapshot_test.cpp215 uint32_t msgSize = 8; // msgSize + sizeof(uint32_t) = 8 + 4 = 12 variable
236 uint32_t msgSize = 10; // msgSize + sizeof(uint32_t) = 10 + 4 = 14 < 20 variable
257 uint32_t msgSize = 6; // msgSize + sizeof(uint32_t) = 6 + 4 = 10 < totalSize (12) variable
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/
Dmessage_queue_utils.cpp26 QueueHandler MessageQueueUtils::CreateMessageQueue(uint32_t capacity, uint32_t msgSize) in CreateMessageQueue()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/
Dmessage_queue_utils.cpp49 QueueHandler MessageQueueUtils::CreateMessageQueue(uint32_t capacity, uint32_t msgSize) in CreateMessageQueue()
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_spawn_msg_wrapper.cpp102 size_t msgSize = sizeof(AppSpawnMsg) + 1; in AssembleMsg() local
/foundation/communication/netstack/frameworks/js/napi/proxy/src/
Dsocks5_utils.cpp97 const size_t msgSize{msg.size()}; in RequestProxyServer() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
Dsnapshot.cpp169 uint32_t msgSize = *reinterpret_cast<const uint32_t *>(dataBuffer); in Create() local
/foundation/communication/dsoftbus/core/connection/common/src/
Dsoftbus_mintp_socket.c68 int32_t msgSize = MTP_SOCKET_MSG_SIZE; in SetMintpSocketMsgSize() local
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_message.c311 uint32_t msgSize = 0; in ProcessDeviceInfoMessage() local
/foundation/communication/dsoftbus/core/common/message_handler/
Dmessage_handler.c49 unsigned int msgSize; member
Dmessage_handler_ffrt.cpp59 unsigned int msgSize; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dsync_engine.cpp531 int msgSize = 0; in MessageReciveCallbackInner() local
566 void SyncEngine::PutMsgIntoQueue(const std::string &targetDev, Message *inMsg, int msgSize) in PutMsgIntoQueue()