Home
last modified time | relevance | path

Searched refs:notifyType (Results 1 – 5 of 5) 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.cpp493 bool DistributeTest::Notify(AGENT_NO devNo, const std::string &notifyType, const std::string &msg, … in Notify() argument
497 if (notifyType.size() < CMD_LENGTH) { in Notify()
499 std::string strBuf = notifyType + ":" + msg; in Notify()
Ddistributed_major.h90 bool Notify(AGENT_NO devNo, const std::string &notifyType, const std::string &msg, int msgLen);
Ddistributed_agent.cpp403 int DistributedAgent::OnNotify(const std::string &notifyType, const std::string &msg, int msgLen) in OnNotify() argument
405 if (strcmp(notifyType.c_str(), "testcasename")) { in OnNotify()
/test/xts/hats/telephony/ril/hdi_v1.0/
Dhdf_ril_hdiService_test.cpp864 …csRegStatusInfo.notifyType, csRegStatusInfo.regStatus, csRegStatusInfo.lacCode, csRegStatusInfo.ce… in NetworkCsRegStatusUpdated()
875 …psRegStatusInfo.notifyType, psRegStatusInfo.regStatus, psRegStatusInfo.lacCode, psRegStatusInfo.ce… in NetworkPsRegStatusUpdated()
1070 …csRegStatusInfo.notifyType, csRegStatusInfo.regStatus, csRegStatusInfo.lacCode, csRegStatusInfo.ce… in GetCsRegStatusResponse()
1084 …psRegStatusInfo.notifyType, psRegStatusInfo.regStatus, psRegStatusInfo.lacCode, psRegStatusInfo.ce… in GetPsRegStatusResponse()