Home
last modified time | relevance | path

Searched refs:pstrMsg (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_major.cpp166 bool DistributeTestEnvironment::SendToAgent(size_t devNo, int cmdType, void *pstrMsg, int len, in SendToAgent() argument
180 if (pstrMsg == nullptr) { in SendToAgent()
185 auto pCmdMsg = reinterpret_cast<DistributedMsg *>(pstrMsg); in SendToAgent()
Ddistributed_major.h67 bool SendToAgent(size_t devNo, int cmdType, void *pstrMsg, int len,