Home
last modified time | relevance | path

Searched refs:GetTargetIccId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmulti_sim_controller.h115 int32_t GetTargetIccId(int32_t slotId, std::string &iccId);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_controller.cpp1145 int32_t MultiSimController::GetTargetIccId(int32_t slotId, std::string &iccId) in GetTargetIccId() function in OHOS::Telephony::MultiSimController
1213 if (GetTargetIccId(slotId, curIccid) != TELEPHONY_SUCCESS || simDbHelper_ == nullptr) { in SaveImsSwitch()
1227 if (GetTargetIccId(slotId, curIccid) != TELEPHONY_SUCCESS || simDbHelper_ == nullptr) { in QueryImsSwitch()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_core_service.cpp457 multiSimController->GetTargetIccId(INVALID_SLOTID, iccId);