Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmulti_sim_controller.h67 int32_t QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue);
H A Dsim_manager.h147 int32_t QueryImsSwitch(int32_t, int32_t &imsSwitchValue) override;
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp610 int32_t queryRet = CoreManagerInner::GetInstance().QueryImsSwitch(slotId, lastImsSwitchValue); in SaveImsSwitch()
631 int32_t ret = CoreManagerInner::GetInstance().QueryImsSwitch(slotId, imsSwitchStatus); in saveImsSwitchStatusToLocalForPowerOn()
709 int32_t ret = CoreManagerInner::GetInstance().QueryImsSwitch(slotId, imsSwitchStatus); in GetSwitchStatus()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h136 virtual int32_t QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue) = 0;
H A Dcore_manager_inner.h315 int32_t QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp1173 int32_t SimManager::QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue) in QueryImsSwitch() function in OHOS::Telephony::SimManager
1179 return multiSimController_->QueryImsSwitch(slotId, imsSwitchValue); in QueryImsSwitch()
H A Dmulti_sim_controller.cpp1224 int32_t MultiSimController::QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue) in QueryImsSwitch() function in OHOS::Telephony::MultiSimController
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp1203 EXPECT_EQ(mInner.QueryImsSwitch(INVALID_SLOTID, imsSwitchValue), TELEPHONY_ERROR);
1375 EXPECT_NE(multiSimController->QueryImsSwitch(0, imsSwitchValue), TELEPHONY_ERR_SUCCESS);
1453 EXPECT_GE(multiSimController->QueryImsSwitch(0, imsSwitchValue), TELEPHONY_ERR_SUCCESS);
1624 EXPECT_NE(simManager->QueryImsSwitch(0, imsSwitchValue), TELEPHONY_ERR_SUCCESS);
1625 EXPECT_NE(simManager->QueryImsSwitch(INVALID_SLOTID, imsSwitchValue), TELEPHONY_ERR_SUCCESS);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp2382 int32_t CoreManagerInner::QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue) in QueryImsSwitch() function in OHOS::Telephony::CoreManagerInner
2388 return simManager_->QueryImsSwitch(slotId, imsSwitchValue); in QueryImsSwitch()