Searched refs:notifyType (Results 1 – 5 of 5) sorted by relevance
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_agent.h | 54 virtual int OnNotify(const std::string ¬ifyType, const std::string &msg, int msgLen);
|
D | distributed_major.cpp | 493 bool DistributeTest::Notify(AGENT_NO devNo, const std::string ¬ifyType, const std::string &msg, … in Notify() argument 497 if (notifyType.size() < CMD_LENGTH) { in Notify() 499 std::string strBuf = notifyType + ":" + msg; in Notify()
|
D | distributed_major.h | 90 bool Notify(AGENT_NO devNo, const std::string ¬ifyType, const std::string &msg, int msgLen);
|
D | distributed_agent.cpp | 403 int DistributedAgent::OnNotify(const std::string ¬ifyType, 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/ |
D | hdf_ril_hdiService_test.cpp | 864 …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()
|