/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | isim_file.h | 37 bool SetVoiceCallForwarding(bool enable, const std::string &number);
|
H A D | ruim_file.h | 45 bool SetVoiceCallForwarding(bool enable, const std::string &number);
|
H A D | sim_file_manager.h | 67 bool SetVoiceCallForwarding(bool enable, const std::string &number);
|
H A D | sim_file.h | 42 bool SetVoiceCallForwarding(bool enable, const std::string &number);
|
H A D | icc_file.h | 89 virtual bool SetVoiceCallForwarding(bool enable, const std::string &number) = 0;
|
H A D | sim_manager.h | 120 int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number) override;
|
/ohos5.0/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/ |
H A D | setradiostate_fuzzer.cpp | 181 void SetVoiceCallForwarding(const uint8_t *data, size_t size) in SetVoiceCallForwarding() function 306 SetVoiceCallForwarding(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | isim_file.cpp | 266 bool IsimFile::SetVoiceCallForwarding(bool enable, const std::string &number) in SetVoiceCallForwarding() function in OHOS::Telephony::IsimFile
|
H A D | sim_file_manager.cpp | 464 bool SimFileManager::SetVoiceCallForwarding(bool enable, const std::string &number) in SetVoiceCallForwarding() function in OHOS::Telephony::SimFileManager 471 return simFile_->SetVoiceCallForwarding(enable, number); in SetVoiceCallForwarding()
|
H A D | ruim_file.cpp | 428 bool RuimFile::SetVoiceCallForwarding(bool enable, const std::string &number) in SetVoiceCallForwarding() function in OHOS::Telephony::RuimFile
|
H A D | sim_manager.cpp | 943 int32_t SimManager::SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number) in SetVoiceCallForwarding() function in OHOS::Telephony::SimManager 953 if (simFileManager_[slotId]->SetVoiceCallForwarding(enable, number)) { in SetVoiceCallForwarding()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_sim_manager.h | 110 …virtual int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number) = 0;
|
H A D | core_service_client.h | 640 int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number);
|
H A D | i_core_service.h | 116 …virtual int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number) = 0;
|
H A D | core_service_proxy.h | 110 int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number) override;
|
H A D | core_manager_inner.h | 288 int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number);
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 761 int32_t CoreServiceClient::SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &n… in SetVoiceCallForwarding() function in OHOS::Telephony::CoreServiceClient 768 return proxy->SetVoiceCallForwarding(slotId, enable, number); in SetVoiceCallForwarding()
|
H A D | core_manager_inner.cpp | 2188 int32_t CoreManagerInner::SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &nu… in SetVoiceCallForwarding() function in OHOS::Telephony::CoreManagerInner 2194 return simManager_->SetVoiceCallForwarding(slotId, enable, number); in SetVoiceCallForwarding()
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 188 int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number) override;
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1181 int32_t CoreService::SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number) in SetVoiceCallForwarding() function in OHOS::Telephony::CoreService 1192 return simManager_->SetVoiceCallForwarding(slotId, enable, number); in SetVoiceCallForwarding()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_elementary_file_test.cpp | 631 …int32_t result = CoreServiceClient::GetInstance().SetVoiceCallForwarding(SimTest::slotId_, true, n…
|
H A D | sim_test.cpp | 303 …int32_t result = CoreServiceClient::GetInstance().SetVoiceCallForwarding(SimTest::slotId_, true, n…
|
H A D | zero_branch_test_core_service.cpp | 226 DelayedSingleton<CoreService>::GetInstance()->SetVoiceCallForwarding(SLOT_ID, true, number);
|
/ohos5.0/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 635 int32_t result = g_telephonyService->SetVoiceCallForwarding(testSlot, true, number); in TestSetVoiceCallForwarding()
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 1526 … CoreManagerInner::GetInstance().SetVoiceCallForwarding(info.slotId, info.enable, info.number); in SetCallTransferInfoResponse()
|