Searched refs:DistributedAgent (Results 1 - 3 of 3) sorted by relevance
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_agent.cpp | 32 DistributedAgent::DistributedAgent()
in DistributedAgent() function in OHOS::DistributeSystemTest::DistributedAgent 42 DistributedAgent::~DistributedAgent()
in ~DistributedAgent() 58 bool DistributedAgent::SetUp()
in SetUp() 67 bool DistributedAgent::TearDown()
in TearDown() 72 int DistributedAgent::InitAgentServer()
in InitAgentServer() 74 HiLog::Info(DistributedAgent::LABEL, "begin create agent server.\n");
in InitAgentServer() 103 HiLog::Error(DistributedAgent::LABEL, "agent bind error.\n");
in InitAgentServer() 110 HiLog::Error(DistributedAgent in InitAgentServer() [all...] |
H A D | distributed_agent.h | 33 class DistributedAgent {
class 35 DistributedAgent();
36 virtual ~DistributedAgent();
45 static constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD001690, "DistributedAgent"};
|
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
H A D | distribute_demo_agent.cpp | 38 class DistributeDemoAgent : public DistributedAgent { 95 return DistributedAgent::OnProcessMsg(strMsg, len, strReturnValue, returnValueLen); in OnProcessMsg() 107 return DistributedAgent::OnProcessCmd(strCommand, cmdLen, strExpectValue, expectValueLen); in OnProcessCmd()
|
Completed in 2 milliseconds