/ohos5.0/base/telephony/cellular_call/services/control/src/ |
H A D | satellite_control.cpp | 27 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 D | satellite_control.h | 28 class SatelliteControl : public ControlBase { 34 SatelliteControl() = default; 39 ~SatelliteControl();
|
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/ |
H A D | zero_branch_test.cpp | 89 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 D | cellular_call_service.h | 609 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 D | reporthangupinfo_fuzzer.cpp | 74 auto satelliteControl = std::make_shared<SatelliteControl>(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 797 int SatelliteControl(int type, int state);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 38 int32_t SatelliteControl(int type, int state) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 63 virtual int32_t SatelliteControl(int type, int state) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 66 int32_t SatelliteControl(int type, int state) override;
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_service.cpp | 325 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 D | cellular_call_handler.cpp | 604 satelliteControl = std::make_shared<SatelliteControl>(); in ReportSatelliteCallsData()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 671 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 D | bluetooth_host_proxy.cpp | 107 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 D | bluetooth_host_server.cpp | 1831 int32_t BluetoothHostServer::SatelliteControl(int type, int state) in SatelliteControl() function in OHOS::Bluetooth::BluetoothHostServer
|