Home
last modified time | relevance | path

Searched refs:SLOT_NUM (Results 1 - 25 of 58) sorted by relevance

123

/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/
H A Dsetradiostate_fuzzer.cpp37 constexpr int32_t SLOT_NUM = 2; member
65 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SetRadioState()
83 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetRadioState()
101 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SetNrOptionMode()
116 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetNrOptionMode()
132 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetNetworkSearchInformation()
151 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SetNetworkSelectionMode()
172 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SetPreferredNetwork()
187 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SetVoiceCallForwarding()
218 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetImsRegStatus()
[all...]
/base/telephony/core_service/test/fuzztest/getsimeons_fuzzer/
H A Dgetsimeons_fuzzer.cpp34 constexpr int32_t SLOT_NUM = 2; member
55 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in IsNrSupported()
70 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetPsRadioTech()
85 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetCsRadioTech()
100 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetNrOptionMode()
115 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimEons()
134 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetIsoCountryCodeForNetwork()
149 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSignalInfoList()
/base/telephony/core_service/test/fuzztest/sendenvelopecmd_fuzzer/
H A Dsendenvelopecmd_fuzzer.cpp34 constexpr int32_t SLOT_NUM = 2; member
57 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetUniqueDeviceId()
72 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetMeid()
87 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetBasebandVersion()
101 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SetNetworkCapability()
121 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetNetworkCapability()
143 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetOperatorNumeric()
158 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetResidentNetworkNumeric()
173 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetOperatorName()
188 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SendEnvelopeCmd()
[all...]
/base/telephony/cellular_call/test/fuzztest/dialrequest_fuzzer/
H A Ddialrequest_fuzzer.cpp27 constexpr int32_t SLOT_NUM = 2; member
36 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI()
37 int32_t index = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
H A Dupdateiccdiallingnumbers_fuzzer.cpp33 constexpr int32_t SLOT_NUM = 2; member
56 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetOpKey()
71 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetOpKeyExt()
87 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetOpName()
103 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SendCallSetupRequestResult()
121 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in HasOperatorPrivileges()
137 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetCellInfoList()
153 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in UpdateIccDiallingNumbers()
170 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetNrSsbIdInfoTesting()
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/
H A Dsmsrecvitem_fuzzer.cpp38 constexpr int32_t SLOT_NUM = 2;
61 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoRecvItemsTest()
70 auto indexer = SmsReceiveIndexer(StringUtils::HexToByteVector(strData), size, size, size % SLOT_NUM, strData, in DoRecvItemsTest()
71 strData, size, size, size, size % SLOT_NUM, strData); in DoRecvItemsTest()
75 StringUtils::HexToByteVector(strData), size, size, size % SLOT_NUM, size % SLOT_NUM, strData, strData, strData); in DoRecvItemsTest()
92 std::make_shared<SmsReceiveIndexer>(StringUtils::HexToByteVector(strData), size, size, size % SLOT_NUM, strData, in DoRecvItemsTest()
93 strData, size, size, size, size % SLOT_NUM, strData); in DoRecvItemsTest()
111 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/test/fuzztest/addiccdiallingnumbers_fuzzer/
H A Daddiccdiallingnumbers_fuzzer.cpp33 constexpr int32_t SLOT_NUM = 2; member
81 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimGid1()
96 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimGid2()
111 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimAccountInfo()
126 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetCardType()
141 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimState()
171 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in HasSimCard()
186 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in AddIccDiallingNumbers()
203 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in IsCTSimCard()
/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/
H A Dsendterminalresponsecmd_fuzzer.cpp33 constexpr int32_t SLOT_NUM = 2; member
53 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetNetworkState()
68 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetImei()
83 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetImeiSv()
98 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimOperatorNumeric()
113 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetISOCountryCodeForSim()
128 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SendTerminalResponseCmd()
/base/telephony/call_manager/test/fuzztest/setcalltransferinfo_fuzzer/
H A Dsetcalltransferinfo_fuzzer.cpp26 constexpr int32_t SLOT_NUM = 2; member
36 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in IsImsSwitchEnabled()
52 dataMessageParcel.WriteInt32(static_cast<int32_t>(size % SLOT_NUM)); in GetVoNRState()
65 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in GetImsConfig()
82 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in GetImsFeatureValue()
99 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in GetCallTransferInfo()
115 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in SetCallTransferInfo()
/base/telephony/core_service/test/fuzztest/setshowname_fuzzer/
H A Dsetshowname_fuzzer.cpp35 constexpr int32_t SLOT_NUM = 2; member
55 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetShowName()
70 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimSpn()
85 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimIccId()
100 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetIMSI()
115 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in IsSimActive()
129 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SetShowName()
/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/
H A Dunlockpin_fuzzer.cpp34 constexpr int32_t SLOT_NUM = 2; member
56 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in UnlockPin()
72 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in UnlockPuk()
91 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in AlterPin()
110 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in UnlockPin2()
126 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in UnlockPuk2()
145 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in AlterPin2()
164 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SetLockState()
186 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SetActiveSim()
201 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in DiallingNumbersGet()
[all...]
/base/telephony/core_service/test/fuzztest/setshownumber_fuzzer/
H A Dsetshownumber_fuzzer.cpp34 constexpr int32_t SLOT_NUM = 2; member
54 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetShowNumber()
69 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSlotId()
84 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimId()
112 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SetShowNumber()
/base/telephony/core_service/test/fuzztest/simauthentication_fuzzer/
H A Dsimauthentication_fuzzer.cpp34 constexpr int32_t SLOT_NUM = 2; member
58 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimTelephoneNumber()
73 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetVoiceMailIdentifier()
88 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetVoiceMailNumber()
103 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in QueryIccDiallingNumbers()
119 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SimAuthentication()
/base/telephony/ril_adapter/test/fuzztest/callussdnotice_fuzzer/
H A Dcallussdnotice_fuzzer.cpp28 constexpr int32_t SLOT_NUM = 3; member
37 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/createcdmasms_fuzzer/
H A Dcreatecdmasms_fuzzer.cpp27 constexpr int32_t SLOT_NUM = 2; member
34 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/simstkproactivenotify_fuzzer/
H A Dsimstkproactivenotify_fuzzer.cpp28 constexpr int32_t SLOT_NUM = 3; member
37 int32_t slotId = static_cast<HRilErrNumber>(size) % SLOT_NUM; in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/residentnetworkupdated_fuzzer/
H A Dresidentnetworkupdated_fuzzer.cpp28 constexpr int32_t SLOT_NUM = 2; member
35 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI()
/base/telephony/state_registry/test/fuzztest/telephonyobserver_fuzzer/
H A Dtelephonyobserver_fuzzer.cpp30 constexpr int32_t SLOT_NUM = 2; member
71 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in CallStateUpdatedInner()
88 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in SignalInfoUpdatedInner()
101 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in NetworkStateUpdatedInner()
139 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in CellInfoUpdatedInner()
/base/telephony/core_service/test/fuzztest/setvoicemailinfo_fuzzer/
H A Dsetvoicemailinfo_fuzzer.cpp34 constexpr int32_t SLOT_NUM = 2; member
81 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetOperatorConfigs()
96 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetLockState()
112 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SetVoiceMailInfo()
/base/telephony/ril_adapter/test/fuzztest/newsmsnotify_fuzzer/
H A Dnewsmsnotify_fuzzer.cpp28 constexpr int32_t SLOT_NUM = 2; member
37 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/fuzztest/isemergencyphonenumber_fuzzer/
H A Disemergencyphonenumber_fuzzer.cpp25 constexpr int32_t SLOT_NUM = 2; member
35 int32_t slotId = static_cast<uint32_t>(size % SLOT_NUM); in IsEmergencyPhoneNumber()
/base/telephony/call_manager/test/fuzztest/rejectcall_fuzzer/
H A Drejectcall_fuzzer.cpp26 constexpr int32_t SLOT_NUM = 2; member
35 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in RejectCall()
/base/telephony/cellular_call/test/fuzztest/satellitecallrequest_fuzzer/
H A Dsatellitecallrequest_fuzzer.cpp29 constexpr int32_t SLOT_NUM = 2; member
39 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_data/test/fuzztest/getcellulardatastate_fuzzer/
H A Dgetcellulardatastate_fuzzer.cpp29 constexpr int32_t SLOT_NUM = 2; member
106 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in IsCellularDataRoamingEnabled()
134 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in EnableCellularDataRoaming()
149 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in SetDefaultCellularDataSlotId()
164 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in HasInternetCapability()
179 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in ClearCellularDataConnections()
/base/telephony/core_service/test/fuzztest/imsregcallback_fuzzer/
H A Dimsregcallback_fuzzer.cpp30 constexpr int32_t SLOT_NUM = 2; member
40 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in OnRemoteRequest()

Completed in 8 milliseconds

123