| /base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/ |
| H A D | updateiccdiallingnumbers_fuzzer.cpp | 56 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetOpKey() local 71 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetOpKeyExt() local 87 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetOpName() local 103 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SendCallSetupRequestResult() local 121 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in HasOperatorPrivileges() local 137 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); GetCellInfoList() local 153 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); UpdateIccDiallingNumbers() local 170 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); GetNrSsbIdInfoTesting() local [all...] |
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| H A D | network_search_manager_test.cpp | 115 int32_t ImsRegInfoCallbackTest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() argument
|
| /base/telephony/sms_mms/services/mms/ |
| H A D | mms_apn_info.cpp | 29 MmsApnInfo::MmsApnInfo(int32_t slotId) : slotId_(slotId) in MmsApnInfo() argument
|
| /base/telephony/sms_mms/services/sms/cdma/ |
| H A D | cdma_sms_receive_handler.cpp | 38 CdmaSmsReceiveHandler::CdmaSmsReceiveHandler(int32_t slotId) : SmsReceiveHandler(slotId) in CdmaSmsReceiveHandler() argument
|
| /base/telephony/sms_mms/test/fuzztest/setgetcbconfig_fuzzer/ |
| H A D | setgetcbconfig_fuzzer.cpp | 62 int32_t slotId = static_cast<int32_t>(size % SIM_COUNT); in SetCBConfigFuzz() local 104 int32_t slotId = static_cast<int32_t>(size % SIM_COUNT); in SetImsSmsConfigFuzz() local [all...] |
| /base/telephony/call_manager/frameworks/native/src/ |
| H A D | bluetooth_call_proxy.cpp | 103 std::vector<CallAttributeInfo> BluetoothCallProxy::GetCurrentCallList(int32_t slotId) in GetCurrentCallList() argument
|
| /base/telephony/call_manager/services/call/src/ |
| H A D | carrier_call.cpp | 172 int32_t CarrierCall::CarrierSetMute(int32_t mute, int32_t slotId) in CarrierSetMute() argument 338 void CarrierCall::SetSlotId(int32_t slotId) in SetSlotId() argument
|
| H A D | cs_call.cpp | 69 int32_t CSCall::SetMute(int32_t mute, int32_t slotId) in SetMute() argument
|
| /base/telephony/cellular_data/test/ |
| H A D | cellualr_data_branch_test.cpp | 66 std::shared_ptr<CellularDataStateMachine> CellularMachineTest::CreateCellularDataConnect(int32_t slotId) in CreateCellularDataConnect() argument
|
| /base/telephony/core_service/test/fuzztest/simauthentication_fuzzer/ |
| H A D | simauthentication_fuzzer.cpp | 58 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimTelephoneNumber() local 73 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetVoiceMailIdentifier() local 88 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetVoiceMailNumber() local 103 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in QueryIccDiallingNumbers() local 119 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SimAuthentication() local [all...] |
| /base/telephony/call_manager/services/bluetooth/src/ |
| H A D | bluetooth_call_service.cpp | 326 std::vector<CallAttributeInfo> BluetoothCallService::GetCurrentCallList(int32_t slotId) in GetCurrentCallList() argument
|
| H A D | bluetooth_call_stub.cpp | 223 int32_t slotId = data.ReadInt32(); in OnGetCurrentCallList() local
|
| /base/telephony/cellular_call/services/satellite_service_interaction/src/ |
| H A D | satellite_call_callback_stub.cpp | 87 int32_t slotId = data.ReadInt32(); in OnDialResponseInner() local 99 int32_t slotId = data.ReadInt32(); in OnHangUpResponseInner() local 111 int32_t slotId = data.ReadInt32(); in OnRejectResponseInner() local 123 int32_t slotId in OnAnswerResponseInner() local 135 int32_t slotId = data.ReadInt32(); OnCallStateChangeReportInner() local 142 int32_t slotId = data.ReadInt32(); OnGetSatelliteCallsDataResponseInner() local 176 DialSatelliteResponse(int32_t slotId, const RadioResponseInfo &info) DialSatelliteResponse() argument 182 HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo &info) HangUpSatelliteResponse() argument 188 RejectSatelliteResponse(int32_t slotId, const RadioResponseInfo &info) RejectSatelliteResponse() argument 194 AnswerSatelliteResponse(int32_t slotId, const RadioResponseInfo &info) AnswerSatelliteResponse() argument 200 CallStateChangeReport(int32_t slotId) CallStateChangeReport() argument 217 GetSatelliteCallsDataResponse(int32_t slotId, const RadioResponseInfo &info) GetSatelliteCallsDataResponse() argument 223 GetSatelliteCallsDataResponse( int32_t slotId, const SatelliteCurrentCallList &callList) GetSatelliteCallsDataResponse() argument 243 SendEvent(int32_t slotId, int32_t eventId, const RadioResponseInfo &info) SendEvent() argument [all...] |
| H A D | satellite_call_client.cpp | 143 std::shared_ptr<AppExecFwk::EventHandler> SatelliteCallClient::GetHandler(int32_t slotId) in GetHandler() argument 161 int32_t SatelliteCallClient::HangUp(int32_t slotId, int32_t index) in HangUp() argument 173 int32_t SatelliteCallClient::Reject(int32_t slotId) in Reject() argument 129 RegisterSatelliteCallCallbackHandler( int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) RegisterSatelliteCallCallbackHandler() argument 185 Answer(int32_t slotId) Answer() argument 197 GetSatelliteCallsDataRequest(int32_t slotId, int64_t lastCallsDataFlag) GetSatelliteCallsDataRequest() argument [all...] |
| /base/telephony/core_service/services/network_search/src/ |
| H A D | network_selection.cpp | 26 NetworkSelection::NetworkSelection(std::weak_ptr<NetworkSearchManager> networkSearchManager, int32_t slotId) in NetworkSelection() argument [all...] |
| /base/telephony/core_service/test/unittest/ui_client/ |
| H A D | state_registry_observer.h | 30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated() argument 36 void OnSignalInfoUpdated(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdated() argument 41 void OnSignalInfoUpdatedExt(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdatedExt() argument 46 void OnNetworkStateUpdated(int32_t slotId, const sptr<NetworkState> &networkState) in OnNetworkStateUpdated() argument 51 void OnNetworkStateUpdatedExt(int32_t slotId, const sptr<NetworkState> &networkState) in OnNetworkStateUpdatedExt() argument 56 OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) OnCellInfoUpdated() argument 61 OnCellInfoUpdatedExt(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) OnCellInfoUpdatedExt() argument 66 OnSimStateUpdated(int32_t slotId, CardType type, SimState state, LockReason reason) OnSimStateUpdated() argument 71 OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) OnCellularDataConnectStateUpdated() argument 77 OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) OnCellularDataFlowUpdated() argument 83 OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) OnCfuIndicatorUpdated() argument 89 OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) OnVoiceMailMsgIndicatorUpdated() argument [all...] |
| /base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/ |
| H A D | smsrecvitem_fuzzer.cpp | 61 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoRecvItemsTest() local 111 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
|
| /base/telephony/call_manager/utils/src/ |
| H A D | call_dialog.cpp | 38 bool CallDialog::DialogConnectExtension(const std::string &dialogReason, int32_t slotId) in DialogConnectExtension() argument 99 std::string CallDialog::BuildStartCommand(const std::string &dialogReason, int32_t slotId) in BuildStartCommand() argument
|
| /base/telephony/cellular_call/services/control/src/ |
| H A D | ims_video_call_control.cpp | 36 int32_t ImsVideoCallControl::ControlCamera(int32_t slotId, int32_t callIndex, const std::string &cameraId) in ControlCamera() argument 94 int32_t ImsVideoCallControl::SetPausePicture(int32_t slotId, int32_t callIndex, const std::string &path) in SetPausePicture() argument 108 int32_t ImsVideoCallControl::SetDeviceDirection(int32_t slotId, int32_t callIndex, int32_t rotation) in SetDeviceDirection() argument 50 SetPreviewWindow( int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) SetPreviewWindow() argument 65 SetDisplayWindow( int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) SetDisplayWindow() argument 206 CancelCallUpgrade(int32_t slotId, int32_t callIndex) CancelCallUpgrade() argument 220 RequestCameraCapabilities(int32_t slotId, int32_t callIndex) RequestCameraCapabilities() argument [all...] |
| H A D | control_base.cpp | 50 bool ControlBase::IsNeedExecuteMMI(int32_t slotId, std::string &phoneString, CLIRMode &clirMode, bool isNeedUseIms) in IsNeedExecuteMMI() argument 116 bool ControlBase::CheckActivateSimScene(int32_t slotId) in CheckActivateSimScene() argument 169 SetReadyToCall(int32_t slotId, bool isReadyToCall) SetReadyToCall() argument [all...] |
| /base/telephony/core_service/services/satellite_service_interaction/src/ |
| H A D | satellite_service_client.cpp | 134 int32_t SatelliteServiceClient::AddSimHandler(int32_t slotId, const std::shared_ptr<TelEventHandler> &handler) in AddSimHandler() argument 146 int32_t SatelliteServiceClient::AddNetworkHandler(int32_t slotId, const std::shared_ptr<TelEventHandler> &handler) in AddNetworkHandler() argument 212 int32_t SatelliteServiceClient::UnRegisterCoreNotify(int32_t slotId, int32_t what) in UnRegisterCoreNotify() argument 201 RegisterCoreNotify( int32_t slotId, int32_t what, const sptr<ISatelliteCoreCallback> &callback) RegisterCoreNotify() argument 251 SetRadioState(int32_t slotId, int32_t isRadioOn, int32_t rst) SetRadioState() argument [all...] |
| /base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
| H A D | ril_test_util.cpp | 50 bool RilTestUtil::IsValidSlotId(int32_t slotId) in IsValidSlotId() argument 55 bool RilTestUtil::IsReady(int32_t slotId) in IsReady() argument 128 bool RilTestUtil::IsValidSlotIdInner(int32_t slotId) in IsValidSlotIdInner() argument 138 IsReadyInner(int32_t slotId) IsReadyInner() argument [all...] |
| /base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
| H A D | zero_branch2_test.cpp | 73 const int32_t slotId = 0; in HWTEST_F() local 154 int32_t slotId = 0; in HWTEST_F() local 191 int32_t slotId = 0; in HWTEST_F() local
|
| /base/telephony/cellular_call/test/fuzztest/satellitecallback_fuzzer/ |
| H A D | satellitecallback_fuzzer.cpp | 61 int32_t slotId = ERROR_NUM; in OnRemoteRequest() local 71 int32_t slotId = ERROR_NUM; in TestSatelliteCallCallbackFunction() local [all...] |
| /base/telephony/cellular_call/test/unittest/imstest/ |
| H A D | ims_connection_test.cpp | 50 int32_t slotId = 0; in HWTEST_F() local 65 int32_t slotId = 0; in HWTEST_F() local 81 int32_t slotId = 0; in HWTEST_F() local 96 int32_t slotId = 0; in HWTEST_F() local 109 int32_t slotId = 0; in HWTEST_F() local 122 int32_t slotId = 0; HWTEST_F() local 136 int32_t slotId = 0; HWTEST_F() local 150 int32_t slotId = 0; HWTEST_F() local 164 int32_t slotId = 0; HWTEST_F() local 177 int32_t slotId = 0; HWTEST_F() local 191 int32_t slotId = 0; HWTEST_F() local 206 int32_t slotId = 0; HWTEST_F() local 221 int32_t slotId = 0; HWTEST_F() local 235 int32_t slotId = 0; HWTEST_F() local 249 int32_t slotId = 0; HWTEST_F() local 262 int32_t slotId = 0; HWTEST_F() local 275 int32_t slotId = 0; HWTEST_F() local 324 int32_t slotId = 0; HWTEST_F() local 338 int32_t slotId = 0; HWTEST_F() local 354 int32_t slotId = 0; HWTEST_F() local 371 int32_t slotId = 0; HWTEST_F() local 388 int32_t slotId = 0; HWTEST_F() local 482 int32_t slotId = 0; HWTEST_F() local 512 int32_t slotId = 0; HWTEST_F() local 533 int32_t slotId = 0; HWTEST_F() local 547 int32_t slotId = 0; HWTEST_F() local 562 int32_t slotId = 0; HWTEST_F() local 578 int32_t slotId = 0; HWTEST_F() local 592 int32_t slotId = 0; HWTEST_F() local 608 int32_t slotId = 0; HWTEST_F() local 626 int32_t slotId = 0; HWTEST_F() local 645 int32_t slotId = 0; HWTEST_F() local 659 int32_t slotId = 0; HWTEST_F() local 673 int32_t slotId = 0; HWTEST_F() local 687 int32_t slotId = 0; HWTEST_F() local 701 int32_t slotId = 0; HWTEST_F() local 720 int32_t slotId = 0; HWTEST_F() local 739 int32_t slotId = 0; HWTEST_F() local 753 int32_t slotId = 0; HWTEST_F() local 767 int32_t slotId = 0; HWTEST_F() local 783 int32_t slotId = 0; HWTEST_F() local 799 int32_t slotId = 0; HWTEST_F() local 814 int32_t slotId = 0; HWTEST_F() local 829 int32_t slotId = 0; HWTEST_F() local 843 int32_t slotId = 0; HWTEST_F() local [all...] |