Searched refs:TYPE_DEFAULT (Results 1 – 8 of 8) sorted by relevance
/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() 127 ret = cellularCallConnectionPtr_->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); in CarrierHangUpCall()
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_inner_type.h | 591 TYPE_DEFAULT = 0, // default type enumerator
|
/base/telephony/cellular_call/test/unittest/imstest/ |
D | ims_test.cpp | 647 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); 656 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); 1069 …EXPECT_EQ(imsControl->HangUp(cellularCallInfo, CallSupplementType::TYPE_DEFAULT), TELEPHONY_ERROR);
|
/base/telephony/cellular_call/test/unittest/cstest/ |
D | cs_test.cpp | 1243 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); 1252 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); 1280 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); 1287 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); 2156 …EXPECT_EQ(csControl->HangUp(cellularCallInfo, CallSupplementType::TYPE_DEFAULT), CALL_ERR_RESOURCE…
|
/base/telephony/cellular_call/services/control/src/ |
D | ims_control.cpp | 119 case CallSupplementType::TYPE_DEFAULT: { in HangUp()
|
D | cs_control.cpp | 151 case CallSupplementType::TYPE_DEFAULT: { in HangUp()
|