Home
last modified time | relevance | path

Searched refs:CallSupplementType (Results 1 – 24 of 24) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/reporthungupinfo_fuzzer/
Dreporthungupinfo_fuzzer.cpp46 CallSupplementType type = CallSupplementType::TYPE_DEFAULT; in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
Dseparateconference_fuzzer.cpp45 CallSupplementType type = CallSupplementType::TYPE_DEFAULT; in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call/src/
Dcarrier_call.cpp100 ret = cellularCallConnectionPtr_->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); in CarrierRejectCall()
125 ret = cellularCallConnectionPtr_->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); in CarrierHangUpCall()
127 … ret = cellularCallConnectionPtr_->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_HOLD_WAIT); in CarrierHangUpCall()
129 ret = cellularCallConnectionPtr_->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); in CarrierHangUpCall()
/base/telephony/cellular_call/services/connection/include/
Dcellular_call_connection_cs.h122 int32_t CallSupplementRequest(int32_t slotId, CallSupplementType type);
Dcellular_call_connection_ims.h135 int32_t CallSupplementRequest(int32_t slotId, CallSupplementType type);
/base/telephony/cellular_call/services/control/src/
Dcs_control.cpp154 int32_t CSControl::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
158 case CallSupplementType::TYPE_DEFAULT: { in HangUp()
184 case CallSupplementType::TYPE_HANG_UP_HOLD_WAIT: in HangUp()
186 case CallSupplementType::TYPE_HANG_UP_ACTIVE: { in HangUp()
190 case CallSupplementType::TYPE_HANG_UP_ALL: { in HangUp()
Dims_control.cpp121 int32_t IMSControl::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
125 case CallSupplementType::TYPE_DEFAULT: { in HangUp()
139 case CallSupplementType::TYPE_HANG_UP_HOLD_WAIT: in HangUp()
141 case CallSupplementType::TYPE_HANG_UP_ACTIVE: { in HangUp()
145 case CallSupplementType::TYPE_HANG_UP_ALL: { in HangUp()
/base/telephony/cellular_call/services/control/include/
Dcs_control.h61 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
Dims_control.h51 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
Dcontrol_base.h68 virtual int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) = 0;
/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h56 int HangUp(const CellularCallInfo &callInfo, CallSupplementType type);
/base/telephony/call_manager/interfaces/innerkits/
Dcellular_call_interface.h41 virtual int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) = 0;
Dcellular_call_proxy.h54 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
Dcall_manager_inner_type.h1637 enum CallSupplementType { enum
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp163 return telephonyService->HangUp(callInfo, static_cast<CallSupplementType>(type)); in HangUp()
1285 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
1287 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE);
1294 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
1296 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE);
1322 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
1329 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
2248 …EXPECT_EQ(csControl->HangUp(cellularCallInfo, CallSupplementType::TYPE_DEFAULT), CALL_ERR_RESOURCE…
2249 EXPECT_EQ(csControl->HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE),
2252 …csControl->HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ALL), CALL_ERR_RESOURCE_UNAVA…
[all …]
/base/telephony/cellular_call/services/manager/include/
Dcellular_call_service.h109 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_cs.cpp189 int32_t CellularCallConnectionCS::CallSupplementRequest(int32_t slotId, CallSupplementType type) in CallSupplementRequest()
Dcellular_call_connection_ims.cpp244 int32_t CellularCallConnectionIMS::CallSupplementRequest(int32_t slotId, CallSupplementType type) in CallSupplementRequest()
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp675 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
677 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE);
684 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
686 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE);
1561 …EXPECT_NE(imsControl->HangUp(cellularCallInfo, CallSupplementType::TYPE_DEFAULT), TELEPHONY_SUCCES…
1562 EXPECT_EQ(imsControl->HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE),
1564 …EXPECT_EQ(imsControl->HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ALL), TELEPHONY_SU…
1565 …EXPECT_EQ(imsControl->HangUp(cellularCallInfo, static_cast<CallSupplementType>(INVALID_HANG_UP_TYP…
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp338 int32_t CellularCallService::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
636 return csControl->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); in KickOutFromConference()
Dcellular_call_stub.cpp187 auto type = static_cast<CallSupplementType>(data.ReadInt32()); in OnHangUpInner()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp194 int CellularCallConnection::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
/base/telephony/call_manager/frameworks/native/src/
Dcellular_call_proxy.cpp50 int32_t CellularCallProxy::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test.cpp204 mCellularCallInfo, CallSupplementType::TYPE_DEFAULT), TELEPHONY_ERR_SUCCESS);