Home
last modified time | relevance | path

Searched refs:CallTransferType (Results 1 - 25 of 46) sorted by relevance

12

/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp106 int32_t CallSettingManager::GetCallTransferInfo(int32_t slotId, CallTransferType type) in GetCallTransferInfo()
294 int32_t CallSettingManager::GetCallTransferInfoPolicy(int32_t slotId, CallTransferType type) in GetCallTransferInfoPolicy()
300 if (type < CallTransferType::TRANSFER_TYPE_UNCONDITIONAL || in GetCallTransferInfoPolicy()
301 type > CallTransferType::TRANSFER_TYPE_NOT_REACHABLE) { in GetCallTransferInfoPolicy()
314 if (info.type < CallTransferType::TRANSFER_TYPE_UNCONDITIONAL || in SetCallTransferInfoPolicy()
315 info.type > CallTransferType::TRANSFER_TYPE_NOT_REACHABLE) { in SetCallTransferInfoPolicy()
/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h39 int32_t GetCallTransferInfo(int32_t slotId, CallTransferType type);
58 int32_t GetCallTransferInfoPolicy(int32_t slotId, CallTransferType type);
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager6_gtest.cpp171 * @tc.name input slotId out of count, CallTransferType TRANSFER_TYPE_NOT_REACHABLE,
183 EXPECT_EQ(CallManagerGtest::clientPtr_->GetCallTransferInfo(slotId, CallTransferType::TRANSFER_TYPE_NOT_REACHABLE), in HWTEST_F()
189 * @tc.name input slotId 0, CallTransferType invalid, test GetCallTransferInfo() return failed
200 EXPECT_EQ(CallManagerGtest::clientPtr_->GetCallTransferInfo(SIM1_SLOTID, (CallTransferType)FALSE_DEFAULT), in HWTEST_F()
204 EXPECT_EQ(CallManagerGtest::clientPtr_->GetCallTransferInfo(SIM2_SLOTID, (CallTransferType)FALSE_DEFAULT), in HWTEST_F()
221 EXPECT_EQ(CallManagerGtest::clientPtr_->GetCallTransferInfo(SIM1_SLOTID, CallTransferType::TRANSFER_TYPE_BUSY), in HWTEST_F()
225 EXPECT_EQ(CallManagerGtest::clientPtr_->GetCallTransferInfo(SIM1_SLOTID, CallTransferType::TRANSFER_TYPE_BUSY), in HWTEST_F()
233 * @tc.name input slotId 0, CallTransferSettingType CALL_TRANSFER_ENABLE, CallTransferType TRANSFER_TYPE_BUSY,
245 info.type = CallTransferType::TRANSFER_TYPE_BUSY; in HWTEST_F()
261 * @tc.name input invalid slotId, CallTransferSettingType CALL_TRANSFER_ENABLE, CallTransferType TRANSFER_TYPE_BUS
[all...]
H A Dcall_manager3_gtest.cpp828 * @tc.name input slotId 0, CallTransferType TRANSFER_TYPE_BUSY, test GetCallTransferInfo()
839 EXPECT_EQ(CallManagerGtest::clientPtr_->GetCallTransferInfo(SIM1_SLOTID, CallTransferType::TRANSFER_TYPE_BUSY), in HWTEST_F()
843 EXPECT_EQ(CallManagerGtest::clientPtr_->GetCallTransferInfo(SIM1_SLOTID, CallTransferType::TRANSFER_TYPE_BUSY), in HWTEST_F()
850 * @tc.name input invalid slotId, CallTransferType TRANSFER_TYPE_BUSY, test GetCallTransferInfo() return failed
860 EXPECT_EQ(CallManagerGtest::clientPtr_->GetCallTransferInfo(INVALID_SLOT_ID, CallTransferType::TRANSFER_TYPE_BUSY), in HWTEST_F()
866 * @tc.name input slotId was out of count, CallTransferType TRANSFER_TYPE_BUSY,
878 EXPECT_EQ(CallManagerGtest::clientPtr_->GetCallTransferInfo(slotId, CallTransferType::TRANSFER_TYPE_BUSY), in HWTEST_F()
884 * @tc.name input slotId 0, CallTransferType TRANSFER_TYPE_NO_REPLY, test GetCallTransferInfo()
896 CallManagerGtest::clientPtr_->GetCallTransferInfo(SIM1_SLOTID, CallTransferType::TRANSFER_TYPE_NO_REPLY), in HWTEST_F()
901 CallManagerGtest::clientPtr_->GetCallTransferInfo(SIM2_SLOTID, CallTransferType in HWTEST_F()
[all...]
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_info.h600 enum class CallTransferType { class
632 * Indicates the Call forwarding type. {@link CallTransferType}
634 CallTransferType type = CallTransferType::TRANSFER_TYPE_UNCONDITIONAL;
H A Dcellular_call_proxy.h254 int32_t GetCallTransferInfo(int32_t slotId, CallTransferType type) override;
H A Dcellular_call_interface.h242 virtual int32_t GetCallTransferInfo(int32_t slotId, CallTransferType type) = 0;
H A Dcall_manager_client.h235 int32_t GetCallTransferInfo(int32_t slotId, CallTransferType type);
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dcall.js142 CallTransferType: call.CallTransferType,
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp336 return static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_UNCONDITIONAL); in ObtainCause()
338 return static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_BUSY); in ObtainCause()
340 return static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_NO_REPLY); in ObtainCause()
342 return static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_NOT_REACHABLE); in ObtainCause()
398 cfInfo.type = static_cast<CallTransferType>(cause); in HandleSetCallTransfer()
828 if (cfInfo.type > CallTransferType::TRANSFER_TYPE_NOT_REACHABLE || in CheckSetCallTransferInfo()
829 cfInfo.type < CallTransferType::TRANSFER_TYPE_UNCONDITIONAL || in CheckSetCallTransferInfo()
867 int32_t CellularCallSupplement::GetCallTransferInfo(int32_t slotId, CallTransferType type) in GetCallTransferInfo()
1350 case (unsigned int)CallTransferType::TRANSFER_TYPE_UNCONDITIONAL: { in GetMessage()
1358 case (unsigned int)CallTransferType in GetMessage()
[all...]
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp384 callSup.GetCallTransferInfo(SIM1_SLOTID, CallTransferType::TRANSFER_TYPE_UNCONDITIONAL); in HWTEST_F()
385 ASSERT_NE(callSup.GetCallTransferInfo(SIM2_SLOTID, CallTransferType::TRANSFER_TYPE_UNCONDITIONAL), in HWTEST_F()
580 ASSERT_EQ(callSup.ObtainCause("21"), static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_UNCONDITIONAL)); in HWTEST_F()
581 ASSERT_EQ(callSup.ObtainCause("61"), static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_NO_REPLY)); in HWTEST_F()
582 ASSERT_EQ(callSup.ObtainCause("62"), static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_NOT_REACHABLE)); in HWTEST_F()
583 ASSERT_EQ(callSup.ObtainCause("67"), static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_BUSY)); in HWTEST_F()
634 ssNoticeInfo.serviceType = static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_UNCONDITIONAL); in HWTEST_F()
636 ssNoticeInfo.serviceType = static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_BUSY); in HWTEST_F()
638 ssNoticeInfo.serviceType = static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_NO_REPLY); in HWTEST_F()
640 ssNoticeInfo.serviceType = static_cast<int32_t>(CallTransferType in HWTEST_F()
[all...]
H A Dims2_test.cpp434 CallTransferType type = CallTransferType::TRANSFER_TYPE_UNCONDITIONAL; in HWTEST_F()
439 CallTransferType type = CallTransferType::TRANSFER_TYPE_UNCONDITIONAL; in HWTEST_F()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch7_test.cpp246 callManagerService->GetCallTransferInfo(0, CallTransferType::TRANSFER_TYPE_UNCONDITIONAL), in HWTEST_F()
354 callManagerService->GetCallTransferInfo(0, CallTransferType::TRANSFER_TYPE_UNCONDITIONAL), in HWTEST_F()
451 CallTransferType type = CallTransferType::TRANSFER_TYPE_UNCONDITIONAL; in HWTEST_F()
457 .type = CallTransferType::TRANSFER_TYPE_BUSY, in HWTEST_F()
/base/telephony/call_manager/test/fuzztest/setcalltransferinfo_fuzzer/
H A Dsetcalltransferinfo_fuzzer.cpp120 info.type = CallTransferType::TRANSFER_TYPE_BUSY; in SetCallTransferInfo()
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h215 int GetCallTransferInfo(CallTransferType type, int32_t slotId);
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h120 * @param CallTransferType
123 int32_t GetCallTransferInfo(int32_t slotId, CallTransferType type);
526 * @return CallTransferType
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp351 callTransferInfo.type = static_cast<CallTransferType>(type); in SetCallTransferInfo()
370 return telephonyService->GetCallTransferInfo(slotId, static_cast<CallTransferType>(type)); in GetCallTransferInfo()
/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_service_proxy.h297 int32_t GetCallTransferInfo(int32_t slotId, CallTransferType type) override;
H A Di_call_manager_service.h70 virtual int32_t GetCallTransferInfo(int32_t slotId, CallTransferType type) = 0;
H A Dcall_manager_proxy.h72 int32_t GetCallTransferInfo(int32_t slotId, CallTransferType type);
/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h76 int32_t GetCallTransferInfo(int32_t slotId, CallTransferType type);
/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h337 * @param CallTransferType
340 int32_t GetCallTransferInfo(int32_t slotId, CallTransferType type) override;
/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h332 int32_t GetCallTransferInfo(int32_t slotId, CallTransferType type) override;
/base/telephony/call_manager/test/fuzztest/callmanagerservicestub_fuzzer/
H A Dcallmanagerservicestub_fuzzer.cpp132 info.type = CallTransferType::TRANSFER_TYPE_BUSY; in CanSetCallTransferTime()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp178 transferInfo.type = static_cast<CallTransferType>(type); in TestImsCallClientWithSettingFunction()
353 transferInfo.type = static_cast<CallTransferType>(type); in TestImsCallProxyWithSettingFunction()

Completed in 21 milliseconds

12