Home
last modified time | relevance | path

Searched refs:TYPE_DEFAULT (Results 1 – 8 of 8) 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()
127 ret = cellularCallConnectionPtr_->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); in CarrierHangUpCall()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h591 TYPE_DEFAULT = 0, // default type enumerator
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp647 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/
Dcs_test.cpp1243 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/
Dims_control.cpp119 case CallSupplementType::TYPE_DEFAULT: { in HangUp()
Dcs_control.cpp151 case CallSupplementType::TYPE_DEFAULT: { in HangUp()