Searched refs:slotId (Results 1 - 6 of 6) sorted by relevance
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_callback_common.cpp | 185 HDF_LOGI("SimStateUpdated notice : slotId = %{public}d", responseInfo.slotId);
in SimStateUpdated() 186 g_rilInterface->GetSimStatus(GetSerialId(), responseInfo.slotId);
in SimStateUpdated() 192 HDF_LOGI("SimStkSessionEndNotify notice : slotId = %{public}d", responseInfo.slotId);
in SimStkSessionEndNotify() 198 HDF_LOGI("SimStkProactiveNotify notice : slotId = %{public}d, response = %{public}s", responseInfo.slotId,
in SimStkProactiveNotify() 205 HDF_LOGI("SimStkAlphaNotify notice : slotId = %{public}d, response = %{public}s", responseInfo.slotId,
in SimStkAlphaNotify() 212 HDF_LOGI("SimStkEventNotify notice : slotId in SimStkEventNotify() 2094 IsReady(int32_t slotId) IsReady() argument [all...] |
H A D | hdf_ril_hdiService_test_3rd.cpp | 179 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is -1
197 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is 0
215 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is 1
233 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is 2
251 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is 3
269 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is -2147483648
287 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.serial is 2147483647
305 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.smscPdu is "+-*%"
322 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.smscPdu is "123"
339 * @tc.desc: Call function V1 SendCdmaSms, slotId i [all...] |
H A D | hdf_ril_hdiService_test_6th.cpp | 61 * @tc.desc : Call function GetOperatorInfoResponse slotId is SLOTID_2 SerialId is -1
78 * @tc.desc : Call function GetNetworkSearchInformationResponse slotId is SLOTID_1
95 * @tc.desc : Call function GetNetworkSearchInformationResponse slotId is SLOTID_2
112 * @tc.desc : Call function GetNetworkSearchInformationResponse slotId is SLOTID_1 SerialId is -1
129 * @tc.desc : Call function GetNetworkSearchInformationResponse slotId is SLOTID_2 SerialId is -1
146 * @tc.desc : Call function GetNetworkSelectionModeResponse slotId is SLOTID_1
163 * @tc.desc : Call function GetNetworkSelectionModeResponse slotId is SLOTID_2
180 * @tc.desc : Call function GetNetworkSelectionModeResponse slotId is SLOTID_1 SerialId is -1
197 * @tc.desc : Call function GetNetworkSelectionModeResponse slotId is SLOTID_2 SerialId is -1
214 * @tc.desc : Call function GetNeighboringCellInfoListResponse slotId i [all...] |
H A D | hdf_ril_callback_common.h | 654 bool IsReady(int32_t slotId);
|
/test/xts/hats/hdf/location/agnss/ |
H A D | agnss_hdi_test.cpp | 78 int slotId = Telephony::CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in RequestSubscriberSetId() local 80 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetIMSI(slotId, imsi); in RequestSubscriberSetId() 98 int slotId = Telephony::CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in RequestAgnssRefInfo() local 100 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetCellInfoList(slotId, cellInformations); in RequestAgnssRefInfo()
|
/test/xts/hats/telephony/ril/hdi_v1.0/ |
H A D | hdf_ril_hdiService_test.cpp | 531 bool IsReady(int32_t slotId) in IsReady() argument 536 return simState_[slotId] != 0 && simState_[slotId] != -1; in IsReady() 594 HDF_LOGI("SimStateUpdated notice : slotId = %{public}d", responseInfo.slotId); in SimStateUpdated() 595 g_rilInterface->GetSimStatus(responseInfo.slotId, GetSerialId()); in SimStateUpdated() 601 HDF_LOGI("SimStkSessionEndNotify notice : slotId = %{public}d", responseInfo.slotId); in SimStkSessionEndNotify() 607 HDF_LOGI("SimStkProactiveNotify notice : slotId = %{public}d, response = %{public}s", responseInfo.slotId, in SimStkProactiveNotify() [all...] |
Completed in 22 milliseconds