Searched refs:ssNoticeInfo (Results 1 - 3 of 3) sorted by relevance
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_callback_common.cpp | 1191 int32_t RilCallback::CallSsNotice(const RilRadioResponseInfo &responseInfo, const SsNoticeInfo &ssNoticeInfo)
in CallSsNotice() argument 1195 responseInfo.slotId, ssNoticeInfo.result, ssNoticeInfo.serviceType, ssNoticeInfo.requestType,
in CallSsNotice() 1196 ssNoticeInfo.serviceClass);
in CallSsNotice()
|
H A D | hdf_ril_callback_common.h | 298 int32_t CallSsNotice(const RilRadioResponseInfo &responseInfo, const SsNoticeInfo &ssNoticeInfo) override;
|
/test/xts/hats/telephony/ril/hdi_v1.0/ |
H A D | hdf_ril_hdiService_test.cpp | 249 int32_t CallSsNotice(const RilRadioResponseInfo &responseInfo, const SsNoticeInfo &ssNoticeInfo) override; 1554 int32_t RilCallback::CallSsNotice(const RilRadioResponseInfo &responseInfo, const SsNoticeInfo &ssNoticeInfo) in CallSsNotice() argument 1557 "requestType: %{public}d, serviceClass: %{public}d", responseInfo.slotId, ssNoticeInfo.result, in CallSsNotice() 1558 ssNoticeInfo.serviceType, ssNoticeInfo.requestType, ssNoticeInfo.serviceClass); in CallSsNotice()
|
Completed in 15 milliseconds