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.h63 int32_t QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue);
Dsim_manager.h138 int32_t QueryImsSwitch(int32_t, int32_t &imsSwitchValue) override;
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h133 virtual int32_t QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue) = 0;
Dcore_manager_inner.h306 int32_t QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue);
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp568 int32_t queryRet = CoreManagerInner::GetInstance().QueryImsSwitch(slotId, lastImsSwitchValue); in SaveImsSwitch()
589 int32_t ret = CoreManagerInner::GetInstance().QueryImsSwitch(slotId, imsSwitchStatus); in saveImsSwitchStatusToLocalForPowerOn()
667 int32_t ret = CoreManagerInner::GetInstance().QueryImsSwitch(slotId, imsSwitchStatus); in GetSwitchStatus()
/base/telephony/core_service/services/sim/src/
Dsim_manager.cpp1102 int32_t SimManager::QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue) in QueryImsSwitch() function in OHOS::Telephony::SimManager
1108 return multiSimController_->QueryImsSwitch(slotId, imsSwitchValue); in QueryImsSwitch()
Dmulti_sim_controller.cpp1094 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.cpp2298 int32_t CoreManagerInner::QueryImsSwitch(int32_t slotId, int32_t &imsSwitchValue) in QueryImsSwitch() function in OHOS::Telephony::CoreManagerInner
2304 return simManager_->QueryImsSwitch(slotId, imsSwitchValue); in QueryImsSwitch()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp1155 EXPECT_EQ(mInner.QueryImsSwitch(INVALID_SLOTID, imsSwitchValue), TELEPHONY_ERROR);
1326 EXPECT_NE(multiSimController->QueryImsSwitch(0, imsSwitchValue), TELEPHONY_ERR_SUCCESS);
1499 EXPECT_NE(simManager->QueryImsSwitch(0, imsSwitchValue), TELEPHONY_ERR_SUCCESS);
1500 EXPECT_NE(simManager->QueryImsSwitch(INVALID_SLOTID, imsSwitchValue), TELEPHONY_ERR_SUCCESS);