Home
last modified time | relevance | path

Searched refs:AGENT_NO (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_major.h79 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 &notifyType, const std::string &msg, int msgLen);
91 bool NotifyTestInfo(AGENT_NO devNo, const std::string &status);
Ddistributed_major.cpp361 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 &notifyType, const std::string &msg, … in Notify()
Ddistributed_cfg.h27 enum AGENT_NO { enum
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
Ddistribute_demo.cpp69 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);