Home
last modified time | relevance | path

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

12345678910>>...16

/base/telephony/core_service/services/core/src/
Dcore_service.cpp108 for (int32_t slotId = 0; slotId < SIM_SLOT_COUNT; slotId++) { in Init() local
129 int32_t CoreService::GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) in GetPsRadioTech()
142 int32_t CoreService::GetCsRadioTech(int32_t slotId, int32_t &csRadioTech) in GetCsRadioTech()
155 int32_t CoreService::SetNetworkSelectionMode(int32_t slotId, int32_t selectMode, in SetNetworkSelectionMode()
176 int32_t CoreService::GetSignalInfoList(int32_t slotId, std::vector<sptr<SignalInformation>> &signal… in GetSignalInfoList()
185 std::u16string CoreService::GetOperatorNumeric(int32_t slotId) in GetOperatorNumeric()
194 std::string CoreService::GetResidentNetworkNumeric(int32_t slotId) in GetResidentNetworkNumeric()
203 int32_t CoreService::GetOperatorName(int32_t slotId, std::u16string &operatorName) in GetOperatorName()
212 int32_t CoreService::GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) in GetNetworkState()
225 int32_t CoreService::SetRadioState(int32_t slotId, bool isOn, const sptr<INetworkSearchCallback> &c… in SetRadioState()
[all …]
/base/telephony/core_service/services/sim/src/
Dsim_manager.cpp53 for (int32_t slotId = 0; slotId < slotCount_; slotId++) { in InitMultiSimObject() local
75 int32_t SimManager::InitTelExtraModule(int32_t slotId) in InitTelExtraModule()
94 void SimManager::InitBaseManager(int32_t slotId) in InitBaseManager()
135 int32_t SimManager::HasSimCard(int32_t slotId, bool &hasSimCard) in HasSimCard()
148 bool SimManager::HasSimCardInner(int32_t slotId) in HasSimCardInner()
155 int32_t SimManager::GetSimState(int32_t slotId, SimState &simState) in GetSimState()
165 int32_t SimManager::GetCardType(int32_t slotId, CardType &cardType) in GetCardType()
175 int32_t SimManager::UnlockPin(int32_t slotId, const std::string &pin, LockStatusResponse &response) in UnlockPin()
185 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk()
195int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
[all …]
Dsim_account_manager.cpp40 void SimAccountManager::Init(int32_t slotId) in Init()
68 int32_t SimAccountManager::GetOperatorConfigs(int32_t slotId, OHOS::Telephony::OperatorConfig &poc) in GetOperatorConfigs()
78 int32_t SimAccountManager::UpdateOperatorConfigs(int32_t slotId) in UpdateOperatorConfigs()
87 bool SimAccountManager::IsValidSlotId(int32_t slotId) in IsValidSlotId()
98 bool SimAccountManager::IsValidSlotIdForDefault(int32_t slotId) in IsValidSlotIdForDefault()
108 int32_t SimAccountManager::HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) in HasOperatorPrivileges()
/base/telephony/core_service/services/tel_ril/src/
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()
121 int32_t TelRilManager::InitTelExtraModule(int32_t slotId) in InitTelExtraModule()
136 std::shared_ptr<TelRilSms> TelRilManager::GetTelRilSms(int32_t slotId) in GetTelRilSms()
145 std::shared_ptr<TelRilSim> TelRilManager::GetTelRilSim(int32_t slotId) in GetTelRilSim()
154 std::shared_ptr<TelRilCall> TelRilManager::GetTelRilCall(int32_t slotId) in GetTelRilCall()
163 std::shared_ptr<TelRilData> TelRilManager::GetTelRilData(int32_t slotId) in GetTelRilData()
172 std::shared_ptr<TelRilNetwork> TelRilManager::GetTelRilNetwork(int32_t slotId) in GetTelRilNetwork()
181 std::shared_ptr<TelRilModem> TelRilManager::GetTelRilModem(int32_t slotId) in GetTelRilModem()
190 std::shared_ptr<ObserverHandler> TelRilManager::GetObserverHandler(int32_t slotId) in GetObserverHandler()
[all …]
/base/telephony/call_manager/services/call_setting/src/
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()
59 int32_t CallSettingManager::GetCallRestriction(int32_t slotId, CallRestrictionType type) in GetCallRestriction()
73 int32_t CallSettingManager::SetCallRestriction(int32_t slotId, CallRestrictionInfo &info) in SetCallRestriction()
91 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
106 int32_t CallSettingManager::GetCallTransferInfo(int32_t slotId, CallTransferType type) in GetCallTransferInfo()
120 int32_t CallSettingManager::SetCallTransferInfo(int32_t slotId, CallTransferInfo &info) in SetCallTransferInfo()
138 int32_t CallSettingManager::CanSetCallTransferTime(int32_t slotId, bool &result) in CanSetCallTransferTime()
148 int32_t CallSettingManager::SetCallPreferenceMode(int32_t slotId, int32_t mode) in SetCallPreferenceMode()
158 int32_t CallSettingManager::GetImsConfig(int32_t slotId, ImsConfigItem item) in GetImsConfig()
[all …]
/base/telephony/ril_adapter/services/hril/src/
Dhril_manager.cpp59 ReqDataInfo *HRilManager::CreateHRilRequest(int32_t serial, int32_t slotId, int32_t request) in CreateHRilRequest()
117 void HRilManager::RegisterCallFuncs(int32_t slotId, const HRilCallReq *callFuncs) in RegisterCallFuncs()
124 void HRilManager::RegisterDataFuncs(int32_t slotId, const HRilDataReq *dataFuncs) in RegisterDataFuncs()
131 void HRilManager::RegisterModemFuncs(int32_t slotId, const HRilModemReq *modemFuncs) in RegisterModemFuncs()
138 void HRilManager::RegisterNetworkFuncs(int32_t slotId, const HRilNetworkReq *networkFuncs) in RegisterNetworkFuncs()
145 void HRilManager::RegisterSimFuncs(int32_t slotId, const HRilSimReq *simFuncs) in RegisterSimFuncs()
152 void HRilManager::RegisterSmsFuncs(int32_t slotId, const HRilSmsReq *smsFuncs) in RegisterSmsFuncs()
249 void HRilManager::OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const Repor… in OnReport()
273 void HRilManager::ReportResponse(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, in ReportResponse()
301 void HRilManager::ReportNotification(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, in ReportNotification()
[all …]
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp66 int32_t CoreManagerInner::InitExtraModule(int32_t slotId) in InitExtraModule()
123int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what, int32_t *obj) in RegisterCoreNotify()
148 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what) in UnRegisterCoreNotify()
228 int32_t CoreManagerInner::SetUssd(int32_t slotId, int32_t eventId, const std::string str, in SetUssd()
245 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in CloseUnFinishedUssd()
261 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetUssd()
277 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetMute()
293int32_t slotId, int32_t eventId, int32_t mute, const std::shared_ptr<AppExecFwk::EventHandler> &ha… in SetMute()
309 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetEmergencyCallList()
324 int32_t CoreManagerInner::SetEmergencyCallList(int32_t slotId, int32_t eventId, std::vector<Emergen… in SetEmergencyCallList()
[all …]
Dcore_service_client.cpp99 int32_t CoreServiceClient::GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) in GetPsRadioTech()
109 int32_t CoreServiceClient::GetCsRadioTech(int32_t slotId, int32_t &csRadioTech) in GetCsRadioTech()
119 int32_t CoreServiceClient::GetMeid(int32_t slotId, std::u16string &meid) in GetMeid()
129 int32_t CoreServiceClient::GetUniqueDeviceId(int32_t slotId, std::u16string &deviceId) in GetUniqueDeviceId()
139 bool CoreServiceClient::IsNrSupported(int32_t slotId) in IsNrSupported()
149 int32_t CoreServiceClient::SetNrOptionMode(int32_t slotId, int32_t mode, const sptr<INetworkSearchC… in SetNrOptionMode()
159 int32_t CoreServiceClient::GetNrOptionMode(int32_t slotId, const sptr<INetworkSearchCallback> &call… in GetNrOptionMode()
169 int32_t CoreServiceClient::GetSignalInfoList(int32_t slotId, std::vector<sptr<SignalInformation>> &… in GetSignalInfoList()
180 std::u16string CoreServiceClient::GetOperatorNumeric(int32_t slotId) in GetOperatorNumeric()
190 std::string CoreServiceClient::GetResidentNetworkNumeric(int32_t slotId) in GetResidentNetworkNumeric()
[all …]
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp43 int32_t slotId = callInfo.slotId; in Dial() local
58 int32_t slotId = callInfo.slotId; in HangUp() local
73 int32_t slotId = callInfo.slotId; in RejectWithReason() local
88 int32_t slotId = callInfo.slotId; in Answer() local
98 int32_t ImsCall::HoldCall(int32_t slotId, int32_t callType) in HoldCall()
112 int32_t ImsCall::UnHoldCall(int32_t slotId, int32_t callType) in UnHoldCall()
126 int32_t ImsCall::SwitchCall(int32_t slotId, int32_t callType) in SwitchCall()
140 int32_t ImsCall::CombineConference(int32_t slotId) in CombineConference()
154 int32_t ImsCall::InviteToConference(int32_t slotId, const std::vector<std::string> &numberList) in InviteToConference()
168 int32_t ImsCall::KickOutFromConference(int32_t slotId, int32_t index) in KickOutFromConference()
[all …]
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp139 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in RegisterImsCallCallbackHandler()
151 std::shared_ptr<AppExecFwk::EventHandler> ImsCallClient::GetHandler(int32_t slotId) in GetHandler()
209 int32_t ImsCallClient::HoldCall(int32_t slotId, int32_t callType) in HoldCall()
218 int32_t ImsCallClient::UnHoldCall(int32_t slotId, int32_t callType) in UnHoldCall()
227 int32_t ImsCallClient::SwitchCall(int32_t slotId, int32_t callType) in SwitchCall()
236 int32_t ImsCallClient::CombineConference(int32_t slotId) in CombineConference()
245 int32_t ImsCallClient::InviteToConference(int32_t slotId, const std::vector<std::string> &numberLis… in InviteToConference()
254 int32_t ImsCallClient::KickOutFromConference(int32_t slotId, int32_t index) in KickOutFromConference()
281 int32_t ImsCallClient::CancelCallUpgrade(int32_t slotId, int32_t callIndex) in CancelCallUpgrade()
290 int32_t ImsCallClient::RequestCameraCapabilities(int32_t slotId, int32_t callIndex) in RequestCameraCapabilities()
[all …]
Dims_call_callback_stub.cpp168 int32_t slotId = data.ReadInt32(); in OnDialResponseInner() local
180 int32_t slotId = data.ReadInt32(); in OnHangUpResponseInner() local
192 int32_t slotId = data.ReadInt32(); in OnRejectResponseInner() local
204 int32_t slotId = data.ReadInt32(); in OnAnswerResponseInner() local
216 int32_t slotId = data.ReadInt32(); in OnHoldCallResponseInner() local
228 int32_t slotId = data.ReadInt32(); in OnUnHoldCallResponseInner() local
240 int32_t slotId = data.ReadInt32(); in OnSwitchCallResponseInner() local
252 int32_t slotId = data.ReadInt32(); in OnStartDtmfResponseInner() local
264 int32_t slotId = data.ReadInt32(); in OnSendDtmfResponseInner() local
277 int32_t slotId = data.ReadInt32(); in OnStopDtmfResponseInner() local
[all …]
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()
46 int32_t ImsCallCallbackProxy::RejectWithReasonResponse(int32_t slotId, const RadioResponseInfo &inf… in RejectWithReasonResponse()
56 int32_t ImsCallCallbackProxy::AnswerResponse(int32_t slotId, const RadioResponseInfo &info) in AnswerResponse()
66 int32_t ImsCallCallbackProxy::HoldCallResponse(int32_t slotId, const RadioResponseInfo &info) in HoldCallResponse()
76 int32_t ImsCallCallbackProxy::UnHoldCallResponse(int32_t slotId, const RadioResponseInfo &info) in UnHoldCallResponse()
86 int32_t ImsCallCallbackProxy::SwitchCallResponse(int32_t slotId, const RadioResponseInfo &info) in SwitchCallResponse()
96 int32_t ImsCallCallbackProxy::StartDtmfResponse(int32_t slotId, const RadioResponseInfo &info) in StartDtmfResponse()
106 int32_t ImsCallCallbackProxy::SendDtmfResponse(int32_t slotId, const RadioResponseInfo &info, int32… in SendDtmfResponse()
119 int32_t ImsCallCallbackProxy::StopDtmfResponse(int32_t slotId, const RadioResponseInfo &info) in StopDtmfResponse()
[all …]
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_manager.cpp60 for (int32_t slotId = 0; slotId < SIM_SLOT_COUNT; slotId++) { in ~NetworkSearchManager() local
69 …etworkSearchManager::InitPointer(std::shared_ptr<NetworkSearchManagerInner> &inner, int32_t slotId) in InitPointer()
184 for (int32_t slotId = 0; slotId < SIM_SLOT_COUNT; slotId++) { in OnInit() local
192 int32_t NetworkSearchManager::InitTelExtraModule(int32_t slotId) in InitTelExtraModule()
197 int32_t NetworkSearchManager::InitModuleBySlotId(int32_t slotId) in InitModuleBySlotId()
229 std::shared_ptr<NetworkSearchState> NetworkSearchManager::GetNetworkSearchState(int32_t slotId) in GetNetworkSearchState()
239 void NetworkSearchManager::SetRadioState(int32_t slotId, bool isOn, int32_t rst) in SetRadioState()
250 int32_t NetworkSearchManager::SetRadioState(int32_t slotId, bool isOn, int32_t rst, NSCALLBACK &cal… in SetRadioState()
265 void NetworkSearchManager::RegisterCoreNotify(int32_t slotId, HANDLE &handler, int32_t what) in RegisterCoreNotify()
276 void NetworkSearchManager::UnRegisterCoreNotify(int32_t slotId, HANDLE &handler, int32_t what) in UnRegisterCoreNotify()
[all …]
/base/telephony/core_service/test/unittest/ui_client/
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()
71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
77 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated()
[all …]
/base/telephony/state_registry/test/unittest/state_test/
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()
71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
77 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated()
[all …]
/base/telephony/cellular_call/services/connection/src/
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()
174 int32_t CellularCallConnectionCS::SeparateConferenceRequest(int32_t slotId, int32_t index, int32_t … in SeparateConferenceRequest()
190 int32_t CellularCallConnectionCS::CallSupplementRequest(int32_t slotId, CallSupplementType type) in CallSupplementRequest()
[all …]
Dcellular_call_connection_ims.cpp27 int32_t CellularCallConnectionIMS::DialRequest(int32_t slotId, const ImsDialInfoStruct &dialRequest) in DialRequest()
62 int32_t CellularCallConnectionIMS::HangUpRequest(int32_t slotId, const std::string &phoneNum, int32… in HangUpRequest()
94 int32_t slotId, const std::string &phoneNum, int32_t videoState, int32_t index) in AnswerRequest()
125 int32_t CellularCallConnectionIMS::RejectRequest(int32_t slotId, const std::string &phoneNum, int32… in RejectRequest()
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()
201 int32_t CellularCallConnectionIMS::CombineConferenceRequest(int32_t slotId, int32_t voiceCall) in CombineConferenceRequest()
216 int32_t slotId, const std::vector<std::string> &numberList) in InviteToConferenceRequest()
230 int32_t CellularCallConnectionIMS::KickOutFromConferenceRequest(int32_t slotId, int32_t index) in KickOutFromConferenceRequest()
[all …]
Dsupplement_request_ims.cpp26 int32_t SupplementRequestIms::SetClipRequest(int32_t slotId, int32_t action, int32_t index) in SetClipRequest()
37 int32_t SupplementRequestIms::GetClipRequest(int32_t slotId, int32_t index) in GetClipRequest()
48 int32_t SupplementRequestIms::SetClirRequest(int32_t slotId, int32_t action, int32_t index) in SetClirRequest()
59 int32_t SupplementRequestIms::GetClirRequest(int32_t slotId, int32_t index) in GetClirRequest()
70 int32_t SupplementRequestIms::GetCallTransferRequest(int32_t slotId, int32_t reason, int32_t index) in GetCallTransferRequest()
82 int32_t slotId, const CallTransferInfo &cfInfo, int32_t classType, int32_t index) in SetCallTransferRequest()
93 int32_t SupplementRequestIms::CanSetCallTransferTime(int32_t slotId, bool &result) in CanSetCallTransferTime()
104 int32_t SupplementRequestIms::GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int… in GetCallRestrictionRequest()
116 int32_t slotId, std::string &fac, int32_t mode, std::string &pw, int32_t index) in SetCallRestrictionRequest()
127 int32_t SupplementRequestIms::SetCallWaitingRequest(int32_t slotId, bool activate, int32_t classTyp… in SetCallWaitingRequest()
[all …]
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp196 void TelRilTest::OnInitForRegister(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> … in OnInitForRegister()
238 void TelRilTest::OnProcessInput(int32_t slotId, int32_t what, const std::shared_ptr<AppExecFwk::Eve… in OnProcessInput()
250 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in OnRequestCallGetCurrentCallsStatusTest()
261 void TelRilTest::OnRequestSimGetSimStatusTest(int32_t slotId, const std::shared_ptr<AppExecFwk::Eve… in OnRequestSimGetSimStatusTest()
272 void TelRilTest::OnRequestSimIccIoTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandl… in OnRequestSimIccIoTest()
292 void TelRilTest::OnRequestSimSmsTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler… in OnRequestSimSmsTest()
337 void TelRilTest::OnRequestOpenLGSimIOTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHa… in OnRequestOpenLGSimIOTest()
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()
[all …]
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp113 int32_t CellularCallConfig::SetDomainPreferenceMode(int32_t slotId, int32_t mode) in SetDomainPreferenceMode()
123 int32_t CellularCallConfig::GetDomainPreferenceMode(int32_t slotId) in GetDomainPreferenceMode()
128 int32_t CellularCallConfig::SetImsSwitchStatus(int32_t slotId, bool active) in SetImsSwitchStatus()
162 int32_t CellularCallConfig::GetImsSwitchStatus(int32_t slotId, bool &enabled) in GetImsSwitchStatus()
184 int32_t CellularCallConfig::SetVoNRSwitchStatus(int32_t slotId, int32_t state) in SetVoNRSwitchStatus()
202 int32_t CellularCallConfig::GetVoNRSwitchStatus(int32_t slotId, int32_t &state) in GetVoNRSwitchStatus()
213 void CellularCallConfig::HandleSimStateChanged(int32_t slotId) in HandleSimStateChanged()
221 void CellularCallConfig::HandleFactoryReset(int32_t slotId) in HandleFactoryReset()
239 void CellularCallConfig::HandleSimRecordsLoaded(int32_t slotId) in HandleSimRecordsLoaded()
246 void CellularCallConfig::HandleResidentNetworkChange(int32_t slotId, std::string plmn) in HandleResidentNetworkChange()
[all …]
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp219 void RilInterfaceTest::GetCallListTest(int32_t slotId) in GetCallListTest()
226 void RilInterfaceTest::RilCmDialTest(int32_t slotId) in RilCmDialTest()
237 void RilInterfaceTest::RilCmDialStressTest(int32_t slotId) in RilCmDialStressTest()
251 void RilInterfaceTest::HangupTest(int32_t slotId) in HangupTest()
259 void RilInterfaceTest::RejectTest(int32_t slotId) in RejectTest()
266 void RilInterfaceTest::AnswerCallTest(int32_t slotId) in AnswerCallTest()
273 void RilInterfaceTest::HoldCallTest(int32_t slotId) in HoldCallTest()
280 void RilInterfaceTest::UnHoldCallTest(int32_t slotId) in UnHoldCallTest()
287 void RilInterfaceTest::SwitchCallTest(int32_t slotId) in SwitchCallTest()
294 void RilInterfaceTest::RilCmJoinCallTest(int32_t slotId) in RilCmJoinCallTest()
[all …]
/base/telephony/cellular_call/services/common/src/
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()
/base/telephony/cellular_data/services/src/
Dcellular_data_service.cpp105 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in GetIntelligenceSwitchState() local
163 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in EnableCellularData() local
182 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in EnableIntelligenceSwitch() local
196 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in GetCellularDataState() local
211 int32_t CellularDataService::GetApnState(int32_t slotId, const std::string &apnType) in GetApnState()
233 int32_t CellularDataService::IsCellularDataRoamingEnabled(const int32_t slotId, bool &dataRoamingEn… in IsCellularDataRoamingEnabled()
245 int32_t CellularDataService::EnableCellularDataRoaming(const int32_t slotId, bool enable) in EnableCellularDataRoaming()
284 void CellularDataService::AddNetSupplier(int32_t slotId, CellularDataNetAgent &netAgent, in AddNetSupplier()
310 int32_t CellularDataService::InitCellularDataController(int32_t slotId) in InitCellularDataController()
322 bool CellularDataService::CheckParamValid(const int32_t slotId) in CheckParamValid()
[all …]
/base/telephony/call_manager/services/call/src/
Dcall_policy.cpp70 int32_t slotId = extras.GetIntValue("accountId"); in DialPolicy() local
74 int32_t CallPolicy::HasNormalCall(bool isEcc, int32_t slotId, CallType callType) in HasNormalCall()
324 int32_t CallPolicy::IsValidSlotId(int32_t slotId) in IsValidSlotId()
334 int32_t CallPolicy::EnableVoLtePolicy(int32_t slotId) in EnableVoLtePolicy()
343 int32_t CallPolicy::DisableVoLtePolicy(int32_t slotId) in DisableVoLtePolicy()
352 int32_t CallPolicy::IsVoLteEnabledPolicy(int32_t slotId) in IsVoLteEnabledPolicy()
361 int32_t CallPolicy::VoNRStatePolicy(int32_t slotId, int32_t state) in VoNRStatePolicy()
375 int32_t CallPolicy::GetCallWaitingPolicy(int32_t slotId) in GetCallWaitingPolicy()
384 int32_t CallPolicy::SetCallWaitingPolicy(int32_t slotId) in SetCallWaitingPolicy()
393 int32_t CallPolicy::GetCallRestrictionPolicy(int32_t slotId) in GetCallRestrictionPolicy()
[all …]
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_telephony_observer.cpp24 void NapiTelephonyObserver::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16str… in OnCallStateUpdated()
37 int32_t slotId, const std::vector<sptr<SignalInformation>> &signalInfoList) in OnSignalInfoUpdated()
49 void NapiTelephonyObserver::OnNetworkStateUpdated(int32_t slotId, const sptr<NetworkState> &network… in OnNetworkStateUpdated()
64 int32_t slotId, CardType type, SimState state, LockReason reason) in OnSimStateUpdated()
77 void NapiTelephonyObserver::OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformatio… in OnCellInfoUpdated()
89 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
104 void NapiTelephonyObserver::OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated()
118 void NapiTelephonyObserver::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated()
137 void NapiTelephonyObserver::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated()

12345678910>>...16