Home
last modified time | relevance | path

Searched refs:iccAccountInfoList (Results 1 - 23 of 23) sorted by relevance

/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_icc_test.cpp47 std::vector<IccAccountInfo> iccAccountInfoList; in HWTEST_F() local
48 int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
64 std::vector<IccAccountInfo> iccAccountInfoList; in HWTEST_F() local
65 int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
80 std::vector<IccAccountInfo> iccAccountInfoList; in HWTEST_F() local
81 int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
H A Dsim_core_service_test.cpp119 std::vector<IccAccountInfo> iccAccountInfoList = {}; in HWTEST_F() local
120 EXPECT_NE(mCoreService->GetActiveSimAccountInfoList(iccAccountInfoList), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
264 std::vector<IccAccountInfo> iccAccountInfoList = {}; in HWTEST_F() local
265 EXPECT_NE(mCoreService->GetActiveSimAccountInfoList(iccAccountInfoList), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
H A Dzero_branch_test_core_service.cpp215 std::vector<IccAccountInfo> iccAccountInfoList = {}; in HWTEST_F() local
216 DelayedSingleton<CoreService>::GetInstance()->GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
H A Dvsim_test.cpp765 std::vector<IccAccountInfo> iccAccountInfoList; in HWTEST_F() local
766 status = CoreManagerInner::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
H A Dzero_branch_test.cpp1135 std::vector<IccAccountInfo> iccAccountInfoList; in HWTEST_F() local
1136 EXPECT_GT(mInner.GetActiveSimAccountInfoList(iccAccountInfoList), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
1394 std::vector<IccAccountInfo> iccAccountInfoList = {}; in HWTEST_F() local
1395 EXPECT_NE(multiSimController->GetActiveSimAccountInfoList(false, iccAccountInfoList), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
1533 std::vector<IccAccountInfo> iccAccountInfoList; in HWTEST_F() local
1534 EXPECT_GT(simManager->GetActiveSimAccountInfoList(false, iccAccountInfoList), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
/base/telephony/core_service/services/sim/include/
H A Dmulti_sim_controller.h69 int32_t GetActiveSimAccountInfoList(bool denied, std::vector<IccAccountInfo> &iccAccountInfoList);
H A Dsim_manager.h88 int32_t GetActiveSimAccountInfoList(bool denied, std::vector<IccAccountInfo> &iccAccountInfoList) override;
/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_controller.cpp1218 int32_t MultiSimController::GetActiveSimAccountInfoList(bool denied, std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() argument
1224 iccAccountInfoList.clear(); in GetActiveSimAccountInfoList()
1233 iccAccountInfoList.emplace_back(*it); in GetActiveSimAccountInfoList()
1236 return iccAccountInfoList.size() > 0 ? TELEPHONY_ERR_SUCCESS : TELEPHONY_ERR_NO_SIM_CARD; in GetActiveSimAccountInfoList()
H A Dsim_manager.cpp560 int32_t SimManager::GetActiveSimAccountInfoList(bool denied, std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() argument
566 return multiSimController_->GetActiveSimAccountInfoList(denied, iccAccountInfoList); in GetActiveSimAccountInfoList()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_client.h429 * @param iccAccountInfoList[out], the list of active SIM card account information
432 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList);
H A Di_sim_manager.h86 virtual int32_t GetActiveSimAccountInfoList(bool denied, std::vector<IccAccountInfo> &iccAccountInfoList) = 0;
H A Dcore_service_proxy.h79 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override;
H A Di_core_service.h110 virtual int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) = 0;
H A Dcore_manager_inner.h267 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList);
/base/telephony/cellular_data/test/mock/
H A Dmock_core_service.h108 MOCK_METHOD(int32_t, GetActiveSimAccountInfoList, (std::vector<IccAccountInfo> & iccAccountInfoList), (override));
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp545 int32_t CoreServiceClient::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() argument
552 return proxy->GetActiveSimAccountInfoList(iccAccountInfoList); in GetActiveSimAccountInfoList()
H A Dcore_manager_inner.cpp1977 int32_t CoreManagerInner::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() argument
1983 return simManager_->GetActiveSimAccountInfoList(false, iccAccountInfoList); in GetActiveSimAccountInfoList()
H A Dcore_service_proxy.cpp1431 int32_t CoreServiceProxy::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() argument
1458 iccAccountInfoList.clear(); in GetActiveSimAccountInfoList()
1463 iccAccountInfoList.emplace_back(accountInfo); in GetActiveSimAccountInfoList()
/base/telephony/core_service/services/sim/test/
H A Dtest.cpp938 std::vector<IccAccountInfo> iccAccountInfoList; in TestGetActiveSimAccountInfoList() local
939 int32_t result = g_telephonyService->GetActiveSimAccountInfoList(iccAccountInfoList); in TestGetActiveSimAccountInfoList()
944 for (IccAccountInfo iccAccountInfo : iccAccountInfoList) { in TestGetActiveSimAccountInfoList()
/base/telephony/core_service/services/core/include/
H A Dcore_service.h172 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override;
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h315 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override
/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp1424 std::vector<IccAccountInfo> iccAccountInfoList; in OnGetActiveSimAccountInfoList() local
1425 int32_t result = GetActiveSimAccountInfoList(iccAccountInfoList); in OnGetActiveSimAccountInfoList()
1426 int32_t size = static_cast<int32_t>(iccAccountInfoList.size()); in OnGetActiveSimAccountInfoList()
1433 std::vector<IccAccountInfo>::iterator it = iccAccountInfoList.begin(); in OnGetActiveSimAccountInfoList()
1434 while (it != iccAccountInfoList.end()) { in OnGetActiveSimAccountInfoList()
H A Dcore_service.cpp789 int32_t CoreService::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() argument
801 return simManager_->GetActiveSimAccountInfoList(denied, iccAccountInfoList); in GetActiveSimAccountInfoList()

Completed in 44 milliseconds