Home
last modified time | relevance | path

Searched defs:msgLen (Results 1 – 3 of 3) sorted by relevance

/test/developertest/aw/cxx/distributed/
Ddistributed_agent.cpp307 int DistributedAgent::OnProcessMsg(const std::string &strMsg, int msgLen, in OnProcessMsg()
405 int DistributedAgent::OnNotify(const std::string &notifyType, const std::string &msg, int msgLen) in OnNotify()
Ddistributed_major.cpp292 bool DistributeTestEnvironment::SendMessage(size_t devNo, const std::string &strMsg, int msgLen, in SendMessage()
312 bool DistributeTestEnvironment::Notify(size_t devNo, const std::string &strMsg, int msgLen) in Notify()
494 …buteTest::Notify(AGENT_NO devNo, const std::string &notifyType, const std::string &msg, int msgLen) in Notify()
/test/xts/acts/kernel_lite/net_posix/src/
DActsNetTest.cpp1110 unsigned int msgLen = strlen(msg); variable