Home
last modified time | relevance | path

Searched refs:DistributeTest (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_major.cpp336 DistributeTest::DistributeTest() in DistributeTest() function in OHOS::DistributeSystemTest::DistributeTest
341 DistributeTest::~DistributeTest() in ~DistributeTest()
345 int DistributeTest::CheckStatus() in CheckStatus()
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()
421 bool DistributeTest::OnProcessValue(const std::string &szbuf, int len) in OnProcessValue()
432 int DistributeTest::GetReturnVal() in GetReturnVal()
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()
[all …]
Ddistributed_major.h73 class DistributeTest : public testing::Test {
75 DistributeTest();
76 virtual ~DistributeTest();
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
Ddistribute_demo.cpp36 class DistributeDemo : public DistributeTest {