Searched refs:AGENT_NO (Results 1 - 4 of 4) sorted by relevance
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A 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);
|
H A 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 &strArgs,
in RunCmdOnAgent() 409 bool DistributeTest::RunCmdOnAgent(AGENT_NO devNo, const std::string &strCmd, const std::string &strArgs,
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,
493 bool DistributeTest::Notify(AGENT_NO devNo, const std::string ¬ifyType, const std::string &msg, int msgLen)
|
H A D | distributed_cfg.h | 27 enum AGENT_NO {
enum
|
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
H A D | distribute_demo.cpp | 69 int ret = SendMessage(AGENT_NO::ONE, msgbuf, MSG_LENGTH); in HWTEST_F() 77 int ret = SendMessage(AGENT_NO::ONE, msgbuf, MSG_LENGTH, in HWTEST_F() 89 int ret = SendMessage(AGENT_NO::ONE, msgbuf, MSG_LENGTH); in HWTEST_F() 98 RunCmdOnAgent(AGENT_NO::ONE, command, cmdArgs, expectValue); in HWTEST_F()
|
Completed in 2 milliseconds