Searched refs:callTransferAction (Results 1 - 3 of 3) sorted by relevance
/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 514 * @param callTransferAction 518 const char *actionString, const std::string &phoneNumber, CallTransferSettingType &callTransferAction); 545 * @param callTransferAction 548 CallTransferSettingType callTransferAction);
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 240 CallTransferSettingType callTransferAction; in HandleCallTransfer() local 241 int32_t result = ObtainCallTrasferAction(mmiData.actionString.c_str(), phoneNumber, callTransferAction); in HandleCallTransfer() 246 HandleSetCallTransfer(slotId, serviceCode, cause, phoneNumber, callTransferAction); in HandleCallTransfer() 288 const char *actionString, const std::string &phoneNumber, CallTransferSettingType &callTransferAction) in ObtainCallTrasferAction() 297 callTransferAction = CallTransferSettingType::CALL_TRANSFER_ENABLE; in ObtainCallTrasferAction() 299 callTransferAction = CallTransferSettingType::CALL_TRANSFER_REGISTRATION; in ObtainCallTrasferAction() 303 callTransferAction = CallTransferSettingType::CALL_TRANSFER_DISABLE; in ObtainCallTrasferAction() 306 callTransferAction = CallTransferSettingType::CALL_TRANSFER_REGISTRATION; in ObtainCallTrasferAction() 309 callTransferAction = CallTransferSettingType::CALL_TRANSFER_ERASURE; in ObtainCallTrasferAction() 375 const std::string &phoneNumber, CallTransferSettingType callTransferAction) in HandleSetCallTransfer() 287 ObtainCallTrasferAction( const char *actionString, const std::string &phoneNumber, CallTransferSettingType &callTransferAction) ObtainCallTrasferAction() argument 374 HandleSetCallTransfer(int32_t slotId, int32_t serviceCode, int32_t cause, const std::string &phoneNumber, CallTransferSettingType callTransferAction) HandleSetCallTransfer() argument [all...] |
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 521 CallTransferSettingType callTransferAction = CallTransferSettingType::CALL_TRANSFER_DISABLE; in HWTEST_F() local 522 callSup.HandleSetCallTransfer(SIM1_SLOTID, serviceCode, cause, phoneNumber, callTransferAction); in HWTEST_F() 575 CallTransferSettingType callTransferAction; in HWTEST_F() local 576 ASSERT_EQ(callSup.ObtainCallTrasferAction("*", phoneNumber, callTransferAction), TELEPHONY_SUCCESS); in HWTEST_F() 577 ASSERT_EQ(callSup.ObtainCallTrasferAction("**", phoneNumber, callTransferAction), TELEPHONY_SUCCESS); in HWTEST_F() 578 ASSERT_EQ(callSup.ObtainCallTrasferAction("#", phoneNumber, callTransferAction), TELEPHONY_SUCCESS); in HWTEST_F() 579 ASSERT_EQ(callSup.ObtainCallTrasferAction("##", phoneNumber, callTransferAction), TELEPHONY_SUCCESS); in HWTEST_F()
|
Completed in 4 milliseconds