Home
last modified time | relevance | path

Searched refs:GetActiveSimAccountInfoList (Results 1 - 25 of 27) sorted by relevance

12

/base/telephony/core_service/test/fuzztest/setvoicemailinfo_fuzzer/
H A Dsetvoicemailinfo_fuzzer.cpp62 void GetActiveSimAccountInfoList(const uint8_t *data, size_t size) in GetActiveSimAccountInfoList() function
134 GetActiveSimAccountInfoList(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_icc_test.cpp48 int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
65 int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
81 int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
H A Dsim_core_service_test.cpp120 EXPECT_NE(mCoreService->GetActiveSimAccountInfoList(iccAccountInfoList), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
265 EXPECT_NE(mCoreService->GetActiveSimAccountInfoList(iccAccountInfoList), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
H A Dzero_branch_test_core_service.cpp216 DelayedSingleton<CoreService>::GetInstance()->GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
H A Dvsim_test.cpp766 status = CoreManagerInner::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
H A Dzero_branch_test.cpp1136 EXPECT_GT(mInner.GetActiveSimAccountInfoList(iccAccountInfoList), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
1395 EXPECT_NE(multiSimController->GetActiveSimAccountInfoList(false, iccAccountInfoList), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
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/frameworks/cj/telephony_sim/src/
H A Dtelephony_sim_impl.cpp283 errCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetActiveSimAccountInfoList(activeInfo); in getActiveSimAccountInfoList()
/base/telephony/cellular_data/test/mock/
H A Dmock_sim_manager.h70 MOCK_METHOD2(GetActiveSimAccountInfoList, int32_t(bool, std::vector<IccAccountInfo> &));
H A Dmock_core_service.h108 MOCK_METHOD(int32_t, GetActiveSimAccountInfoList, (std::vector<IccAccountInfo> & iccAccountInfoList), (override));
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_client.h432 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/core_service/frameworks/native/src/
H A Dcore_service_client.cpp545 int32_t CoreServiceClient::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreServiceClient
552 return proxy->GetActiveSimAccountInfoList(iccAccountInfoList); in GetActiveSimAccountInfoList()
H A Dcore_manager_inner.cpp1977 int32_t CoreManagerInner::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreManagerInner
1983 return simManager_->GetActiveSimAccountInfoList(false, iccAccountInfoList); in GetActiveSimAccountInfoList()
/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.cpp789 int32_t CoreService::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreService
796 TELEPHONY_LOGD("CoreService::GetActiveSimAccountInfoList"); in GetActiveSimAccountInfoList()
801 return simManager_->GetActiveSimAccountInfoList(denied, iccAccountInfoList); in GetActiveSimAccountInfoList()
/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp560 int32_t SimManager::GetActiveSimAccountInfoList(bool denied, std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() function in OHOS::Telephony::SimManager
566 return multiSimController_->GetActiveSimAccountInfoList(denied, iccAccountInfoList); in GetActiveSimAccountInfoList()
H A Dmulti_sim_controller.cpp1218 int32_t MultiSimController::GetActiveSimAccountInfoList(bool denied, std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() function in OHOS::Telephony::MultiSimController
/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp2136 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetActiveSimAccountInfoList(activeInfo); in NativeGetActiveSimAccountInfoList()
2159 env, status, asyncContext, false, { "GetActiveSimAccountInfoList", Permission::GET_TELEPHONY_STATE }); in GetActiveSimAccountInfoListCallback()
2162 napi_value GetActiveSimAccountInfoList(napi_env env, napi_callback_info info) in GetActiveSimAccountInfoList() function
2169 .funcName = "GetActiveSimAccountInfoList", in GetActiveSimAccountInfoList()
3189 DECLARE_NAPI_FUNCTION("getActiveSimAccountInfoList", GetActiveSimAccountInfoList), in InitSimInterface()
/base/telephony/core_service/services/sim/test/
H A Dtest.cpp939 int32_t result = g_telephonyService->GetActiveSimAccountInfoList(iccAccountInfoList); in TestGetActiveSimAccountInfoList()
942 std::cout << "TelephonyTestService Remote GetActiveSimAccountInfoList result [" << result << "] " << expect in TestGetActiveSimAccountInfoList()
1417 "46:GetActiveSimAccountInfoList\n47:GetOperatorConfigs\n" in Prompt()

Completed in 41 milliseconds

12