Home
last modified time | relevance | path

Searched refs:Telephony (Results 1 - 25 of 1650) sorted by relevance

12345678910>>...66

/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp27 using namespace OHOS::Telephony;
29 static Telephony_RadioTechnology Conv2TelRadioTechnology(OHOS::Telephony::RadioTech radioTechType) in Conv2TelRadioTechnology()
32 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_GSM: in Conv2TelRadioTechnology()
34 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_LTE: in Conv2TelRadioTechnology()
36 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_WCDMA: in Conv2TelRadioTechnology()
38 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_1XRTT: in Conv2TelRadioTechnology()
40 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_HSPA: in Conv2TelRadioTechnology()
42 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_HSPAP: in Conv2TelRadioTechnology()
44 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_TD_SCDMA: in Conv2TelRadioTechnology()
46 case OHOS::Telephony in Conv2TelRadioTechnology()
[all...]
/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_manager_test.cpp37 namespace Telephony { namespace
60 std::shared_ptr<Telephony::SimManager> simManager = std::make_shared<SimManager>(telRilManager); in HWTEST_F()
63 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
70 std::weak_ptr<Telephony::ITelRilManager> iTelRilManager = telRilManager; in HWTEST_F()
71 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; in HWTEST_F()
72 std::shared_ptr<Telephony::SimFileManager> simFileManager = in HWTEST_F()
85 std::shared_ptr<Telephony::SimManager> simManager = std::make_shared<SimManager>(telRilManager); in HWTEST_F()
88 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
95 std::weak_ptr<Telephony::ITelRilManager> iTelRilManager = telRilManager; in HWTEST_F()
96 std::weak_ptr<Telephony in HWTEST_F()
[all...]
H A Desim_test.cpp34 namespace Telephony { namespace
127 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
128 std::shared_ptr<Telephony::EsimFile> esimFile = std::make_shared<EsimFile>(simStateManager); in HWTEST_F()
137 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
138 std::shared_ptr<Telephony::EsimFile> esimFile = std::make_shared<EsimFile>(simStateManager); in HWTEST_F()
148 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
149 std::shared_ptr<Telephony::EsimFile> esimFile = std::make_shared<EsimFile>(simStateManager); in HWTEST_F()
158 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
159 std::shared_ptr<Telephony::EsimFile> esimFile = std::make_shared<EsimFile>(simStateManager); in HWTEST_F()
168 std::shared_ptr<Telephony in HWTEST_F()
[all...]
H A Desim_file_manager_test.cpp28 namespace Telephony { namespace
51 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
67 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
85 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
103 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
123 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
142 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
161 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
180 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
198 std::shared_ptr<Telephony in HWTEST_F()
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_icc_file.h23 namespace OHOS::Telephony { namespace in OHOS
43 std::weak_ptr<OHOS::Telephony::IIccFileExt>& GetIccFile() in GetIccFile()
48 virtual void SetIccFile(std::shared_ptr<OHOS::Telephony::IIccFileExt> &iccFile) = 0;
78 return Telephony::TELEPHONY_ERR_UNINIT; in GetCachedFileResult()
83 return Telephony::TELEPHONY_ERR_UNINIT; in GetCachedIccidResult()
99 std::weak_ptr<OHOS::Telephony::IIccFileExt> iccFile_;
101 } // namespace OHOS::Telephony
/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.h79 class TUICallManagerCallback : public OHOS::Telephony::CallManagerCallback {
83 int32_t OnCallDetailsChange(const OHOS::Telephony::CallAttributeInfo &info) override;
84 int32_t OnCallEventChange(const OHOS::Telephony::CallEventInfo &info) override { return 0; }
85 int32_t OnCallDisconnectedCause(const OHOS::Telephony::DisconnectedDetails &details) override { return 0; }
86 int32_t OnReportAsyncResults(OHOS::Telephony::CallResultReportId reportId,
88 int32_t OnOttCallRequest(OHOS::Telephony::OttCallRequestId requestId,
90 int32_t OnReportMmiCodeResult(const OHOS::Telephony::MmiCodeInfo &info) override { return 0; }
91 int32_t OnReportAudioDeviceChange(const OHOS::Telephony::AudioDeviceInfo &info) override { return 0; }
/base/telephony/core_service/test/unittest/sim_state_handle_gtest/
H A Dsim_state_handle_gtest.cpp44 namespace Telephony { namespace
83 std::weak_ptr<Telephony::ITelRilManager> weakTelRilManager = telRilManager1; in HWTEST_F()
84 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
107 std::weak_ptr<Telephony::ITelRilManager> weakTelRilManager = telRilManager1; in HWTEST_F()
108 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
129 std::weak_ptr<Telephony::ITelRilManager> weakTelRilManager = telRilManager1; in HWTEST_F()
130 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
151 std::weak_ptr<Telephony::ITelRilManager> weakTelRilManager = telRilManager1; in HWTEST_F()
152 std::shared_ptr<Telephony::SimStateManager> simStateManager = std::make_shared<SimStateManager>(telRilManager); in HWTEST_F()
171 std::shared_ptr<Telephony in HWTEST_F()
[all...]
/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp36 namespace Telephony { namespace
1442 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_DIAL_CALL)] = &OHOS::Telephony::DialCall; in InitCallBasicPower()
1444 &OHOS::Telephony::AnswerCall; in InitCallBasicPower()
1446 &OHOS::Telephony::RejectCall; in InitCallBasicPower()
1447 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_HOLD_CALL)] = &OHOS::Telephony::HoldCall; in InitCallBasicPower()
1449 &OHOS::Telephony::UnHoldCall; in InitCallBasicPower()
1451 &OHOS::Telephony::HangUpCall; in InitCallBasicPower()
1453 &OHOS::Telephony::GetCallState; in InitCallBasicPower()
1455 &OHOS::Telephony::SwitchCall; in InitCallBasicPower()
1456 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_START_RTT)] = &OHOS::Telephony in InitCallBasicPower()
[all...]
/base/telephony/core_service/test/unittest/sim_manager_gtest/
H A Dsim_manager_gtest.cpp36 namespace Telephony { namespace
64 std::shared_ptr<Telephony::SimManager> simManager = std::make_shared<SimManager>(telRilManager); in HWTEST_F()
77 std::shared_ptr<Telephony::SimManager> simManager = std::make_shared<SimManager>(nullptr); in HWTEST_F()
90 std::shared_ptr<Telephony::SimManager> simManager = std::make_shared<SimManager>(nullptr); in HWTEST_F()
105 std::shared_ptr<Telephony::SimManager> simManager = std::make_shared<SimManager>(telRilManager); in HWTEST_F()
125 std::shared_ptr<Telephony::SimManager> simManager = std::make_shared<SimManager>(telRilManager); in HWTEST_F()
/base/telephony/core_service/services/sim/include/
H A Dsim_account_manager.h27 namespace Telephony { namespace
30 SimAccountManager(std::shared_ptr<Telephony::ITelRilManager> telRilManager,
44 std::shared_ptr<Telephony::ITelRilManager> telRilManager_ = nullptr;
52 } // namespace Telephony
H A Dmulti_sim_monitor.h34 namespace Telephony { namespace
41 std::vector<std::shared_ptr<Telephony::SimStateManager>> simStateManager,
42 std::vector<std::weak_ptr<Telephony::SimFileManager>> simFileManager);
46 void AddExtraManagers(std::shared_ptr<Telephony::SimStateManager> simStateManager,
47 std::shared_ptr<Telephony::SimFileManager> simFileManager);
124 std::vector<std::shared_ptr<Telephony::SimStateManager>> simStateManager_;
125 std::vector<std::weak_ptr<Telephony::SimFileManager>> simFileManager_;
140 } // namespace Telephony
H A Dmulti_sim_controller.h31 namespace Telephony { namespace
34 MultiSimController(std::shared_ptr<Telephony::ITelRilManager> telRilManager,
35 std::vector<std::shared_ptr<Telephony::SimStateManager>> simStateManager,
36 std::vector<std::shared_ptr<Telephony::SimFileManager>> simFileManager);
39 void AddExtraManagers(std::shared_ptr<Telephony::SimStateManager> simStateManager,
40 std::shared_ptr<Telephony::SimFileManager> simFileManager);
130 std::vector<std::shared_ptr<Telephony::SimStateManager>> simStateManager_;
131 std::vector<std::shared_ptr<Telephony::SimFileManager>> simFileManager_;
141 } // namespace Telephony
H A Dsim_sms_manager.h26 namespace Telephony { namespace
29 SimSmsManager(std::shared_ptr<Telephony::ITelRilManager> telRilManager,
44 std::shared_ptr<Telephony::ITelRilManager> telRilManager_ = nullptr;
50 } // namespace Telephony
H A Dicc_operator_privilege_controller.h28 namespace Telephony { namespace
38 std::shared_ptr<Telephony::ITelRilManager> telRilManager, std::shared_ptr<SimStateManager> simStateManager);
59 std::shared_ptr<Telephony::ITelRilManager> telRilManager_;
66 } // namespace Telephony
H A Dstk_controller.h47 namespace Telephony { namespace
53 explicit StkController(const std::weak_ptr<Telephony::ITelRilManager> &telRilManager,
54 const std::weak_ptr<Telephony::SimStateManager> &simStateManager, int32_t slotId);
113 std::weak_ptr<Telephony::ITelRilManager> telRilManager_;
114 std::weak_ptr<Telephony::SimStateManager> simStateManager_;
130 } // namespace Telephony
H A Dsim_sms_controller.h24 namespace Telephony { namespace
50 std::shared_ptr<Telephony::ITelRilManager> ril, std::shared_ptr<SimFileManager> fileMgr);
55 std::shared_ptr<Telephony::ITelRilManager> telRilManager_ = nullptr;
72 } // namespace Telephony
/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp52 int slotId = Telephony::CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in RequestSubscriberSetId()
54 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetIMSI(slotId, tempImsi); in RequestSubscriberSetId()
97 int slotId = Telephony::CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in GetCellRefInfo()
99 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetCellInfoList(slotId, cellInformations); in GetCellRefInfo()
155 auto gsmCellInfo = static_cast<Telephony::GsmCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataGsm()
167 auto lteCellInfo = static_cast<Telephony::LteCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataLte()
180 auto nrCellInfo = static_cast<Telephony::NrCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataNr()
194 auto wcdmaCellInfo = static_cast<Telephony::WcdmaCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataUmts()
/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h32 namespace Telephony { namespace
58 typedef void (*GET_NETWORK_STATUS_EXT)(int32_t slotId, sptr<OHOS::Telephony::NetworkState> &networkState);
60 typedef int32_t (*GET_CELL_INFO_LIST)(int32_t slotId, std::vector<sptr<OHOS::Telephony::CellInformation>> &cells);
63 typedef void (*GET_NR_OPTION_MODE_EXTEND)(int32_t slotId, OHOS::Telephony::NrMode &mode);
68 std::vector<sptr<OHOS::Telephony::SignalInformation>> &signals);
72 std::vector<OHOS::Telephony::NetworkInformation> &networkInformations);
73 typedef void (*CREATE_ICC_FILE_EXT)(int32_t slotId, std::shared_ptr<OHOS::Telephony::IIccFileExt> iccFileExt);
102 int32_t slotId, std::vector<sptr<OHOS::Telephony::SignalInformation>> &signals);
178 } // namespace Telephony
/base/telephony/core_service/test/unittest/ui_client/
H A Dui_client_test.cpp37 namespace Telephony { namespace
234 telephonyObserver, SIM1_SLOTID, Telephony::TelephonyObserverBroker::OBSERVER_MASK_NETWORK_STATE, true); in AddStateObserver()
262 SIM1_SLOTID, Telephony::TelephonyObserverBroker::OBSERVER_MASK_NETWORK_STATE); in RemoveStateObserver()
276 &OHOS::Telephony::RegisterSimAccountCallback; in InitCallBasicPower()
278 &OHOS::Telephony::UnRegisterSimAccountCallback; in InitCallBasicPower()
280 &OHOS::Telephony::RegisterImsRegInfoCallback; in InitCallBasicPower()
282 &OHOS::Telephony::UnRegisterImsRegInfoCallback; in InitCallBasicPower()
283 g_memberFuncMap[static_cast<int32_t>(CoreServiceTestCode::ADD_STATE_OBSERVER)] = &OHOS::Telephony::AddStateObserver; in InitCallBasicPower()
285 &OHOS::Telephony::RemoveStateObserver; in InitCallBasicPower()
344 OHOS::Telephony in MainExit()
[all...]
/base/telephony/core_service/utils/common/include/
H A Desim_service.h28 namespace Telephony { namespace
101 OHOS::Telephony::ResetOption option = OHOS::Telephony::ResetOption::DELETE_OPERATIONAL_PROFILES;
103 OHOS::Telephony::CancelReason cancelReason = OHOS::Telephony::CancelReason::CANCEL_REASON_POSTPONED;
111 OHOS::Telephony::Event events = OHOS::Telephony::Event::EVENT_DONOTHING;
157 } // namespace Telephony
/base/request/request/services/src/cxx/
H A Dnetwork.cpp146 REQUEST_HILOGE("Telephony SA not found"); in IsRoaming()
152 int32_t maxSlotNum = DelayedRefSingleton<OHOS::Telephony::CoreServiceClient>::GetInstance().GetMaxSimCount(); in IsRoaming()
155 if (DelayedRefSingleton<OHOS::Telephony::CoreServiceClient>::GetInstance().IsSimActive(i)) { in IsRoaming()
166 DelayedRefSingleton<OHOS::Telephony::CellularDataClient>::GetInstance().GetDefaultCellularDataSlotId(); in IsRoaming()
171 sptr<OHOS::Telephony::NetworkState> networkClient = nullptr; in IsRoaming()
172 DelayedRefSingleton<OHOS::Telephony::CoreServiceClient>::GetInstance().GetNetworkState(slotId, networkClient); in IsRoaming()
180 REQUEST_HILOGE("Telephony SA not found"); in IsRoaming()
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp31 namespace Telephony { namespace
63 Telephony::TelephonyObserverClient::GetInstance().AddStateObserver(telephonyObserver0_, DEFAULT_SIM_SLOT_ID, in InitTelephonyObserver()
64 Telephony::TelephonyObserverBroker::OBSERVER_MASK_NETWORK_STATE | in InitTelephonyObserver()
65 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE | in InitTelephonyObserver()
66 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO | in InitTelephonyObserver()
67 Telephony::TelephonyObserverBroker::OBSERVER_MASK_SIGNAL_STRENGTHS | in InitTelephonyObserver()
68 Telephony::TelephonyObserverBroker::OBSERVER_MASK_SIM_STATE | in InitTelephonyObserver()
69 Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_CONNECTION_STATE | in InitTelephonyObserver()
70 Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_FLOW | in InitTelephonyObserver()
71 Telephony in InitTelephonyObserver()
[all...]
/base/telephony/cellular_call/services/common/src/
H A Dbase_request.cpp19 namespace Telephony {} // namespace Telephony namespace
/base/telephony/cellular_data/interfaces/kits/c/telephony_data/src/
H A Dtelephony_data.cpp21 return OHOS::Telephony::CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in OH_Telephony_GetDefaultCellularDataSlotId()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_part_test.cpp30 namespace Telephony { namespace
429 smsDcs->codingGroup = OHOS::Telephony::PduSchemeGroup::CODING_GENERAL_GROUP; in HWTEST_F()
431 smsDcs->codingScheme = OHOS::Telephony::DataCodingScheme::DATA_CODING_UCS2; in HWTEST_F()
432 smsDcs->msgClass = OHOS::Telephony::SmsMessageClass::SMS_INSTANT_MESSAGE; in HWTEST_F()
462 EXPECT_EQ(smsDcs1->msgClass, OHOS::Telephony::SMS_CLASS_UNKNOWN); in HWTEST_F()
465 EXPECT_NE(smsDcs1->msgClass, OHOS::Telephony::SMS_CLASS_UNKNOWN); in HWTEST_F()
483 EXPECT_EQ(smsDcs1->codingGroup, OHOS::Telephony::SMS_CLASS_GROUP); in HWTEST_F()
501 EXPECT_EQ(smsDcs1->codingGroup, OHOS::Telephony::CODING_DELETION_GROUP); in HWTEST_F()
519 EXPECT_EQ(smsDcs1->codingGroup, OHOS::Telephony::CODING_DISCARD_GROUP); in HWTEST_F()
537 EXPECT_EQ(smsDcs1->codingGroup, OHOS::Telephony in HWTEST_F()
[all...]

Completed in 22 milliseconds

12345678910>>...66