Home
last modified time | relevance | path

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

/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_agent.h54 virtual int OnNotify(const std::string &notifyType, const std::string &msg, int msgLen);
Ddistributed_major.h110 virtual void OnNotify() {} in OnNotify() function
Ddistributed_agent.cpp292 OnNotify(alignmentCmd, szMsg, pcline->len - cmdNo); in OnNotifyImf()
403 int DistributedAgent::OnNotify(const std::string &notifyType, const std::string &msg, int msgLen) in OnNotify() function in OHOS::DistributeSystemTest::DistributedAgent