Home
last modified time | relevance | path

Searched refs:SatelliteControl (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp27 SatelliteControl::~SatelliteControl() in ~SatelliteControl()
122 int32_t SatelliteControl::Answer(const CellularCallInfo &callInfo) in Answer()
160 int32_t SatelliteControl::Reject(const CellularCallInfo &callInfo) in Reject()
308 int32_t SatelliteControl::ReportHangUpInfo(int32_t slotId) in ReportHangUpInfo()
340 void SatelliteControl::ReleaseAllConnection() in ReleaseAllConnection()
347 SatelliteConnectionMap SatelliteControl::GetConnectionMap() in GetConnectionMap()
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()
[all …]
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h28 class SatelliteControl : public ControlBase {
34 SatelliteControl() = default;
39 ~SatelliteControl();
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp89 SatelliteControl satelliteControl;
138 SatelliteControl satelliteControl;
160 SatelliteControl satelliteControl;
205 std::shared_ptr<SatelliteControl> satelliteControl;
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h609 std::shared_ptr<SatelliteControl> GetSatelliteControl(int32_t slotId);
633 …void SetSatelliteControl(int32_t slotId, const std::shared_ptr<SatelliteControl> &satelliteControl…
725 std::map<int32_t, std::shared_ptr<SatelliteControl>> satelliteControlMap_;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp74 auto satelliteControl = std::make_shared<SatelliteControl>(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h797 int SatelliteControl(int type, int state);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h38 int32_t SatelliteControl(int type, int state) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h63 virtual int32_t SatelliteControl(int type, int state) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h66 int32_t SatelliteControl(int type, int state) override;
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp325 satelliteControl = std::make_shared<SatelliteControl>(); in Dial()
1037 std::shared_ptr<SatelliteControl> CellularCallService::GetSatelliteControl(int32_t slotId) in GetSatelliteControl()
1063 …lService::SetSatelliteControl(int32_t slotId, const std::shared_ptr<SatelliteControl> &satelliteCo… in SetSatelliteControl()
H A Dcellular_call_handler.cpp604 satelliteControl = std::make_shared<SatelliteControl>(); in ReportSatelliteCallsData()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp671 int BluetoothHost::SatelliteControl(int type, int state) in SatelliteControl() function in OHOS::Bluetooth::BluetoothHost
684 return proxy->SatelliteControl(type, state); in SatelliteControl()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp107 int32_t BluetoothHostProxy::SatelliteControl(int type, int state) in SatelliteControl() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1831 int32_t BluetoothHostServer::SatelliteControl(int type, int state) in SatelliteControl() function in OHOS::Bluetooth::BluetoothHostServer