Searched defs:msgLen (Results 1 – 7 of 7) sorted by relevance
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_agent.cpp | 306 int DistributedAgent::OnProcessMsg(const std::string &strMsg, int msgLen, in OnProcessMsg() 403 int DistributedAgent::OnNotify(const std::string ¬ifyType, const std::string &msg, int msgLen) in OnNotify()
|
D | distributed_major.cpp | 291 bool DistributeTestEnvironment::SendMessage(size_t devNo, const std::string &strMsg, int msgLen, in SendMessage() 311 bool DistributeTestEnvironment::Notify(size_t devNo, const std::string &strMsg, int msgLen) in Notify() 493 …buteTest::Notify(AGENT_NO devNo, const std::string ¬ifyType, const std::string &msg, int msgLen) in Notify()
|
/test/xts/hats/hdf/wlan/hdi_service/ |
D | wlan_callback_impl.c | 97 …int32_t WlanCallbackNetlinkMessage(struct IWlanCallback *self, const uint8_t *msg, uint32_t msgLen) in WlanCallbackNetlinkMessage()
|
/test/xts/device_attest_lite/services/core/network/ |
D | attest_coap.c | 352 size_t msgLen = 0; in CoapCopyMessage() local
|
D | attest_network.c | 884 uint8_t msgLen = ((msgLenTkl[0] & 0xF0) >> COAP_BITS_HEADER_LEN); in DecodeLenTkl() local
|
/test/xts/device_attest/services/core/network/ |
D | attest_network.c | 834 uint32_t msgLen = headerLen + bodyLen + 1; in BuildHttpsMsg() local
|
/test/xts/acts/kernel_lite/net_posix/src/ |
D | ActsNetTest.cpp | 1138 unsigned int msgLen = strlen(msg); variable
|