Home
last modified time | relevance | path

Searched refs:TYPE_NUM (Results 1 - 6 of 6) sorted by relevance

/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H A Dvcard_fuzzer.cpp41 constexpr int32_t TYPE_NUM = 3; member
74 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcard()
95 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardData()
106 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelation()
119 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelationData()
218 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelationV30()
229 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelationDataV30()
239 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelationV40()
251 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelationDataV40()
274 int32_t cardType = static_cast<int32_t>(*data % TYPE_NUM); in Export()
[all...]
/base/telephony/core_service/test/fuzztest/simauthentication_fuzzer/
H A Dsimauthentication_fuzzer.cpp35 constexpr int32_t TYPE_NUM = 2; member
106 dataMessageParcel.WriteInt32(static_cast<int32_t>(*data % TYPE_NUM)); in QueryIccDiallingNumbers()
123 int32_t authType = static_cast<int32_t>(*data % TYPE_NUM); in SimAuthentication()
/base/telephony/cellular_call/test/fuzztest/satellitecallback_fuzzer/
H A Dsatellitecallback_fuzzer.cpp37 constexpr int32_t TYPE_NUM = 5; member
76 rilRadioResponse.type = static_cast<ResponseTypes>(size % TYPE_NUM); in TestSatelliteCallCallbackFunction()
/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/
H A Dgsmsmssender_fuzzer.cpp33 constexpr int32_t TYPE_NUM = 6; member
159 cellInfo.encodeType = static_cast<DataCodingScheme>(data[0] % TYPE_NUM); in SendSmsTest()
162 DataCodingScheme codingType = static_cast<DataCodingScheme>(data[0] % TYPE_NUM); in SendSmsTest()
/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/
H A Dimscallback_fuzzer.cpp37 constexpr int32_t TYPE_NUM = 5; member
78 rilRadioResponse.type = static_cast<ResponseTypes>(size % TYPE_NUM); in TestImsCallCallbackFunction()
170 rilRadioResponse.type = static_cast<ResponseTypes>(size % TYPE_NUM); in TestImsConfigCallbackFunction()
347 callModeRequest.callType = static_cast<ImsCallType>(size % TYPE_NUM); in TestICCbWithCallMediaModeRequestReport()
361 callModeResponse.callType = static_cast<ImsCallType>(size % TYPE_NUM); in TestICCbWithCallMediaModeResponseReport()
/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
H A Dgetsmssegmentsinfo_fuzzer.cpp29 constexpr int32_t TYPE_NUM = 5; member
160 responseInfo.type = static_cast<ResponseTypes>(size % TYPE_NUM); in ImsSendMessageResponseInner()
188 responseInfo.type = static_cast<ResponseTypes>(size % TYPE_NUM); in ImsSetSmsConfigResponseInner()

Completed in 4 milliseconds