Home
last modified time | relevance | path

Searched refs:SetVoiceCallForwarding (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Disim_file.h37 bool SetVoiceCallForwarding(bool enable, const std::string &number);
H A Druim_file.h45 bool SetVoiceCallForwarding(bool enable, const std::string &number);
H A Dsim_file_manager.h67 bool SetVoiceCallForwarding(bool enable, const std::string &number);
H A Dsim_file.h42 bool SetVoiceCallForwarding(bool enable, const std::string &number);
H A Dicc_file.h89 virtual bool SetVoiceCallForwarding(bool enable, const std::string &number) = 0;
H A Dsim_manager.h120 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 Dsetradiostate_fuzzer.cpp181 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 Disim_file.cpp266 bool IsimFile::SetVoiceCallForwarding(bool enable, const std::string &number) in SetVoiceCallForwarding() function in OHOS::Telephony::IsimFile
H A Dsim_file_manager.cpp464 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 Druim_file.cpp428 bool RuimFile::SetVoiceCallForwarding(bool enable, const std::string &number) in SetVoiceCallForwarding() function in OHOS::Telephony::RuimFile
H A Dsim_manager.cpp943 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 Di_sim_manager.h110 …virtual int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number) = 0;
H A Dcore_service_client.h640 int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number);
H A Di_core_service.h116 …virtual int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number) = 0;
H A Dcore_service_proxy.h110 int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number) override;
H A Dcore_manager_inner.h288 int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp761 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 Dcore_manager_inner.cpp2188 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 Dcore_service.h188 int32_t SetVoiceCallForwarding(int32_t slotId, bool enable, const std::string &number) override;
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1181 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 Dsim_elementary_file_test.cpp631 …int32_t result = CoreServiceClient::GetInstance().SetVoiceCallForwarding(SimTest::slotId_, true, n…
H A Dsim_test.cpp303 …int32_t result = CoreServiceClient::GetInstance().SetVoiceCallForwarding(SimTest::slotId_, true, n…
H A Dzero_branch_test_core_service.cpp226 DelayedSingleton<CoreService>::GetInstance()->SetVoiceCallForwarding(SLOT_ID, true, number);
/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dtest.cpp635 int32_t result = g_telephonyService->SetVoiceCallForwarding(testSlot, true, number); in TestSetVoiceCallForwarding()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp1526 … CoreManagerInner::GetInstance().SetVoiceCallForwarding(info.slotId, info.enable, info.number); in SetCallTransferInfoResponse()

12