Searched refs:AGENT_NO (Results 1 – 4 of 4) sorted by relevance
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_major.h | 79 bool RunCmdOnAgent(AGENT_NO devNo, const std::string &strCommand, int cmdLen, 82 bool RunCmdOnAgent(AGENT_NO devNo, const std::string &strCmd, const std::string &strArgs, 84 bool RunCmdOnAgent(AGENT_NO devNo, const std::string &strCmd, const std::string &strArgs, 87 bool SendMessage(AGENT_NO devNo, const std::string &msg, int len); 88 bool SendMessage(AGENT_NO devNo, const std::string &msg, int len, 90 bool Notify(AGENT_NO devNo, const std::string ¬ifyType, const std::string &msg, int msgLen); 91 bool NotifyTestInfo(AGENT_NO devNo, const std::string &status);
|
D | distributed_major.cpp | 361 bool DistributeTest::RunCmdOnAgent(AGENT_NO devNo, const std::string &strCommand, int cmdLen, in RunCmdOnAgent() 383 bool DistributeTest::RunCmdOnAgent(AGENT_NO devNo, const std::string &strCmd, const std::string &st… in RunCmdOnAgent() 409 bool DistributeTest::RunCmdOnAgent(AGENT_NO devNo, const std::string &strCmd, const std::string &st… in RunCmdOnAgent() 446 bool DistributeTest::SendMessage(AGENT_NO devNo, const std::string &msg, int len) in SendMessage() 469 bool DistributeTest::SendMessage(AGENT_NO devNo, const std::string &msg, int len, in SendMessage() 493 bool DistributeTest::Notify(AGENT_NO devNo, const std::string ¬ifyType, const std::string &msg, … in Notify()
|
D | distributed_cfg.h | 27 enum AGENT_NO { enum
|
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
D | distribute_demo.cpp | 69 int ret = SendMessage(AGENT_NO::ONE, msgbuf, MSG_LENGTH); 77 int ret = SendMessage(AGENT_NO::ONE, msgbuf, MSG_LENGTH, 89 int ret = SendMessage(AGENT_NO::ONE, msgbuf, MSG_LENGTH); 98 RunCmdOnAgent(AGENT_NO::ONE, command, cmdArgs, expectValue);
|