Home
last modified time | relevance | path

Searched refs:notifyType (Results 1 - 8 of 8) sorted by relevance

/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dcamera_hdi_test_v1_2.cpp869 * @tc.desc: notifyType fallingState deviceState fallingState
875 int32_t notifyType = 1; in HWTEST_F() local
877 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState); in HWTEST_F()
883 * @tc.desc: notifyType foldState deviceState unknown
889 int32_t notifyType = 2; in HWTEST_F() local
891 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState); in HWTEST_F()
897 * @tc.desc: notifyType foldState deviceState expand
903 int32_t notifyType = 2; in HWTEST_F() local
905 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState); in HWTEST_F()
911 * @tc.desc: notifyType foldStat
917 int32_t notifyType = 2; HWTEST_F() local
931 int32_t notifyType = 2; HWTEST_F() local
945 int32_t notifyType = 2; HWTEST_F() local
[all...]
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_major.cpp488 * notifyType : message of the testcase notify the agent
493 bool DistributeTest::Notify(AGENT_NO devNo, const std::string &notifyType, const std::string &msg, int msgLen)
497 if (notifyType.size() < CMD_LENGTH) {
499 std::string strBuf = notifyType + ":" + msg;
H A Ddistributed_agent.h54 virtual int OnNotify(const std::string &notifyType, const std::string &msg, int msgLen);
H A Ddistributed_major.h90 bool Notify(AGENT_NO devNo, const std::string &notifyType, const std::string &msg, int msgLen);
H A 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/hdf/camera/cameraBenchmarkTest/v1_2/src/
H A Dcamera_benchmark_test.cpp53 int notifyType = 1; in BENCHMARK_F() local
56 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState); in BENCHMARK_F()
/test/xts/hats/telephony/ril/hdi_v1.1_additional/
H A Dhdf_ril_callback_common.cpp499 HDF_LOGI("RilCallback::NetworkCsRegStatusUpdated notifyType:%{public}d, regStatus:%{public}d, " in NetworkCsRegStatusUpdated()
501 csRegStatusInfo.notifyType, csRegStatusInfo.regStatus, csRegStatusInfo.lacCode, csRegStatusInfo.cellId, in NetworkCsRegStatusUpdated()
510 "RilCallback::NetworkPsRegStatusUpdated notifyType:%{public}d, regStatus:%{public}d, lacCode:%{public}d, " in NetworkPsRegStatusUpdated()
512 psRegStatusInfo.notifyType, psRegStatusInfo.regStatus, psRegStatusInfo.lacCode, psRegStatusInfo.cellId, in NetworkPsRegStatusUpdated()
710 HDF_LOGI("RilCallback::GetCsRegStatusResponse notifyType:%{public}d, regStatus:%{public}d, " in GetCsRegStatusResponse()
712 csRegStatusInfo.notifyType, csRegStatusInfo.regStatus, csRegStatusInfo.lacCode, csRegStatusInfo.cellId, in GetCsRegStatusResponse()
725 "RilCallback::GetPsRegStatusResponse notifyType:%{public}d, regStatus:%{public}d, lacCode:%{public}d, " in GetPsRegStatusResponse()
727 psRegStatusInfo.notifyType, psRegStatusInfo.regStatus, psRegStatusInfo.lacCode, psRegStatusInfo.cellId, in GetPsRegStatusResponse()
/test/xts/hats/telephony/ril/hdi_v1.0/
H A Dhdf_ril_hdiService_test.cpp881 HDF_LOGI("RilCallback::NetworkCsRegStatusUpdated notifyType:%{public}d, regStatus:%{public}d, " in NetworkCsRegStatusUpdated()
883 csRegStatusInfo.notifyType, csRegStatusInfo.regStatus, csRegStatusInfo.lacCode, csRegStatusInfo.cellId, in NetworkCsRegStatusUpdated()
892 "RilCallback::NetworkPsRegStatusUpdated notifyType:%{public}d, regStatus:%{public}d, lacCode:%{public}d, " in NetworkPsRegStatusUpdated()
894 psRegStatusInfo.notifyType, psRegStatusInfo.regStatus, psRegStatusInfo.lacCode, psRegStatusInfo.cellId, in NetworkPsRegStatusUpdated()
1087 HDF_LOGI("RilCallback::GetCsRegStatusResponse notifyType:%{public}d, regStatus:%{public}d, " in GetCsRegStatusResponse()
1089 csRegStatusInfo.notifyType, csRegStatusInfo.regStatus, csRegStatusInfo.lacCode, csRegStatusInfo.cellId, in GetCsRegStatusResponse()
1101 "RilCallback::GetPsRegStatusResponse notifyType:%{public}d, regStatus:%{public}d, lacCode:%{public}d, " in GetPsRegStatusResponse()
1103 psRegStatusInfo.notifyType, psRegStatusInfo.regStatus, psRegStatusInfo.lacCode, psRegStatusInfo.cellId, in GetPsRegStatusResponse()

Completed in 18 milliseconds