/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 174 int32_t slotId = data.ReadInt32(); in OnDialResponseInner() local 186 int32_t slotId = data.ReadInt32(); in OnHangUpResponseInner() local 198 int32_t slotId = data.ReadInt32(); in OnRejectResponseInner() local 210 int32_t slotId = data.ReadInt32(); in OnAnswerResponseInner() local 222 int32_t slotId = data.ReadInt32(); in OnHoldCallResponseInner() local 234 int32_t slotId = data.ReadInt32(); in OnUnHoldCallResponseInner() local 246 int32_t slotId = data.ReadInt32(); in OnSwitchCallResponseInner() local 258 int32_t slotId = data.ReadInt32(); in OnStartDtmfResponseInner() local 270 int32_t slotId = data.ReadInt32(); in OnSendDtmfResponseInner() local 283 int32_t slotId = data.ReadInt32(); in OnStopDtmfResponseInner() local [all …]
|
H A D | ims_call_proxy.cpp | 195 int32_t ImsCallProxy::CombineConference(int32_t slotId) in CombineConference() 322 int32_t ImsCallProxy::GetLastCallFailReason(int32_t slotId) in GetLastCallFailReason() 368 int32_t ImsCallProxy::StopDtmf(int32_t slotId, int32_t index) in StopDtmf() 396 int32_t ImsCallProxy::StopRtt(int32_t slotId) in StopRtt() 420 int32_t ImsCallProxy::GetDomainPreferenceMode(int32_t slotId) in GetDomainPreferenceMode() 444 int32_t ImsCallProxy::GetImsSwitchStatus(int32_t slotId) in GetImsSwitchStatus() 536 int32_t ImsCallProxy::SetMute(int32_t slotId, int32_t mute) in SetMute() 550 int32_t ImsCallProxy::GetMute(int32_t slotId) in GetMute() 696 int32_t ImsCallProxy::GetClip(int32_t slotId, int32_t index) in GetClip() 728 int32_t ImsCallProxy::GetClir(int32_t slotId, int32_t index) in GetClir() [all …]
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | napi_telephony_observer.cpp | 24 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()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_account_manager.cpp | 41 void SimAccountManager::Init(int32_t slotId) in Init() 70 int32_t SimAccountManager::GetOperatorConfigs(int32_t slotId, OHOS::Telephony::OperatorConfig &poc) in GetOperatorConfigs() 80 int32_t SimAccountManager::UpdateOperatorConfigs(int32_t slotId) in UpdateOperatorConfigs() 89 bool SimAccountManager::IsValidSlotId(int32_t slotId) in IsValidSlotId() 100 bool SimAccountManager::IsValidSlotIdForDefault(int32_t slotId) in IsValidSlotIdForDefault() 110 int32_t SimAccountManager::HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) in HasOperatorPrivileges()
|
H A D | multi_sim_monitor.cpp | 82 auto slotId = event->GetParam(); in ProcessEvent() local 90 auto slotId = event->GetParam(); in ProcessEvent() local 95 auto slotId = event->GetParam(); in ProcessEvent() local 154 for (size_t slotId = 0; slotId < simFileManager_.size(); slotId++) { in ClearAllOpcCache() local 166 for (size_t slotId = 0; slotId < simFileManager_.size(); slotId++) { in UpdateAllOpkeyConfigs() local 176 void MultiSimMonitor::InitData(int32_t slotId) in InitData() 209 void MultiSimMonitor::RefreshData(int32_t slotId) in RefreshData() 256 bool MultiSimMonitor::IsValidSlotId(int32_t slotId) in IsValidSlotId() 261 bool MultiSimMonitor::IsVSimSlotId(int32_t slotId) in IsVSimSlotId() 468 for (size_t slotId = 0; slotId < simFileManager_.size(); slotId++) { in RegisterSimNotify() local [all …]
|
H A D | multi_sim_controller.cpp | 89 bool MultiSimController::ForgetAllData(int32_t slotId) in ForgetAllData() 112 bool MultiSimController::InitData(int32_t slotId) in InitData() 147 bool MultiSimController::InitActive(int slotId) in InitActive() 249 bool MultiSimController::InitIccId(int slotId) in InitIccId() 375 bool MultiSimController::InitShowNumber(int slotId) in InitShowNumber() 441 bool MultiSimController::IsValidData(int32_t slotId) in IsValidData() 498 int32_t MultiSimController::GetSimId(int32_t slotId) in GetSimId() 507 bool MultiSimController::IsSimActive(int32_t slotId) in IsSimActive() 637 bool MultiSimController::IsValidSlotId(int32_t slotId) in IsValidSlotId() 874 int32_t MultiSimController::SetPrimarySlotId(int32_t slotId) in SetPrimarySlotId() [all …]
|
H A D | sim_state_handle.cpp | 102 void SimStateHandle::Init(int32_t slotId) in Init() 165 void SimStateHandle::UnlockPin(int32_t slotId, const std::string &pin) in UnlockPin() 331 void SimStateHandle::GetLockState(int32_t slotId, LockType lockType) in GetLockState() 352 void SimStateHandle::ProcessIccCardState(IccState &ar, int32_t slotId) in ProcessIccCardState() 414 void SimStateHandle::ObtainIccStatus(int32_t slotId) in ObtainIccStatus() 431 void SimStateHandle::ObtainRealtimeIccStatus(int32_t slotId) in ObtainRealtimeIccStatus() 632 int32_t slotId, const AppExecFwk::InnerEvent::Pointer &event) in GetSendSimMatchedOperatorInfoResult() 747 int32_t simState, int slotId, LockReason &reason) in SimStateEscape() 779 int32_t simState, int slotId, LockReason &reason) in SimLockStateEscape() 816 void SimStateHandle::NotifySimLock(int slotId) in NotifySimLock() [all …]
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_policy.cpp | 76 int32_t slotId = extras.GetIntValue("accountId"); in DialPolicy() local 84 int32_t slotId = extras.GetIntValue("accountId"); in SuperPrivacyMode() local 357 int32_t CallPolicy::IsValidSlotId(int32_t slotId) in IsValidSlotId() 367 int32_t CallPolicy::EnableVoLtePolicy(int32_t slotId) in EnableVoLtePolicy() 376 int32_t CallPolicy::DisableVoLtePolicy(int32_t slotId) in DisableVoLtePolicy() 385 int32_t CallPolicy::IsVoLteEnabledPolicy(int32_t slotId) in IsVoLteEnabledPolicy() 408 int32_t CallPolicy::GetCallWaitingPolicy(int32_t slotId) in GetCallWaitingPolicy() 417 int32_t CallPolicy::SetCallWaitingPolicy(int32_t slotId) in SetCallWaitingPolicy() 426 int32_t CallPolicy::GetCallRestrictionPolicy(int32_t slotId) in GetCallRestrictionPolicy() 471 int32_t CallPolicy::GetImsConfigPolicy(int32_t slotId) in GetImsConfigPolicy() [all …]
|
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_service.cpp | 105 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in GetIntelligenceSwitchState() local 202 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in GetCellularDataState() local 301 void CellularDataService::AddCellularDataControllers(int32_t slotId, in AddCellularDataControllers() 334 int32_t CellularDataService::InitCellularDataController(int32_t slotId) in InitCellularDataController() 353 int32_t slotId = CoreManagerInner::GetInstance().GetSlotId(simId); in ReleaseNet() local 373 int32_t slotId = CoreManagerInner::GetInstance().GetSlotId(simId); in RequestNet() local 398 int32_t CellularDataService::HandleApnChanged(const int32_t slotId) in HandleApnChanged() 457 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in GetCellularDataFlowType() local 497 int32_t slotId = GetDefaultCellularDataSlotId(); in GetStateMachineCurrentStatusDump() local 513 int32_t slotId = GetDefaultCellularDataSlotId(); in GetFlowDataInfoDump() local [all …]
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | network_search_callback_base.h | 36 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()
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | config_request.cpp | 25 int32_t ConfigRequest::SetDomainPreferenceModeRequest(int32_t slotId, int32_t mode) in SetDomainPreferenceModeRequest() 47 int32_t ConfigRequest::GetDomainPreferenceModeRequest(int32_t slotId) in GetDomainPreferenceModeRequest() 68 int32_t ConfigRequest::SetImsSwitchStatusRequest(int32_t slotId, bool active) in SetImsSwitchStatusRequest() 78 int32_t ConfigRequest::SetVoNRSwitchStatusRequest(int32_t slotId, int32_t state) in SetVoNRSwitchStatusRequest() 90 int32_t ConfigRequest::GetImsSwitchStatusRequest(int32_t slotId) in GetImsSwitchStatusRequest() 150 int32_t ConfigRequest::SetMuteRequest(int32_t slotId, int32_t mute) in SetMuteRequest() 171 int32_t ConfigRequest::GetMuteRequest(int32_t slotId) in GetMuteRequest() 192 int32_t ConfigRequest::GetEmergencyCallListRequest(int32_t slotId) in GetEmergencyCallListRequest() 203 int32_t ConfigRequest::SetEmergencyCallListRequest(int32_t slotId, std::vector<EmergencyCall> &eccV… in SetEmergencyCallListRequest() 220 int32_t ConfigRequest::UpdateImsCapabilities(int32_t slotId, const ImsCapabilityList &imsCapability… in UpdateImsCapabilities()
|
/ohos5.0/base/telephony/sms_mms/services/sms/ims_service_interaction/src/ |
H A D | ims_sms_callback_proxy.cpp | 26 int32_t ImsSmsCallbackProxy::ImsSendMessageResponse(int32_t slotId, const SendSmsResultInfo &result) in ImsSendMessageResponse() 40 int32_t ImsSmsCallbackProxy::ImsSendMessageResponse(int32_t slotId, const RadioResponseInfo &info) in ImsSendMessageResponse() 46 int32_t ImsSmsCallbackProxy::ImsSetSmsConfigResponse(int32_t slotId, const RadioResponseInfo &info) in ImsSetSmsConfigResponse() 52 int32_t ImsSmsCallbackProxy::ImsGetSmsConfigResponse(int32_t slotId, int32_t imsSmsConfig) in ImsGetSmsConfigResponse() 66 int32_t ImsSmsCallbackProxy::ImsGetSmsConfigResponse(int32_t slotId, const RadioResponseInfo &info) in ImsGetSmsConfigResponse() 72 …t32_t ImsSmsCallbackProxy::WriteCommonInfo(std::string funcName, MessageParcel &in, int32_t slotId) in WriteCommonInfo() 86 std::string funcName, int32_t slotId, int32_t eventId, const RadioResponseInfo &info) in SendHRilRadioResponseInfo() 101 int32_t ImsSmsCallbackProxy::SendRequest(MessageParcel &in, int32_t slotId, int32_t eventId) in SendRequest()
|
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_cs.cpp | 25 int32_t SupplementRequestCs::GetClipRequest(int32_t slotId, int32_t index) in GetClipRequest() 37 int32_t SupplementRequestCs::SetClirRequest(int32_t slotId, int32_t action, int32_t index) in SetClirRequest() 49 int32_t SupplementRequestCs::GetClirRequest(int32_t slotId, int32_t index) in GetClirRequest() 61 int32_t SupplementRequestCs::GetCallTransferRequest(int32_t slotId, int32_t reason, int32_t index) in GetCallTransferRequest() 74 int32_t slotId, const CallTransferParam &callTransferParam, int32_t index) in SetCallTransferRequest() 100 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) in SetCallRestrictionRequest() 149 int32_t SupplementRequestCs::GetCallWaitingRequest(int32_t slotId, int32_t index) in GetCallWaitingRequest() 171 int32_t SupplementRequestCs::SendUssdRequest(int32_t slotId, const std::string &msg) in SendUssdRequest() 204 int32_t SupplementRequestCs::UnlockPuk(int32_t slotId, std::string newPin, std::string puk) in UnlockPuk() 258 int32_t SupplementRequestCs::UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2) in UnlockPuk2() [all …]
|
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 342 void TelRilTest::SimIccIoTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in SimIccIoTest() 820 void TelRilTest::CallDialTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in CallDialTest() 942 void TelRilTest::CallHoldTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in CallHoldTest() 980 void TelRilTest::CallSwapTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in CallSwapTest() 1665 void TelRilTest::GetImeiTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in GetImeiTest() 1703 void TelRilTest::GetMeidTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in GetMeidTest() 2016 void TelRilTest::GetClipTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in GetClipTest() 2035 void TelRilTest::SetClipTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in SetClipTest() 2172 void TelRilTest::SetUssdTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in SetUssdTest() 2191 void TelRilTest::GetUssdTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in GetUssdTest() [all …]
|
/ohos5.0/base/telephony/cellular_call/services/satellite_service_interaction/src/ |
H A D | satellite_call_callback_proxy.cpp | 27 int32_t SatelliteCallCallbackProxy::DialSatelliteResponse(int32_t slotId, const RadioResponseInfo &… in DialSatelliteResponse() 37 int32_t SatelliteCallCallbackProxy::HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo… in HangUpSatelliteResponse() 47 int32_t SatelliteCallCallbackProxy::RejectSatelliteResponse(int32_t slotId, const RadioResponseInfo… in RejectSatelliteResponse() 57 int32_t SatelliteCallCallbackProxy::AnswerSatelliteResponse(int32_t slotId, const RadioResponseInfo… in AnswerSatelliteResponse() 67 int32_t SatelliteCallCallbackProxy::CallStateChangeReport(int32_t slotId) in CallStateChangeReport() 77 int32_t SatelliteCallCallbackProxy::GetSatelliteCallsDataResponse(int32_t slotId, const RadioRespon… in GetSatelliteCallsDataResponse() 88 int32_t slotId, const SatelliteCurrentCallList &callList) in GetSatelliteCallsDataResponse() 133 int32_t SatelliteCallCallbackProxy::WriteCommonInfo(int32_t slotId, const std::string &funcName, Me… in WriteCommonInfo() 147 int32_t slotId, const std::string &funcName, MessageParcel &in, const RadioResponseInfo &info) in WriteCommonInfo() 161 int32_t slotId, const std::string &funcName, MessageParcel &in, const SsBaseResult &ssResult) in WriteSsBaseResultCommonInfo()
|
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 = data.ReadInt32(); in OnAnswerResponseInner() local 135 int32_t slotId = data.ReadInt32(); in OnCallStateChangeReportInner() local 142 int32_t slotId = data.ReadInt32(); in OnGetSatelliteCallsDataResponseInner() local 176 int32_t SatelliteCallCallbackStub::DialSatelliteResponse(int32_t slotId, const RadioResponseInfo &i… in DialSatelliteResponse() 182 int32_t SatelliteCallCallbackStub::HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo … in HangUpSatelliteResponse() 188 int32_t SatelliteCallCallbackStub::RejectSatelliteResponse(int32_t slotId, const RadioResponseInfo … in RejectSatelliteResponse() 200 int32_t SatelliteCallCallbackStub::CallStateChangeReport(int32_t slotId) in CallStateChangeReport() [all …]
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | config_request_test.cpp | 52 int32_t slotId = 0; variable 65 int32_t slotId = 0; variable 81 int32_t slotId = 0; variable 125 int32_t slotId = 0; variable 138 int32_t slotId = 0; variable 157 int32_t slotId = -1; variable
|
H A D | ims_test.cpp | 101 int32_t slotId = 0; in SetDomainPreferenceMode() local 110 int32_t slotId = 0; in GetDomainPreferenceMode() local 122 int32_t slotId = 0; in SetImsSwitchStatus() local 131 int32_t slotId = 0; in GetImsSwitchStatus() local 147 int32_t slotId = 0; in SetImsConfigString() local 160 int32_t slotId = 0; in SetImsConfigInt() local 170 int32_t slotId = 0; in GetImsConfig() local 183 int32_t slotId = 0; in SetImsFeatureValue() local 193 int32_t slotId = 0; in GetImsFeatureValue() local 200 int32_t slotId = SIM1_SLOTID; in ControlCamera() local [all …]
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | telephony_state_registry_client.cpp | 83 int32_t slotId, int32_t dataState, int32_t networkState) in UpdateCellularDataConnectState() 93 int32_t TelephonyStateRegistryClient::UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) in UpdateCellularDataFlow() 115 int32_t slotId, int32_t callStatus, const std::u16string &number) in UpdateCallStateForSlotId() 126 int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in UpdateSignalInfo() 137 int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in UpdateCellInfo() 148 int32_t slotId, const sptr<NetworkState> &networkState) in UpdateNetworkState() 159 int32_t slotId, CardType type, SimState state, LockReason reason) in UpdateSimState() 169 int32_t TelephonyStateRegistryClient::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() 179 int32_t TelephonyStateRegistryClient::UpdateVoiceMailMsgIndicator(int32_t slotId, bool voiceMailMsg… in UpdateVoiceMailMsgIndicator()
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | cellular_call_connection.cpp | 440 int CellularCallConnection::SetCallWaiting(bool activate, int32_t slotId) in SetCallWaiting() 454 int CellularCallConnection::GetCallWaiting(int32_t slotId) in GetCallWaiting() 496 int CellularCallConnection::SetCallPreferenceMode(int32_t slotId, int32_t mode) in SetCallPreferenceMode() 516 int32_t slotId = callInfo.slotId; in StartRtt() local 531 int32_t slotId = callInfo.slotId; in StopRtt() local 657 int32_t CellularCallConnection::SetImsSwitchStatus(int32_t slotId, bool active) in SetImsSwitchStatus() 685 int32_t CellularCallConnection::SetVoNRState(int32_t slotId, int32_t state) in SetVoNRState() 699 int32_t CellularCallConnection::GetVoNRState(int32_t slotId, int32_t &state) in GetVoNRState() 825 int32_t CellularCallConnection::SetMute(int32_t mute, int32_t slotId) in SetMute() 839 int CellularCallConnection::CloseUnFinishedUssd(int32_t slotId) in CloseUnFinishedUssd() [all …]
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
H A D | ims_unit_test.cpp | 208 int32_t slotId; in HoldCall() local 221 int32_t slotId; in UnHoldCall() local 234 int32_t slotId; in SwitchCall() local 247 int32_t slotId; in CombineConference() local 262 int32_t slotId; in InviteToConference() local 275 int32_t slotId; in KickOutFromConference() local 306 int32_t slotId = 0; in GetImsCallsDataRequest() local 318 int32_t slotId = 0; in GetLastCallFailReason() local 334 int32_t slotId = 0; in StartDtmf() local 350 int32_t slotId = 0; in SendDtmf() local [all …]
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service_hisysevent.cpp | 59 void CoreServiceHiSysEvent::WriteSignalLevelBehaviorEvent(int32_t slotId, int32_t level) in WriteSignalLevelBehaviorEvent() 64 void CoreServiceHiSysEvent::WriteNetworkStateBehaviorEvent(int32_t slotId, int32_t domain, int32_t … in WriteNetworkStateBehaviorEvent() 70 void CoreServiceHiSysEvent::WriteDefaultDataSlotIdBehaviorEvent(int32_t slotId) in WriteDefaultDataSlotIdBehaviorEvent() 75 void CoreServiceHiSysEvent::WriteSimStateBehaviorEvent(int32_t slotId, int32_t state) in WriteSimStateBehaviorEvent() 80 void CoreServiceHiSysEvent::WriteDialCallFaultEvent(int32_t slotId, int32_t errCode, const std::str… in WriteDialCallFaultEvent() 86 void CoreServiceHiSysEvent::WriteAnswerCallFaultEvent(int32_t slotId, int32_t errCode, const std::s… in WriteAnswerCallFaultEvent() 92 void CoreServiceHiSysEvent::WriteHangUpFaultEvent(int32_t slotId, int32_t errCode, const std::strin… in WriteHangUpFaultEvent() 99 int32_t slotId, SmsMmsMessageType type, SmsMmsErrorCode errorCode, const std::string &desc) in WriteSmsSendFaultEvent() 106 int32_t slotId, SmsMmsMessageType type, SmsMmsErrorCode errorCode, const std::string &desc) in WriteSmsReceiveFaultEvent() 113 … int32_t slotId, int32_t switchState, CellularDataErrorCode errorType, const std::string &errorMsg) in WriteDataActivateFaultEvent() [all …]
|
/ohos5.0/base/telephony/sms_mms/utils/ |
H A D | sms_hisysevent.cpp | 37 void SmsHiSysEvent::WriteSmsSendBehaviorEvent(const int32_t slotId, const SmsMmsMessageType type) in WriteSmsSendBehaviorEvent() 42 void SmsHiSysEvent::WriteSmsReceiveBehaviorEvent(const int32_t slotId, const SmsMmsMessageType type) in WriteSmsReceiveBehaviorEvent() 48 …const int32_t slotId, const SmsMmsMessageType type, const SmsMmsErrorCode errorCode, const std::st… in WriteSmsSendFaultEvent() 55 …const int32_t slotId, const SmsMmsMessageType type, const SmsMmsErrorCode errorCode, const std::st… in WriteSmsReceiveFaultEvent() 68 void SmsHiSysEvent::JudgingSmsBroadcastTimeOut(const int32_t slotId, const SmsMmsMessageType type) in JudgingSmsBroadcastTimeOut() 86 void SmsHiSysEvent::JudgingCbBroadcastTimeOut(const int32_t slotId, const SmsMmsMessageType type) in JudgingCbBroadcastTimeOut() 104 void SmsHiSysEvent::JudgingWapPushBroadcastTimeOut(const int32_t slotId, const SmsMmsMessageType ty… in JudgingWapPushBroadcastTimeOut()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_system_interface.h | 501 …void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) ove… in OnCellularDataConnectStateUpdated() 503 …void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) over… in OnCallStateUpdated() 510 void OnCellInfoUpdated(int32_t slotId, in OnCellInfoUpdated() 513 …void OnSimStateUpdated(int32_t slotId, OHOS::Telephony::CardType type, OHOS::Telephony::SimState s… in OnSimStateUpdated() 516 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) override in OnCellularDataFlowUpdated()
|
/ohos5.0/base/telephony/cellular_call/services/control/src/ |
H A D | satellite_control.cpp | 198 int32_t SatelliteControl::ReportUpdateInfo(int32_t slotId, const SatelliteCurrentCallList &callInfo… in ReportUpdateInfo() 278 int32_t SatelliteControl::ReportIncomingInfo(int32_t slotId, const SatelliteCurrentCallList &callIn… in ReportIncomingInfo() 308 int32_t SatelliteControl::ReportHangUpInfo(int32_t slotId) in ReportHangUpInfo() 354 int32_t SatelliteControl::ReportHangUp(const std::vector<CellularCallInfo> &infos, int32_t slotId) in ReportHangUp() 386 int32_t SatelliteControl::HoldCall(int32_t slotId) in HoldCall() 391 int32_t SatelliteControl::UnHoldCall(int32_t slotId) in UnHoldCall() 396 int32_t SatelliteControl::SwitchCall(int32_t slotId) in SwitchCall() 401 int32_t SatelliteControl::CombineConference(int32_t slotId) in CombineConference() 406 int32_t SatelliteControl::HangUpAllConnection(int32_t slotId) in HangUpAllConnection() 416 int32_t SatelliteControl::ReportCallsData(int32_t slotId, const CallInfoList &callInfoList) in ReportCallsData() [all …]
|