Home
last modified time | relevance | path

Searched defs:slotId (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp339 bool CoreService::IsNrSupported(int32_t slotId) in IsNrSupported()
510 bool CoreService::IsSimActive(int32_t slotId) in IsSimActive()
530 int32_t CoreService::GetSimId(int32_t slotId) in GetSimId()
577 int32_t slotId = INVALID_VALUE; in GetLocaleFromDefaultSim() local
603 std::u16string CoreService::GetSimGid2(int32_t slotId) in GetSimGid2()
642 int32_t CoreService::SetDefaultVoiceSlotId(int32_t slotId) in SetDefaultVoiceSlotId()
680 int32_t CoreService::SetPrimarySlotId(int32_t slotId) in SetPrimarySlotId()
708 int32_t CoreService::GetPrimarySlotId(int32_t &slotId) in GetPrimarySlotId()
982 int32_t CoreService::RefreshSimState(int32_t slotId) in RefreshSimState()
1526 int32_t CoreService::FactoryReset(int32_t slotId) in FactoryReset()
[all …]
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp75 int32_t SimManager::InitTelExtraModule(int32_t slotId) in InitTelExtraModule()
95 void SimManager::InitBaseManager(int32_t slotId) in InitBaseManager()
149 bool SimManager::HasSimCardInner(int32_t slotId) in HasSimCardInner()
232 int32_t SimManager::RefreshSimState(int32_t slotId) in RefreshSimState()
279 bool SimManager::IsSimActive(int32_t slotId) in IsSimActive()
361 int32_t SimManager::SetPrimarySlotId(int32_t slotId) in SetPrimarySlotId()
516 int32_t SimManager::GetPrimarySlotId(int32_t &slotId) in GetPrimarySlotId()
561 int32_t slotId; in GetSlotId() local
574 int32_t SimManager::GetSimId(int32_t slotId) in GetSimId()
661 void SimManager::GetRadioProtocol(int32_t slotId) in GetRadioProtocol()
[all …]
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp59 int32_t RilImpl::GetCallList(int32_t slotId, int32_t serialId) in GetCallList()
69 int32_t RilImpl::Reject(int32_t slotId, int32_t serialId) in Reject()
79 int32_t RilImpl::Answer(int32_t slotId, int32_t serialId) in Answer()
84 int32_t RilImpl::HoldCall(int32_t slotId, int32_t serialId) in HoldCall()
89 int32_t RilImpl::UnHoldCall(int32_t slotId, int32_t serialId) in UnHoldCall()
94 int32_t RilImpl::SwitchCall(int32_t slotId, int32_t serialId) in SwitchCall()
142 int32_t RilImpl::GetClip(int32_t slotId, int32_t serialId) in GetClip()
152 int32_t RilImpl::GetClir(int32_t slotId, int32_t serialId) in GetClir()
182 int32_t RilImpl::GetUssd(int32_t slotId, int32_t serialId) in GetUssd()
192 int32_t RilImpl::GetMute(int32_t slotId, int32_t serialId) in GetMute()
[all …]
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp42 for (int32_t slotId = SIM_SLOT_0; slotId < SIM_SLOT_COUNT; slotId++) { in OnInit() local
108 void TelRilManager::InitTelModule(int32_t slotId) in InitTelModule()
122 int32_t TelRilManager::InitTelExtraModule(int32_t slotId) in InitTelExtraModule()
137 std::shared_ptr<TelRilSms> TelRilManager::GetTelRilSms(int32_t slotId) in GetTelRilSms()
147 std::shared_ptr<TelRilSim> TelRilManager::GetTelRilSim(int32_t slotId) in GetTelRilSim()
164 std::shared_ptr<TelRilCall> TelRilManager::GetTelRilCall(int32_t slotId) in GetTelRilCall()
174 std::shared_ptr<TelRilData> TelRilManager::GetTelRilData(int32_t slotId) in GetTelRilData()
225 for (int32_t slotId = 0; slotId < size; slotId++) { in ResetRilInterface() local
231 void TelRilManager::ResetRilInterfaceBySlotId(int32_t slotId) in ResetRilInterfaceBySlotId()
971 for (int32_t slotId = SIM_SLOT_0; slotId < size; slotId++) { in HandleRilInterfaceStatusCallback() local
[all …]
/ohos5.0/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp31 int32_t CallSettingManager::GetCallWaiting(int32_t slotId) in GetCallWaiting()
45 int32_t CallSettingManager::SetCallWaiting(int32_t slotId, bool activate) in SetCallWaiting()
157 int32_t CallSettingManager::GetImsConfig(int32_t slotId, ImsConfigItem item) in GetImsConfig()
193 int32_t CallSettingManager::EnableImsSwitch(int32_t slotId) in EnableImsSwitch()
202 int32_t CallSettingManager::DisableImsSwitch(int32_t slotId) in DisableImsSwitch()
211 int32_t CallSettingManager::IsImsSwitchEnabled(int32_t slotId, bool &enabled) in IsImsSwitchEnabled()
220 int32_t CallSettingManager::SetVoNRState(int32_t slotId, int32_t state) in SetVoNRState()
229 int32_t CallSettingManager::GetVoNRState(int32_t slotId, int32_t &state) in GetVoNRState()
238 int32_t CallSettingManager::CloseUnFinishedUssd(int32_t slotId) in CloseUnFinishedUssd()
252 int32_t CallSettingManager::CallWaitingPolicy(int32_t slotId) in CallWaitingPolicy()
[all …]
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp419 int32_t HRilManager::Reject(int32_t slotId, int32_t serialId) in Reject()
429 int32_t HRilManager::Answer(int32_t slotId, int32_t serialId) in Answer()
434 int32_t HRilManager::HoldCall(int32_t slotId, int32_t serialId) in HoldCall()
494 int32_t HRilManager::GetClip(int32_t slotId, int32_t serialId) in GetClip()
504 int32_t HRilManager::GetClir(int32_t slotId, int32_t serialId) in GetClir()
529 int32_t HRilManager::GetUssd(int32_t slotId, int32_t serialId) in GetUssd()
539 int32_t HRilManager::GetMute(int32_t slotId, int32_t serialId) in GetMute()
673 int32_t HRilManager::GetImei(int32_t slotId, int32_t serialId) in GetImei()
683 int32_t HRilManager::GetMeid(int32_t slotId, int32_t serialId) in GetMeid()
698 int32_t HRilManager::ShutDown(int32_t slotId, int32_t serialId) in ShutDown()
[all …]
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp66 int32_t CoreManagerInner::InitExtraModule(int32_t slotId) in InitExtraModule()
1377 int32_t CoreManagerInner::GetPsRegState(int32_t slotId) in GetPsRegState()
1386 int32_t CoreManagerInner::GetCsRegState(int32_t slotId) in GetCsRegState()
1462 int32_t CoreManagerInner::GetRadioState(int32_t slotId) in GetRadioState()
1525 PhoneType CoreManagerInner::GetPhoneType(int32_t slotId) in GetPhoneType()
1596 bool CoreManagerInner::IsNrSupported(int32_t slotId) in IsNrSupported()
1670 int32_t CoreManagerInner::UpdateRadioOn(int32_t slotId) in UpdateRadioOn()
1787 bool CoreManagerInner::IsSimActive(int32_t slotId) in IsSimActive()
2069 std::int32_t CoreManagerInner::GetSimId(int32_t slotId) in GetSimId()
2120 int32_t slotId = INVALID_VALUE; in GetOpKey() local
[all …]
H A Dcore_service_client.cpp139 bool CoreServiceClient::IsNrSupported(int32_t slotId) in IsNrSupported()
180 std::u16string CoreServiceClient::GetOperatorNumeric(int32_t slotId) in GetOperatorNumeric()
351 bool CoreServiceClient::IsSimActive(int32_t slotId) in IsSimActive()
371 int32_t CoreServiceClient::GetSimId(int32_t slotId) in GetSimId()
421 std::u16string CoreServiceClient::GetSimGid2(int32_t slotId) in GetSimGid2()
474 int32_t CoreServiceClient::SetDefaultVoiceSlotId(int32_t slotId) in SetDefaultVoiceSlotId()
648 int32_t CoreServiceClient::RefreshSimState(int32_t slotId) in RefreshSimState()
947 int32_t CoreServiceClient::GetPrimarySlotId(int32_t &slotId) in GetPrimarySlotId()
958 int32_t CoreServiceClient::SetPrimarySlotId(int32_t slotId) in SetPrimarySlotId()
1034 int32_t CoreServiceClient::FactoryReset(int32_t slotId) in FactoryReset()
[all …]
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp369 int32_t slotId = 0; in SetImsConfig() local
384 int32_t slotId = 0; in SetImsConfig() local
399 int32_t slotId = 0; in GetImsConfig() local
414 int32_t slotId = 0; in SetImsFeatureValue() local
429 int32_t slotId = 0; in GetImsFeatureValue() local
477 int32_t slotId = 0; in CtrlCamera() local
492 int32_t slotId = 0; in SetPreviewWindow() local
507 int32_t slotId = 0; in SetDisplayWindow() local
522 int32_t slotId = 0; in SetCameraZoom() local
537 int32_t slotId = 0; in SetPauseImage() local
[all …]
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp50 int32_t slotId = 0; variable
65 int32_t slotId = 0; variable
81 int32_t slotId = 0; variable
96 int32_t slotId = 0; variable
109 int32_t slotId = 0; variable
122 int32_t slotId = 0; variable
136 int32_t slotId = 0; variable
150 int32_t slotId = 0; variable
164 int32_t slotId = 0; variable
177 int32_t slotId = 0; variable
[all …]
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp60 for (int32_t slotId = 0; slotId < SIM_SLOT_COUNT; slotId++) { in ~NetworkSearchManager() local
351 void NetworkSearchManager::NotifyPsRatChanged(int32_t slotId) in NotifyPsRatChanged()
455 int32_t NetworkSearchManager::GetPsRegState(int32_t slotId) in GetPsRegState()
472 int32_t NetworkSearchManager::GetCsRegState(int32_t slotId) in GetCsRegState()
572 int32_t NetworkSearchManager::GetRadioState(int32_t slotId) in GetRadioState()
891 int32_t NetworkSearchManager::UpdateRadioOn(int32_t slotId) in UpdateRadioOn()
1102 void NetworkSearchManager::SetLocateUpdate(int32_t slotId) in SetLocateUpdate()
1142 int32_t NetworkSearchManager::FactoryReset(int32_t slotId) in FactoryReset()
1170 void NetworkSearchManager::GetVoiceTech(int32_t slotId) in GetVoiceTech()
1181 bool NetworkSearchManager::IsNrSupported(int32_t slotId) in IsNrSupported()
[all …]
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_observer.h30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated()
36 void OnSignalInfoUpdated(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdated()
41 void OnSignalInfoUpdatedExt(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdatedExt()
46 void OnNetworkStateUpdated(int32_t slotId, const sptr<NetworkState> &networkState) in OnNetworkStateUpdated()
51 void OnNetworkStateUpdatedExt(int32_t slotId, const sptr<NetworkState> &networkState) in OnNetworkStateUpdatedExt()
56 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated()
61 void OnCellInfoUpdatedExt(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdatedExt()
66 void OnSimStateUpdated(int32_t slotId, CardType type, SimState state, LockReason reason) in OnSimStateUpdated()
77 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated()
83 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated()
[all …]
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/
H A Dstate_registry_observer.h30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated()
36 void OnSignalInfoUpdated(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdated()
41 void OnSignalInfoUpdatedExt(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdatedExt()
46 void OnNetworkStateUpdated(int32_t slotId, const sptr<NetworkState> &networkState) in OnNetworkStateUpdated()
51 void OnNetworkStateUpdatedExt(int32_t slotId, const sptr<NetworkState> &networkState) in OnNetworkStateUpdatedExt()
56 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated()
61 void OnCellInfoUpdatedExt(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdatedExt()
66 void OnSimStateUpdated(int32_t slotId, CardType type, SimState state, LockReason reason) in OnSimStateUpdated()
77 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated()
83 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated()
[all …]
/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_cs.cpp25 int32_t CellularCallConnectionCS::DialRequest(int32_t slotId, const DialRequestStruct &dialRequest) in DialRequest()
48 int32_t CellularCallConnectionCS::HangUpRequest(int32_t slotId) in HangUpRequest()
69 int32_t CellularCallConnectionCS::AnswerRequest(int32_t slotId) in AnswerRequest()
90 int32_t CellularCallConnectionCS::RejectRequest(int32_t slotId) in RejectRequest()
110 int32_t CellularCallConnectionCS::HoldRequest(int32_t slotId) in HoldRequest()
126 int32_t CellularCallConnectionCS::UnHoldCallRequest(int32_t slotId) in UnHoldCallRequest()
142 int32_t CellularCallConnectionCS::SwitchCallRequest(int32_t slotId) in SwitchCallRequest()
158 int32_t CellularCallConnectionCS::CombineConferenceRequest(int32_t slotId, int32_t voiceCall) in CombineConferenceRequest()
206 int32_t CellularCallConnectionCS::SendCDMAThreeWayDialRequest(int32_t slotId) in SendCDMAThreeWayDialRequest()
244 int32_t CellularCallConnectionCS::StopDtmfRequest(int32_t slotId, int32_t index) const in StopDtmfRequest()
[all …]
H A Dcellular_call_connection_ims.cpp27 int32_t CellularCallConnectionIMS::DialRequest(int32_t slotId, const ImsDialInfoStruct &dialRequest) in DialRequest()
94 int32_t slotId, const std::string &phoneNum, int32_t videoState, int32_t index) in AnswerRequest()
156 int32_t CellularCallConnectionIMS::HoldCallRequest(int32_t slotId) in HoldCallRequest()
171 int32_t CellularCallConnectionIMS::UnHoldCallRequest(int32_t slotId) in UnHoldCallRequest()
186 int32_t CellularCallConnectionIMS::SwitchCallRequest(int32_t slotId) in SwitchCallRequest()
205 int32_t CellularCallConnectionIMS::CombineConferenceRequest(int32_t slotId, int32_t voiceCall) in CombineConferenceRequest()
220 int32_t slotId, const std::vector<std::string> &numberList) in InviteToConferenceRequest()
306 int32_t CellularCallConnectionIMS::StopDtmfRequest(int32_t slotId, int32_t index) const in StopDtmfRequest()
320 int32_t CellularCallConnectionIMS::StartRttRequest(int32_t slotId, const std::string &msg) in StartRttRequest()
334 int32_t CellularCallConnectionIMS::StopRttRequest(int32_t slotId) in StopRttRequest()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsServiceController.aidl35 IImsMmTelFeature createMmTelFeature(int slotId, int subId); in createMmTelFeature()
36 IImsMmTelFeature createEmergencyOnlyMmTelFeature(int slotId); in createEmergencyOnlyMmTelFeature()
37 IImsRcsFeature createRcsFeature(int slotId, int subId); in createRcsFeature()
40 void addFeatureStatusCallback(int slotId, int featureType, in IImsFeatureStatusCallback c); in addFeatureStatusCallback()
44 void removeImsFeature(int slotId, int featureType, boolean changeSubId); in removeImsFeature()
45 IImsConfig getConfig(int slotId, int subId); in getConfig()
46 IImsRegistration getRegistration(int slotId, int subId); in getRegistration()
47 ISipTransport getSipTransport(int slotId); in getSipTransport()
48 oneway void enableIms(int slotId, int subId); in enableIms()
49 oneway void disableIms(int slotId, int subId); in disableIms()
[all …]
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp223 void CellularCallConfig::HandleFactoryReset(int32_t slotId) in HandleFactoryReset()
433 void CellularCallConfig::ResetImsSwitch(int32_t slotId) in ResetImsSwitch()
466 bool CellularCallConfig::IsGbaValid(int32_t slotId) in IsGbaValid()
539 bool CellularCallConfig::IsUtProvisioned(int32_t slotId) in IsUtProvisioned()
752 void CellularCallConfig::SetTempMode(int32_t slotId) in SetTempMode()
760 int32_t slotId = DEFAULT_SIM_SLOT_ID; in InitModeActive() local
799 bool CellularCallConfig::GetRoamingState(int32_t slotId) in GetRoamingState()
872 std::string CellularCallConfig::GetMcc(int32_t slotId) in GetMcc()
891 int32_t CellularCallConfig::GetMute(int32_t slotId) in GetMute()
1067 bool CellularCallConfig::IsValidSlotId(int32_t slotId) in IsValidSlotId()
[all …]
H A Dmmi_code_utils.cpp64 …mmiCodeFunc["21"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmi… in InitCallTransferMmiCodeFunc()
67 …mmiCodeFunc["61"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmi… in InitCallTransferMmiCodeFunc()
70 …mmiCodeFunc["62"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmi… in InitCallTransferMmiCodeFunc()
73 …mmiCodeFunc["67"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmi… in InitCallTransferMmiCodeFunc()
76 …mmiCodeFunc["002"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mm… in InitCallTransferMmiCodeFunc()
79 …mmiCodeFunc["004"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mm… in InitCallTransferMmiCodeFunc()
98 …mmiCodeFunc["33"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmi… in InitCallRestrictionCodeFunc()
101 …mmiCodeFunc["330"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mm… in InitCallRestrictionCodeFunc()
113 …mmiCodeFunc["35"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmi… in InitCallRestrictionCodeFunc()
136 …mmiCodeFunc["30"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmi… in InitAdditionalMmiCodeFunc()
[all …]
H A Dmodule_service_utils.cpp28 bool ModuleServiceUtils::GetRadioState(int32_t slotId) in GetRadioState()
48 int32_t ModuleServiceUtils::UpdateRadioOn(int32_t slotId) in UpdateRadioOn()
60 PhoneType ModuleServiceUtils::GetNetworkStatus(int32_t slotId) in GetNetworkStatus()
65 std::string ModuleServiceUtils::GetIsoCountryCode(int32_t slotId) in GetIsoCountryCode()
72 std::string ModuleServiceUtils::GetNetworkCountryCode(int32_t slotId) in GetNetworkCountryCode()
84 bool ModuleServiceUtils::GetImsRegistrationState(int32_t slotId) in GetImsRegistrationState()
91 bool ModuleServiceUtils::GetImsUtSupportState(int32_t slotId) in GetImsUtSupportState()
135 RegServiceState ModuleServiceUtils::GetCsRegState(int32_t slotId) in GetCsRegState()
140 RegServiceState ModuleServiceUtils::GetPsRegState(int32_t slotId) in GetPsRegState()
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp250 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in OnRequestCallGetCurrentCallsStatusTest()
354 void TelRilTest::OnRequestTransmitApduLogicalChannelTest(int32_t slotId, in OnRequestTransmitApduLogicalChannelTest()
373 void TelRilTest::OnRequestTransmitApduBasicChannelTest(int32_t slotId, in OnRequestTransmitApduBasicChannelTest()
392 void TelRilTest::OnRequestSimAuthenticationTest(int32_t slotId, in OnRequestSimAuthenticationTest()
430 void TelRilTest::OnRequestSendSimMatchedOperatorInfoTest(int32_t slotId, in OnRequestSendSimMatchedOperatorInfoTest()
488 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in OnRequestGetSimLockStatusTest()
531 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in OnRequestChangeSimPasswordTest()
650 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in OnRequestGetRadioProtocolTest()
664 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in OnRequestSetRadioProtocolTest()
1446 void TelRilTest::OnRequestGetBasebandVersionTest(int32_t slotId, in OnRequestGetBasebandVersionTest()
[all …]
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp26 int32_t ImsCallCallbackProxy::DialResponse(int32_t slotId, const RadioResponseInfo &info) in DialResponse()
36 int32_t ImsCallCallbackProxy::HangUpResponse(int32_t slotId, const RadioResponseInfo &info) in HangUpResponse()
56 int32_t ImsCallCallbackProxy::AnswerResponse(int32_t slotId, const RadioResponseInfo &info) in AnswerResponse()
129 int32_t ImsCallCallbackProxy::CallStateChangeReport(int32_t slotId) in CallStateChangeReport()
196 int32_t ImsCallCallbackProxy::GetImsSwitchResponse(int32_t slotId, int32_t active) in GetImsSwitchResponse()
481 int32_t slotId, const ImsCallModeReceiveInfo &callModeRequest) in ReceiveUpdateCallMediaModeRequest()
496 int32_t slotId, const ImsCallModeReceiveInfo &callModeResponse) in ReceiveUpdateCallMediaModeResponse()
512 int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) in CallSessionEventChanged()
527 int32_t slotId, const ImsCallPeerDimensionsInfo &callPeerDimensionsInfo) in PeerDimensionsChanged()
556 int32_t slotId, const CameraCapabilitiesInfo &cameraCapabilitiesInfo) in CameraCapabilitiesChanged()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsService.java527 private void removeImsFeature(int slotId, int featureType) { in removeImsFeature()
565 private void setImsFeatureCreatedForSlot(int slotId, in setImsFeatureCreatedForSlot()
576 public boolean isImsFeatureCreatedForSlot(int slotId, in isImsFeatureCreatedForSlot()
641 private void resetImsInternal(int slotId, int subId) { in resetImsInternal()
734 private void notifySubscriptionRemoved(int slotId) { in notifySubscriptionRemoved()
753 public void enableIms(int slotId) { in enableIms()
762 public void disableIms(int slotId) { in disableIms()
774 public void resetIms(int slotId) { in resetIms()
829 public MmTelFeature createMmTelFeature(int slotId) { in createMmTelFeature()
843 public RcsFeature createRcsFeature(int slotId) { in createRcsFeature()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/
H A DImsService.java146 public SparseArray<ImsFeature> getFeatures(int slotId) { in getFeatures()
150 private IImsMMTelFeature createEmergencyMMTelFeatureInternal(int slotId) { in createEmergencyMMTelFeatureInternal()
160 private IImsMMTelFeature createMMTelFeatureInternal(int slotId) { in createMMTelFeatureInternal()
170 private IImsRcsFeature createRcsFeatureInternal(int slotId) { in createRcsFeatureInternal()
180 private void setupFeature(ImsFeature f, int slotId, int featureType) { in setupFeature()
187 private void addImsFeature(int slotId, int featureType, ImsFeature f) { in addImsFeature()
200 private void addImsFeatureStatusCallback(int slotId, int featureType, in addImsFeatureStatusCallback()
217 private void removeImsFeatureStatusCallback(int slotId, int featureType, in removeImsFeatureStatusCallback()
234 private void removeImsFeature(int slotId, int featureType) { in removeImsFeature()
268 public @Nullable MMTelFeature onCreateMMTelImsFeature(int slotId) { in onCreateMMTelImsFeature()
[all …]
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp226 void RilInterfaceTest::RilCmDialTest(int32_t slotId) in RilCmDialTest()
251 void RilInterfaceTest::HangupTest(int32_t slotId) in HangupTest()
259 void RilInterfaceTest::RejectTest(int32_t slotId) in RejectTest()
273 void RilInterfaceTest::HoldCallTest(int32_t slotId) in HoldCallTest()
325 void RilInterfaceTest::SendDtmfTest(int32_t slotId) in SendDtmfTest()
353 void RilInterfaceTest::StopDtmfTest(int32_t slotId) in StopDtmfTest()
379 void RilInterfaceTest::SetMuteTest(int32_t slotId) in SetMuteTest()
388 void RilInterfaceTest::GetMuteTest(int32_t slotId) in GetMuteTest()
805 void RilInterfaceTest::GetImeiTest(int32_t slotId) in GetImeiTest()
1105 int32_t slotId; in OnProcessInput() local
[all …]
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsServiceController.aidl28 IImsMMTelFeature createEmergencyMMTelFeature(int slotId); in createEmergencyMMTelFeature()
29 IImsMMTelFeature createMMTelFeature(int slotId); in createMMTelFeature()
30 IImsRcsFeature createRcsFeature(int slotId); in createRcsFeature()
31 void removeImsFeature(int slotId, int featureType); in removeImsFeature()
32 void addFeatureStatusCallback(int slotId, int featureType, in IImsFeatureStatusCallback c); in addFeatureStatusCallback()
33 void removeFeatureStatusCallback(int slotId, int featureType, in IImsFeatureStatusCallback c); in removeFeatureStatusCallback()

12345678910>>...19