Home
last modified time | relevance | path

Searched refs:Telephony (Results 1 – 25 of 1365) sorted by relevance

12345678910>>...55

/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp61 return TaskSchedule(&Telephony::HRilManager::GetCallList, slotId, serialId); in GetCallList()
71 return TaskSchedule(&Telephony::HRilManager::Reject, slotId, serialId); in Reject()
81 return TaskSchedule(&Telephony::HRilManager::Answer, slotId, serialId); in Answer()
86 return TaskSchedule(&Telephony::HRilManager::HoldCall, slotId, serialId); in HoldCall()
144 return TaskSchedule(&Telephony::HRilManager::GetClip, slotId, serialId); in GetClip()
154 return TaskSchedule(&Telephony::HRilManager::GetClir, slotId, serialId); in GetClir()
184 return TaskSchedule(&Telephony::HRilManager::GetUssd, slotId, serialId); in GetUssd()
194 return TaskSchedule(&Telephony::HRilManager::GetMute, slotId, serialId); in GetMute()
470 Telephony::HRilManager::GetInstance().SetRilCallback(callback_); in SetCallback1_3()
677 return Telephony::HRilManager::GetInstance().SendRilAck(); in SendRilAck()
[all …]
/ohos5.0/base/telephony/core_service/utils/
H A Dlibtel_common.versionscript17 OHOS::Telephony::TelFFRTUtils*;
18 OHOS::Telephony::IsValidDecValue*;
19 OHOS::Telephony::IsValidHexValue*;
20 OHOS::Telephony::NapiUtil*;
21 OHOS::Telephony::TelephonyConfig*;
24 OHOS::Telephony::TelEventHandler*;
25 OHOS::Telephony::TelProfileUtil*;
26 OHOS::Telephony::TelAesCryptoUtils*;
27 OHOS::Telephony::ToUtf*;
29 "OHOS::Telephony::GetBundleName()";
[all …]
/ohos5.0/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp27 using namespace OHOS::Telephony;
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()
40 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_HSPA: in Conv2TelRadioTechnology()
54 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_NR: in Conv2TelRadioTechnology()
81 case OHOS::Telephony::TELEPHONY_ERR_SUCCESS: in TelephonyErrorCodeTrans()
83 case OHOS::Telephony::TELEPHONY_ERR_PERMISSION_ERR: in TelephonyErrorCodeTrans()
85 case OHOS::Telephony::TELEPHONY_ERR_SLOTID_INVALID: in TelephonyErrorCodeTrans()
88 case OHOS::Telephony::TELEPHONY_ERR_WRITE_DATA_FAIL: in TelephonyErrorCodeTrans()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.h24 class MediaTelephonyListener : public Telephony::TelephonyObserver {
32 … const std::vector<sptr<OHOS::Telephony::SignalInformation>> &vec) override;
34 …void OnNetworkStateUpdated(int32_t slotId, const sptr<OHOS::Telephony::NetworkState> &networkState…
36 …void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<OHOS::Telephony::CellInformation>> &…
38 …void OnSimStateUpdated(int32_t slotId, OHOS::Telephony::CardType type, OHOS::Telephony::SimState s…
39 OHOS::Telephony::LockReason reason) override;
H A Dmedia_telephony_listener.cpp29 using namespace OHOS::Telephony;
65 const std::vector<sptr<OHOS::Telephony::SignalInformation>> &vec) in OnSignalInfoUpdated()
71 const sptr<OHOS::Telephony::NetworkState> &networkState) in OnNetworkStateUpdated()
78 const std::vector<sptr<OHOS::Telephony::CellInformation>> &vec) in OnCellInfoUpdated()
83 void MediaTelephonyListener::OnSimStateUpdated(int32_t slotId, OHOS::Telephony::CardType type, in OnSimStateUpdated()
84 OHOS::Telephony::SimState state, OHOS::Telephony::LockReason reason) in OnSimStateUpdated()
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp36 namespace Telephony { namespace
1444 &OHOS::Telephony::AnswerCall; in InitCallBasicPower()
1446 &OHOS::Telephony::RejectCall; 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()
1468 &OHOS::Telephony::IsRinging; in InitCallUtils()
1495 &OHOS::Telephony::StartDtmf; in InitCallDtmfPower()
1537 &OHOS::Telephony::MuteRinger; in InitCallMultimediaPower()
[all …]
/ohos5.0/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; } in OnCallEventChange()
85 …int32_t OnCallDisconnectedCause(const OHOS::Telephony::DisconnectedDetails &details) override { re… in OnCallDisconnectedCause()
86 int32_t OnReportAsyncResults(OHOS::Telephony::CallResultReportId reportId, in OnReportAsyncResults()
88 int32_t OnOttCallRequest(OHOS::Telephony::OttCallRequestId requestId, in OnOttCallRequest()
90 int32_t OnReportMmiCodeResult(const OHOS::Telephony::MmiCodeInfo &info) override { return 0; } in OnReportMmiCodeResult()
91 …int32_t OnReportAudioDeviceChange(const OHOS::Telephony::AudioDeviceInfo &info) override { return … in OnReportAudioDeviceChange()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_icc_file.h23 namespace OHOS::Telephony {
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_;
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/
H A Dui_client_test.cpp37 namespace Telephony { namespace
276 &OHOS::Telephony::RegisterSimAccountCallback; in InitCallBasicPower()
278 &OHOS::Telephony::UnRegisterSimAccountCallback; in InitCallBasicPower()
280 &OHOS::Telephony::RegisterImsRegInfoCallback; in InitCallBasicPower()
285 &OHOS::Telephony::RemoveStateObserver; in InitCallBasicPower()
344 OHOS::Telephony::g_memberFuncMap.clear(); in MainExit()
346 return OHOS::Telephony::TELEPHONY_SUCCESS; in MainExit()
401 int32_t code = OHOS::Telephony::DEFAULT_VALUE; in main()
409 OHOS::Telephony::RunTest(); in main()
410 OHOS::Telephony::MainExit(); in main()
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-esim-sys.md26 **系统能力**:SystemCapability.Telephony.CoreService.Esim
68 **系统能力**:SystemCapability.Telephony.CoreService.Esim
116 **系统能力**:SystemCapability.Telephony.CoreService.Esim
165 **系统能力**:SystemCapability.Telephony.CoreService.Esim
228 **系统能力**:SystemCapability.Telephony.CoreService.Esim
279 **系统能力**:SystemCapability.Telephony.CoreService.Esim
347 **系统能力**:SystemCapability.Telephony.CoreService.Esim
395 **系统能力**:SystemCapability.Telephony.CoreService.Esim
443 **系统能力**:SystemCapability.Telephony.CoreService.Esim
493 **系统能力**:SystemCapability.Telephony.CoreService.Esim
[all …]
H A Djs-apis-observer.md22 **系统能力**:SystemCapability.Telephony.StateRegistry
34 **系统能力**:SystemCapability.Telephony.StateRegistry
47 **系统能力**:SystemCapability.Telephony.StateRegistry
60 **系统能力**:SystemCapability.Telephony.StateRegistry
73 **系统能力**:SystemCapability.Telephony.StateRegistry
86 **系统能力**:SystemCapability.Telephony.StateRegistry
99 **系统能力**:SystemCapability.Telephony.StateRegistry
112 **系统能力**:SystemCapability.Telephony.StateRegistry
125 **系统能力**:SystemCapability.Telephony.StateRegistry
140 **系统能力**:SystemCapability.Telephony.StateRegistry
[all …]
H A Djs-apis-radio.md24 **系统能力**:SystemCapability.Telephony.CoreService
70 **系统能力**:SystemCapability.Telephony.CoreService
119 **系统能力**:SystemCapability.Telephony.CoreService
163 **系统能力**:SystemCapability.Telephony.CoreService
209 **系统能力**:SystemCapability.Telephony.CoreService
256 **系统能力**:SystemCapability.Telephony.CoreService
299 **系统能力**:SystemCapability.Telephony.CoreService
345 **系统能力**:SystemCapability.Telephony.CoreService
388 **系统能力**:SystemCapability.Telephony.CoreService
433 **系统能力**:SystemCapability.Telephony.CoreService
[all …]
H A Djs-apis-telephony-data.md21 **系统能力**:SystemCapability.Telephony.CellularData
50 **系统能力**:SystemCapability.Telephony.CellularData
77 **系统能力**:SystemCapability.Telephony.CellularData
100 **系统能力**:SystemCapability.Telephony.CellularData
129 **系统能力**:SystemCapability.Telephony.CellularData
156 **系统能力**:SystemCapability.Telephony.CellularData
185 **系统能力**:SystemCapability.Telephony.CellularData
214 **系统能力**:SystemCapability.Telephony.CellularData
258 **系统能力**:SystemCapability.Telephony.CellularData
298 **系统能力**:SystemCapability.Telephony.CellularData
[all …]
H A Djs-apis-call-sys.md29 **系统能力**:SystemCapability.Telephony.CallManager
79 **系统能力**:SystemCapability.Telephony.CallManager
136 **系统能力**:SystemCapability.Telephony.CallManager
196 **系统能力**:SystemCapability.Telephony.CallManager
243 **系统能力**:SystemCapability.Telephony.CallManager
286 **系统能力**:SystemCapability.Telephony.CallManager
334 **系统能力**:SystemCapability.Telephony.CallManager
385 **系统能力**:SystemCapability.Telephony.CallManager
432 **系统能力**:SystemCapability.Telephony.CallManager
480 **系统能力**:SystemCapability.Telephony.CallManager
[all …]
H A Djs-apis-sim.md22 **系统能力**:SystemCapability.Telephony.CoreService
49 **系统能力**:SystemCapability.Telephony.CoreService
82 **系统能力**:SystemCapability.Telephony.CoreService
112 **系统能力**:SystemCapability.Telephony.CoreService
137 **系统能力**:SystemCapability.Telephony.CoreService
164 **系统能力**:SystemCapability.Telephony.CoreService
202 **系统能力**:SystemCapability.Telephony.CoreService
247 **系统能力**:SystemCapability.Telephony.CoreService
287 **系统能力**:SystemCapability.Telephony.CoreService
333 **系统能力**:SystemCapability.Telephony.CoreService
[all …]
H A Djs-apis-radio-sys.md27 **系统能力**:SystemCapability.Telephony.CoreService
77 **系统能力**:SystemCapability.Telephony.CoreService
129 **系统能力**:SystemCapability.Telephony.CoreService
176 **系统能力**:SystemCapability.Telephony.CoreService
225 **系统能力**:SystemCapability.Telephony.CoreService
276 **系统能力**:SystemCapability.Telephony.CoreService
323 **系统能力**:SystemCapability.Telephony.CoreService
372 **系统能力**:SystemCapability.Telephony.CoreService
425 **系统能力**:SystemCapability.Telephony.CoreService
474 **系统能力**:SystemCapability.Telephony.CoreService
[all …]
H A Djs-apis-sms-sys.md29 **系统能力**:SystemCapability.Telephony.SmsMms
139 **系统能力**:SystemCapability.Telephony.SmsMms
252 **系统能力**:SystemCapability.Telephony.SmsMms
368 **系统能力**:SystemCapability.Telephony.SmsMms
488 **系统能力**:SystemCapability.Telephony.SmsMms
534 **系统能力**:SystemCapability.Telephony.SmsMms
586 **系统能力**:SystemCapability.Telephony.SmsMms
634 **系统能力**:SystemCapability.Telephony.SmsMms
689 **系统能力**:SystemCapability.Telephony.SmsMms
735 **系统能力**:SystemCapability.Telephony.SmsMms
[all …]
H A Djs-apis-call.md30 **系统能力**:SystemCapability.Telephony.CallManager
62 **系统能力**:SystemCapability.Telephony.CallManager
97 **系统能力**:SystemCapability.Telephony.CallManager
269 **系统能力**:SystemCapability.Telephony.CallManager
298 **系统能力**:SystemCapability.Telephony.CallManager
324 **系统能力**:SystemCapability.Telephony.CallManager
346 **系统能力**:SystemCapability.Telephony.CallManager
375 **系统能力**:SystemCapability.Telephony.CallManager
401 **系统能力**:SystemCapability.Telephony.CallManager
422 **系统能力**:SystemCapability.Telephony.CallManager
[all …]
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp31 namespace Telephony { namespace
81 Telephony::TelephonyObserverBroker::OBSERVER_MASK_NETWORK_STATE | in InitTelephonyObserver()
82 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE | in InitTelephonyObserver()
83 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CELL_INFO | in InitTelephonyObserver()
85 Telephony::TelephonyObserverBroker::OBSERVER_MASK_SIM_STATE | in InitTelephonyObserver()
87 Telephony::TelephonyObserverBroker::OBSERVER_MASK_DATA_FLOW | in InitTelephonyObserver()
99 Telephony::TelephonyObserverClient::GetInstance().RemoveStateObserver( in DisableTelephonyObserver()
109 Telephony::TelephonyObserverClient::GetInstance().RemoveStateObserver( in DisableTelephonyObserver()
825 std::make_unique<Telephony::TelephonyObserverClient>();
834 std::make_shared<OHOS::Telephony::TelephonyObserverProxy>(obj);
[all …]
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmulti_sim_monitor.h33 namespace Telephony {
40 std::vector<std::shared_ptr<Telephony::SimStateManager>> simStateManager,
41 std::vector<std::weak_ptr<Telephony::SimFileManager>> simFileManager);
45 void AddExtraManagers(std::shared_ptr<Telephony::SimStateManager> simStateManager,
46 std::shared_ptr<Telephony::SimFileManager> simFileManager);
111 std::vector<std::shared_ptr<Telephony::SimStateManager>> simStateManager_;
112 std::vector<std::weak_ptr<Telephony::SimFileManager>> simFileManager_;
H A Dmulti_sim_controller.h31 namespace Telephony {
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);
128 std::vector<std::shared_ptr<Telephony::SimStateManager>> simStateManager_;
129 std::vector<std::shared_ptr<Telephony::SimFileManager>> simFileManager_;
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-call-sys.md29 **System capability**: SystemCapability.Telephony.CallManager
79 **System capability**: SystemCapability.Telephony.CallManager
136 **System capability**: SystemCapability.Telephony.CallManager
196 **System capability**: SystemCapability.Telephony.CallManager
243 **System capability**: SystemCapability.Telephony.CallManager
286 **System capability**: SystemCapability.Telephony.CallManager
334 **System capability**: SystemCapability.Telephony.CallManager
385 **System capability**: SystemCapability.Telephony.CallManager
432 **System capability**: SystemCapability.Telephony.CallManager
480 **System capability**: SystemCapability.Telephony.CallManager
[all …]
H A Djs-apis-radio-sys.md27 **System capability**: SystemCapability.Telephony.CoreService
77 **System capability**: SystemCapability.Telephony.CoreService
129 **System capability**: SystemCapability.Telephony.CoreService
176 **System capability**: SystemCapability.Telephony.CoreService
225 **System capability**: SystemCapability.Telephony.CoreService
276 **System capability**: SystemCapability.Telephony.CoreService
323 **System capability**: SystemCapability.Telephony.CoreService
372 **System capability**: SystemCapability.Telephony.CoreService
425 **System capability**: SystemCapability.Telephony.CoreService
474 **System capability**: SystemCapability.Telephony.CoreService
[all …]
H A Djs-apis-radio.md24 **System capability**: SystemCapability.Telephony.CoreService
70 **System capability**: SystemCapability.Telephony.CoreService
119 **System capability**: SystemCapability.Telephony.CoreService
163 **System capability**: SystemCapability.Telephony.CoreService
209 **System capability**: SystemCapability.Telephony.CoreService
256 **System capability**: SystemCapability.Telephony.CoreService
299 **System capability**: SystemCapability.Telephony.CoreService
345 **System capability**: SystemCapability.Telephony.CoreService
388 **System capability**: SystemCapability.Telephony.CoreService
433 **System capability**: SystemCapability.Telephony.CoreService
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h494 class HfpAgSystemInterface::AgTelephonyObserver : public OHOS::Telephony::TelephonyObserver {
506 const std::vector<OHOS::sptr<OHOS::Telephony::SignalInformation>> &vec) override;
508 …void OnNetworkStateUpdated(int32_t slotId, const OHOS::sptr<OHOS::Telephony::NetworkState> &networ…
511 const std::vector<OHOS::sptr<OHOS::Telephony::CellInformation>> &vec) override in OnCellInfoUpdated()
513 …void OnSimStateUpdated(int32_t slotId, OHOS::Telephony::CardType type, OHOS::Telephony::SimState s… in OnSimStateUpdated()
514 OHOS::Telephony::LockReason reason) override in OnSimStateUpdated()

12345678910>>...55