/base/telephony/cellular_call/test/fuzztest/reporthungupinfo_fuzzer/ |
D | reporthungupinfo_fuzzer.cpp | 46 CallSupplementType type = CallSupplementType::TYPE_DEFAULT; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/ |
D | separateconference_fuzzer.cpp | 45 CallSupplementType type = CallSupplementType::TYPE_DEFAULT; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/services/call/src/ |
D | carrier_call.cpp | 100 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/ |
D | cellular_call_connection_cs.h | 122 int32_t CallSupplementRequest(int32_t slotId, CallSupplementType type);
|
D | cellular_call_connection_ims.h | 135 int32_t CallSupplementRequest(int32_t slotId, CallSupplementType type);
|
/base/telephony/cellular_call/services/control/src/ |
D | cs_control.cpp | 154 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()
|
D | ims_control.cpp | 121 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/ |
D | cs_control.h | 61 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
|
D | ims_control.h | 51 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
|
D | control_base.h | 68 virtual int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) = 0;
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
D | cellular_call_connection.h | 56 int HangUp(const CellularCallInfo &callInfo, CallSupplementType type);
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | cellular_call_interface.h | 41 virtual int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) = 0;
|
D | cellular_call_proxy.h | 54 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
|
D | call_manager_inner_type.h | 1637 enum CallSupplementType { enum
|
/base/telephony/cellular_call/test/unittest/cstest/ |
D | cs_test.cpp | 163 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/ |
D | cellular_call_service.h | 109 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
|
/base/telephony/cellular_call/services/connection/src/ |
D | cellular_call_connection_cs.cpp | 189 int32_t CellularCallConnectionCS::CallSupplementRequest(int32_t slotId, CallSupplementType type) in CallSupplementRequest()
|
D | cellular_call_connection_ims.cpp | 244 int32_t CellularCallConnectionIMS::CallSupplementRequest(int32_t slotId, CallSupplementType type) in CallSupplementRequest()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
D | ims_test.cpp | 675 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/ |
D | cellular_call_service.cpp | 338 int32_t CellularCallService::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp() 636 return csControl->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); in KickOutFromConference()
|
D | cellular_call_stub.cpp | 187 auto type = static_cast<CallSupplementType>(data.ReadInt32()); in OnHangUpInner()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
D | cellular_call_connection.cpp | 194 int CellularCallConnection::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
|
/base/telephony/call_manager/frameworks/native/src/ |
D | cellular_call_proxy.cpp | 50 int32_t CellularCallProxy::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
D | zero_branch_test.cpp | 204 mCellularCallInfo, CallSupplementType::TYPE_DEFAULT), TELEPHONY_ERR_SUCCESS);
|