Home
last modified time | relevance | path

Searched refs:QueryImsSwitch (Results 1 – 9 of 9) sorted by relevance

/base/telephony/core_service/services/sim/include/
Dmulti_sim_controller.h68 int32_t QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue);
Dsim_manager.h128 int32_t QueryImsSwitch(int32_t, int32_t &imsSwitchValue) override;
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h123 virtual int32_t QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue) = 0;
Dcore_manager_inner.h292 int32_t QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue);
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp413 int32_t queryRet = CoreManagerInner::GetInstance().QueryImsSwitch(slotId, lastImsSwitchValue); in SaveImsSwitch()
456 int32_t ret = CoreManagerInner::GetInstance().QueryImsSwitch(slotId, imsSwitchStatus); in GetSwitchStatus()
/base/telephony/core_service/services/sim/src/
Dsim_manager.cpp968 int32_t SimManager::QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue) in QueryImsSwitch() function in OHOS::Telephony::SimManager
974 return multiSimController_->QueryImsSwitch(slotId, imsSwitchValue); in QueryImsSwitch()
Dmulti_sim_controller.cpp938 int32_t MultiSimController::QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue) in QueryImsSwitch() function in OHOS::Telephony::MultiSimController
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp2174 int32_t CoreManagerInner::QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue) in QueryImsSwitch() function in OHOS::Telephony::CoreManagerInner
2180 return simManager_->QueryImsSwitch(slotId, imsSwitchValue); in QueryImsSwitch()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp971 EXPECT_NE(simManager->QueryImsSwitch(0, imsSwitchValue), TELEPHONY_ERR_SUCCESS);
972 EXPECT_NE(simManager->QueryImsSwitch(INVALID_SLOTID, imsSwitchValue), TELEPHONY_ERR_SUCCESS);