Home
last modified time | relevance | path

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

12345678910>>...13

/base/telephony/core_service/services/core/src/
Dcore_service.cpp125 int32_t CoreService::GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) in GetPsRadioTech()
138 int32_t CoreService::GetCsRadioTech(int32_t slotId, int32_t &csRadioTech) in GetCsRadioTech()
151 int32_t CoreService::SetNetworkSelectionMode(int32_t slotId, int32_t selectMode, in SetNetworkSelectionMode()
172 int32_t CoreService::GetSignalInfoList(int32_t slotId, std::vector<sptr<SignalInformation>> &signal… in GetSignalInfoList()
181 std::u16string CoreService::GetOperatorNumeric(int32_t slotId) in GetOperatorNumeric()
190 int32_t CoreService::GetOperatorName(int32_t slotId, std::u16string &operatorName) in GetOperatorName()
199 int32_t CoreService::GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) in GetNetworkState()
212 int32_t CoreService::SetRadioState(int32_t slotId, bool isOn, const sptr<INetworkSearchCallback> &c… in SetRadioState()
230 int32_t CoreService::GetRadioState(int32_t slotId, const sptr<INetworkSearchCallback> &callback) in GetRadioState()
243 int32_t CoreService::GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) in GetIsoCountryCodeForNetwork()
[all …]
/base/telephony/core_service/services/sim/src/
Dsim_manager.cpp52 for (int32_t slotId = 0; slotId < slotCount_; slotId++) { in InitMultiSimObject() local
122 int32_t SimManager::HasSimCard(int32_t slotId, bool &hasSimCard) in HasSimCard()
144 bool SimManager::HasSimCardInner(int32_t slotId) in HasSimCardInner()
151 int32_t SimManager::GetSimState(int32_t slotId, SimState &simState) in GetSimState()
161 int32_t SimManager::GetCardType(int32_t slotId, CardType &cardType) in GetCardType()
171 int32_t SimManager::UnlockPin(int32_t slotId, const std::string &pin, LockStatusResponse &response) in UnlockPin()
181 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk()
191int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
200 int32_t SimManager::SetLockState(int32_t slotId, const LockInfo &options, LockStatusResponse &respo… in SetLockState()
209 int32_t SimManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
[all …]
Dsim_state_handle.cpp49 void SimStateHandle::Init(int32_t slotId) in Init()
93 void SimStateHandle::UnlockPin(int32_t slotId, const std::string &pin) in UnlockPin()
105 void SimStateHandle::UnlockPuk(int32_t slotId, const std::string &newPin, const std::string &puk) in UnlockPuk()
117 void SimStateHandle::AlterPin(int32_t slotId, const std::string &newPin, const std::string &oldPin) in AlterPin()
135 void SimStateHandle::UnlockPin2(int32_t slotId, const std::string &pin2) in UnlockPin2()
147 void SimStateHandle::UnlockPuk2(int32_t slotId, const std::string &newPin2, const std::string &puk2) in UnlockPuk2()
159 void SimStateHandle::AlterPin2(int32_t slotId, const std::string &newPin2, const std::string &oldPi… in AlterPin2()
177 void SimStateHandle::SetLockState(int32_t slotId, const LockInfo &options) in SetLockState()
197 void SimStateHandle::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo) in UnlockSimLock()
222 void SimStateHandle::GetLockState(int32_t slotId, LockType lockType) in GetLockState()
[all …]
/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
104 void TelRilManager::InitTelModule(int32_t slotId) in InitTelModule()
116 std::shared_ptr<TelRilSms> TelRilManager::GetTelRilSms(int32_t slotId) in GetTelRilSms()
125 std::shared_ptr<TelRilSim> TelRilManager::GetTelRilSim(int32_t slotId) in GetTelRilSim()
134 std::shared_ptr<TelRilCall> TelRilManager::GetTelRilCall(int32_t slotId) in GetTelRilCall()
143 std::shared_ptr<TelRilData> TelRilManager::GetTelRilData(int32_t slotId) in GetTelRilData()
152 std::shared_ptr<TelRilNetwork> TelRilManager::GetTelRilNetwork(int32_t slotId) in GetTelRilNetwork()
161 std::shared_ptr<TelRilModem> TelRilManager::GetTelRilModem(int32_t slotId) in GetTelRilModem()
170 std::shared_ptr<ObserverHandler> TelRilManager::GetObserverHandler(int32_t slotId) in GetObserverHandler()
178 for (int32_t slotId = 0; slotId < size; slotId++) { in ResetRilInterface() local
[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.cpp56 ReqDataInfo *HRilManager::CreateHRilRequest(int32_t serial, int32_t slotId, int32_t request) in CreateHRilRequest()
113 void HRilManager::RegisterCallFuncs(int32_t slotId, const HRilCallReq *callFuncs) in RegisterCallFuncs()
120 void HRilManager::RegisterDataFuncs(int32_t slotId, const HRilDataReq *dataFuncs) in RegisterDataFuncs()
127 void HRilManager::RegisterModemFuncs(int32_t slotId, const HRilModemReq *modemFuncs) in RegisterModemFuncs()
134 void HRilManager::RegisterNetworkFuncs(int32_t slotId, const HRilNetworkReq *networkFuncs) in RegisterNetworkFuncs()
141 void HRilManager::RegisterSimFuncs(int32_t slotId, const HRilSimReq *simFuncs) in RegisterSimFuncs()
148 void HRilManager::RegisterSmsFuncs(int32_t slotId, const HRilSmsReq *smsFuncs) in RegisterSmsFuncs()
239 void HRilManager::OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const Repor… in OnReport()
290 int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnCallReport()
296 int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnDataReport()
[all …]
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp77int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what, int32_t *obj) in RegisterCoreNotify()
102 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what) in UnRegisterCoreNotify()
182 int32_t CoreManagerInner::SetUssd(int32_t slotId, int32_t eventId, const std::string str, in SetUssd()
199 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in CloseUnFinishedUssd()
215 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetUssd()
231 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetMute()
247int32_t slotId, int32_t eventId, int32_t mute, const std::shared_ptr<AppExecFwk::EventHandler> &ha… in SetMute()
263 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetEmergencyCallList()
278 int32_t CoreManagerInner::SetEmergencyCallList(int32_t slotId, int32_t eventId, std::vector<Emergen… in SetEmergencyCallList()
296 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetCallFailReason()
[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 int32_t CoreServiceClient::GetOperatorName(int32_t slotId, std::u16string &operatorName) in GetOperatorName()
[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/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()
89 int32_t CellularCallConnectionCS::RejectRequest(int32_t slotId) in RejectRequest()
109 int32_t CellularCallConnectionCS::HoldRequest(int32_t slotId) in HoldRequest()
125 int32_t CellularCallConnectionCS::UnHoldCallRequest(int32_t slotId) in UnHoldCallRequest()
141 int32_t CellularCallConnectionCS::SwitchCallRequest(int32_t slotId) in SwitchCallRequest()
157 int32_t CellularCallConnectionCS::CombineConferenceRequest(int32_t slotId, int32_t voiceCall) in CombineConferenceRequest()
173 int32_t CellularCallConnectionCS::SeparateConferenceRequest(int32_t slotId, int32_t index, int32_t … in SeparateConferenceRequest()
189 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/network_search/src/
Dnetwork_search_manager.cpp55 for (int32_t slotId = 0; slotId < SIM_SLOT_COUNT; slotId++) { in ~NetworkSearchManager() local
64 …etworkSearchManager::InitPointer(std::shared_ptr<NetworkSearchManagerInner> &inner, int32_t slotId) in InitPointer()
183 for (int32_t slotId = 0; slotId < SIM_SLOT_COUNT; slotId++) { in OnInit() local
213 std::shared_ptr<NetworkSearchState> NetworkSearchManager::GetNetworkSearchState(int32_t slotId) in GetNetworkSearchState()
223 void NetworkSearchManager::SetRadioState(int32_t slotId, bool isOn, int32_t rst) in SetRadioState()
235 int32_t NetworkSearchManager::SetRadioState(int32_t slotId, bool isOn, int32_t rst, NSCALLBACK &cal… in SetRadioState()
251 void NetworkSearchManager::RegisterCoreNotify(int32_t slotId, HANDLE &handler, int32_t what) in RegisterCoreNotify()
262 void NetworkSearchManager::UnRegisterCoreNotify(int32_t slotId, HANDLE &handler, int32_t what) in UnRegisterCoreNotify()
293 void NetworkSearchManager::NotifyPsRoamingOpenChanged(int32_t slotId) in NotifyPsRoamingOpenChanged()
304 void NetworkSearchManager::NotifyPsRoamingCloseChanged(int32_t slotId) in NotifyPsRoamingCloseChanged()
[all …]
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp186 void TelRilTest::OnInitForRegister(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> … in OnInitForRegister()
228 void TelRilTest::OnProcessInput(int32_t slotId, int32_t what, const std::shared_ptr<AppExecFwk::Eve… in OnProcessInput()
240 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in OnRequestCallGetCurrentCallsStatusTest()
251 void TelRilTest::OnRequestSimGetSimStatusTest(int32_t slotId, const std::shared_ptr<AppExecFwk::Eve… in OnRequestSimGetSimStatusTest()
262 void TelRilTest::OnRequestSimIccIoTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandl… in OnRequestSimIccIoTest()
282 void TelRilTest::OnRequestOpenLGSimIOTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHa… in OnRequestOpenLGSimIOTest()
299 void TelRilTest::OnRequestTransmitApduLogicalChannelTest(int32_t slotId, in OnRequestTransmitApduLogicalChannelTest()
318 void TelRilTest::OnRequestTransmitApduBasicChannelTest(int32_t slotId, in OnRequestTransmitApduBasicChannelTest()
337 void TelRilTest::OnRequestSimAuthenticationTest(int32_t slotId, in OnRequestSimAuthenticationTest()
375 void TelRilTest::OnRequestCloseLGSimIOTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventH… in OnRequestCloseLGSimIOTest()
[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 OnNetworkStateUpdated(int32_t slotId, const sptr<NetworkState> &networkState) in OnNetworkStateUpdated()
46 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated()
51 void OnSimStateUpdated(int32_t slotId, CardType type, SimState state, LockReason reason) in OnSimStateUpdated()
56 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
62 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated()
68 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated()
74 void OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated()
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_stub.cpp155 int32_t slotId = data.ReadInt32(); in OnDialResponseInner() local
167 int32_t slotId = data.ReadInt32(); in OnHangUpResponseInner() local
179 int32_t slotId = data.ReadInt32(); in OnRejectResponseInner() local
191 int32_t slotId = data.ReadInt32(); in OnAnswerResponseInner() local
203 int32_t slotId = data.ReadInt32(); in OnHoldCallResponseInner() local
215 int32_t slotId = data.ReadInt32(); in OnUnHoldCallResponseInner() local
227 int32_t slotId = data.ReadInt32(); in OnSwitchCallResponseInner() local
239 int32_t slotId = data.ReadInt32(); in OnStartDtmfResponseInner() local
251 int32_t slotId = data.ReadInt32(); in OnSendDtmfResponseInner() local
264 int32_t slotId = data.ReadInt32(); in OnStopDtmfResponseInner() local
[all …]
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()
272 int32_t ImsCallClient::GetImsCallsDataRequest(int32_t slotId, int64_t lastCallsDataFlag) in GetImsCallsDataRequest()
281 int32_t ImsCallClient::GetLastCallFailReason(int32_t slotId) in GetLastCallFailReason()
[all …]
Dims_call_callback_proxy.cpp26 int32_t ImsCallCallbackProxy::DialResponse(int32_t slotId, const HRilRadioResponseInfo &info) in DialResponse()
36 int32_t ImsCallCallbackProxy::HangUpResponse(int32_t slotId, const HRilRadioResponseInfo &info) in HangUpResponse()
46 int32_t ImsCallCallbackProxy::RejectWithReasonResponse(int32_t slotId, const HRilRadioResponseInfo … in RejectWithReasonResponse()
56 int32_t ImsCallCallbackProxy::AnswerResponse(int32_t slotId, const HRilRadioResponseInfo &info) in AnswerResponse()
66 int32_t ImsCallCallbackProxy::HoldCallResponse(int32_t slotId, const HRilRadioResponseInfo &info) in HoldCallResponse()
76 int32_t ImsCallCallbackProxy::UnHoldCallResponse(int32_t slotId, const HRilRadioResponseInfo &info) in UnHoldCallResponse()
86 int32_t ImsCallCallbackProxy::SwitchCallResponse(int32_t slotId, const HRilRadioResponseInfo &info) in SwitchCallResponse()
96 int32_t ImsCallCallbackProxy::StartDtmfResponse(int32_t slotId, const HRilRadioResponseInfo &info) in StartDtmfResponse()
106 int32_t ImsCallCallbackProxy::SendDtmfResponse(int32_t slotId, const HRilRadioResponseInfo &info, i… in SendDtmfResponse()
119 int32_t ImsCallCallbackProxy::StopDtmfResponse(int32_t slotId, const HRilRadioResponseInfo &info) in StopDtmfResponse()
[all …]
/base/telephony/cellular_call/services/common/src/
Dmodule_service_utils.cpp29 bool ModuleServiceUtils::GetRadioState(int32_t slotId) in GetRadioState()
49 int32_t ModuleServiceUtils::UpdateRadioOn(int32_t slotId) in UpdateRadioOn()
61 PhoneType ModuleServiceUtils::GetNetworkStatus(int32_t slotId) in GetNetworkStatus()
66 std::string ModuleServiceUtils::GetIsoCountryCode(int32_t slotId) in GetIsoCountryCode()
73 std::string ModuleServiceUtils::GetNetworkCountryCode(int32_t slotId) in GetNetworkCountryCode()
80 bool ModuleServiceUtils::GetImsRegistrationState(int32_t slotId) in GetImsRegistrationState()
87 bool ModuleServiceUtils::GetImsUtSupportState(int32_t slotId) in GetImsUtSupportState()
131 RegServiceState ModuleServiceUtils::GetCsRegState(int32_t slotId) in GetCsRegState()
136 RegServiceState ModuleServiceUtils::GetPsRegState(int32_t slotId) in GetPsRegState()
/base/telephony/call_manager/services/call/src/
Dcall_policy.cpp216 int32_t CallPolicy::IsValidSlotId(int32_t slotId) in IsValidSlotId()
226 int32_t CallPolicy::EnableVoLtePolicy(int32_t slotId) in EnableVoLtePolicy()
235 int32_t CallPolicy::DisableVoLtePolicy(int32_t slotId) in DisableVoLtePolicy()
244 int32_t CallPolicy::IsVoLteEnabledPolicy(int32_t slotId) in IsVoLteEnabledPolicy()
253 int32_t CallPolicy::VoNRStatePolicy(int32_t slotId, int32_t state) in VoNRStatePolicy()
267 int32_t CallPolicy::GetCallWaitingPolicy(int32_t slotId) in GetCallWaitingPolicy()
276 int32_t CallPolicy::SetCallWaitingPolicy(int32_t slotId) in SetCallWaitingPolicy()
285 int32_t CallPolicy::GetCallRestrictionPolicy(int32_t slotId) in GetCallRestrictionPolicy()
294 int32_t CallPolicy::SetCallRestrictionPolicy(int32_t slotId) in SetCallRestrictionPolicy()
303 int32_t CallPolicy::GetCallTransferInfoPolicy(int32_t slotId) in GetCallTransferInfoPolicy()
[all …]
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp108 int32_t CellularCallConfig::SetDomainPreferenceMode(int32_t slotId, int32_t mode) in SetDomainPreferenceMode()
118 int32_t CellularCallConfig::GetDomainPreferenceMode(int32_t slotId) in GetDomainPreferenceMode()
123 int32_t CellularCallConfig::SetImsSwitchStatus(int32_t slotId, bool active) in SetImsSwitchStatus()
158 int32_t CellularCallConfig::GetImsSwitchStatus(int32_t slotId, bool &enabled) in GetImsSwitchStatus()
180 int32_t CellularCallConfig::SetVoNRSwitchStatus(int32_t slotId, int32_t state) in SetVoNRSwitchStatus()
198 int32_t CellularCallConfig::GetVoNRSwitchStatus(int32_t slotId, int32_t &state) in GetVoNRSwitchStatus()
209 void CellularCallConfig::HandleSimStateChanged(int32_t slotId) in HandleSimStateChanged()
218 void CellularCallConfig::HandleSimRecordsLoaded(int32_t slotId) in HandleSimRecordsLoaded()
225 void CellularCallConfig::HandleOperatorConfigChanged(int32_t slotId) in HandleOperatorConfigChanged()
244 int32_t CellularCallConfig::ParseAndCacheOperatorConfigs(int32_t slotId, OperatorConfig &poc) in ParseAndCacheOperatorConfigs()
[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()
105 void NapiTelephonyObserver::OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated()
119 void NapiTelephonyObserver::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated()
138 void NapiTelephonyObserver::OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) in OnVoiceMailMsgIndicatorUpdated()
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp215 void RilInterfaceTest::GetCallListTest(int32_t slotId) in GetCallListTest()
222 void RilInterfaceTest::RilCmDialTest(int32_t slotId) in RilCmDialTest()
233 void RilInterfaceTest::RilCmDialStressTest(int32_t slotId) in RilCmDialStressTest()
247 void RilInterfaceTest::HangupTest(int32_t slotId) in HangupTest()
255 void RilInterfaceTest::RejectTest(int32_t slotId) in RejectTest()
262 void RilInterfaceTest::AnswerCallTest(int32_t slotId) in AnswerCallTest()
269 void RilInterfaceTest::HoldCallTest(int32_t slotId) in HoldCallTest()
276 void RilInterfaceTest::UnHoldCallTest(int32_t slotId) in UnHoldCallTest()
283 void RilInterfaceTest::SwitchCallTest(int32_t slotId) in SwitchCallTest()
290 void RilInterfaceTest::RilCmJoinCallTest(int32_t slotId) in RilCmJoinCallTest()
[all …]
/base/telephony/core_service/interfaces/innerkits/include/
Dnetwork_search_callback_base.h36 virtual bool HasInternetCapability(int32_t slotId, int32_t cId) in HasInternetCapability()
45 virtual void ClearCellularDataConnections(int32_t slotId) {} in ClearCellularDataConnections()
51 virtual void ClearCellularCallList(int32_t slotId) {} in ClearCellularCallList()
58 virtual void SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) {} in SetReadyToCall()
/base/telephony/cellular_data/services/src/
Dcellular_data_service.cpp146 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in EnableCellularData() local
160 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in GetCellularDataState() local
175 int32_t CellularDataService::IsCellularDataRoamingEnabled(const int32_t slotId, bool &dataRoamingEn… in IsCellularDataRoamingEnabled()
187 int32_t CellularDataService::EnableCellularDataRoaming(const int32_t slotId, bool enable) in EnableCellularDataRoaming()
235 bool CellularDataService::CheckParamValid(const int32_t slotId) in CheckParamValid()
258 int32_t slotId = CoreManagerInner::GetInstance().GetSlotId(simId); in ReleaseNet() local
273 int32_t slotId = CoreManagerInner::GetInstance().GetSlotId(simId); in RequestNet() local
281 void CellularDataService::DispatchEvent(const int32_t slotId, const AppExecFwk::InnerEvent::Pointer… in DispatchEvent()
296 int32_t CellularDataService::HandleApnChanged(const int32_t slotId) in HandleApnChanged()
321 int32_t CellularDataService::SetDefaultCellularDataSlotId(const int32_t slotId) in SetDefaultCellularDataSlotId()
[all …]

12345678910>>...13