Home
last modified time | relevance | path

Searched defs:indType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp640 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkCsRegStatusUpdated()
661 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkPsRegStatusUpdated()
688 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in SignalStrengthUpdated()
700 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkTimeUpdated()
710 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkTimeZoneUpdated()
720 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkPhyChnlCfgUpdated()
754 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkCurrentCellUpdated()
771 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkCurrentCellUpdated_1_2()
788 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in GetRrcConnectionStateUpdated()
803 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkCurrentCellUpdated_1_1()
[all …]
H A Dhril_modem.cpp69 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in RadioStateUpdated()
84 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in VoiceRadioTechUpdated()
100 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in DsdsModeUpdated()
H A Dhril_sms.cpp699 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in SmsStatusReportNotify()
724 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NewSmsStoredOnSimNotify()
735 int32_t HRilSms::NewSmsNotify(int32_t indType, const HRilErrNumber error, const void *response, siz… in NewSmsNotify()
762 int32_t HRilSms::NewCdmaSmsNotify(int32_t indType, const HRilErrNumber error, const void *response,… in NewCdmaSmsNotify()
790 int32_t HRilSms::CBConfigNotify(int32_t indType, const HRilErrNumber error, const void *response, s… in CBConfigNotify()
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_tpdu_decode.cpp216 int32_t indType = -1; in DecodeDeliverPartData() local
H A Dgsm_sms_param_codec.cpp86 bool GsmSmsParamCodec::CheckVoicemail(SmsReadBuffer &buffer, int32_t *setType, int32_t *indType) in CheckVoicemail()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmsparamcodec_fuzzer/
H A Dgsmsmsparamcodec_fuzzer.cpp257 int32_t indType[UINT8_COUNT] { 0 }; in DecodePduItemsTest() local
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_pdu_code_type.h133 enum SmsIndicatorType indType; member