/base/telephony/core_service/test/fuzztest/setvoicemailinfo_fuzzer/ |
H A D | setvoicemailinfo_fuzzer.cpp | 62 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 D | sim_icc_test.cpp | 48 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 D | sim_core_service_test.cpp | 120 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 D | zero_branch_test_core_service.cpp | 216 DelayedSingleton<CoreService>::GetInstance()->GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
|
H A D | vsim_test.cpp | 766 status = CoreManagerInner::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 1136 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 D | multi_sim_controller.h | 69 int32_t GetActiveSimAccountInfoList(bool denied, std::vector<IccAccountInfo> &iccAccountInfoList);
|
H A D | sim_manager.h | 88 int32_t GetActiveSimAccountInfoList(bool denied, std::vector<IccAccountInfo> &iccAccountInfoList) override;
|
/base/telephony/core_service/frameworks/cj/telephony_sim/src/ |
H A D | telephony_sim_impl.cpp | 283 errCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetActiveSimAccountInfoList(activeInfo); in getActiveSimAccountInfoList()
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_sim_manager.h | 70 MOCK_METHOD2(GetActiveSimAccountInfoList, int32_t(bool, std::vector<IccAccountInfo> &));
|
H A D | mock_core_service.h | 108 MOCK_METHOD(int32_t, GetActiveSimAccountInfoList, (std::vector<IccAccountInfo> & iccAccountInfoList), (override));
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 432 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList);
|
H A D | i_sim_manager.h | 86 virtual int32_t GetActiveSimAccountInfoList(bool denied, std::vector<IccAccountInfo> &iccAccountInfoList) = 0;
|
H A D | core_service_proxy.h | 79 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override;
|
H A D | i_core_service.h | 110 virtual int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) = 0;
|
H A D | core_manager_inner.h | 267 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList);
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 545 int32_t CoreServiceClient::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreServiceClient 552 return proxy->GetActiveSimAccountInfoList(iccAccountInfoList); in GetActiveSimAccountInfoList()
|
H A D | core_manager_inner.cpp | 1977 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 D | core_service.h | 172 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override;
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 315 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 789 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 D | sim_manager.cpp | 560 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 D | multi_sim_controller.cpp | 1218 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 D | napi_sim.cpp | 2136 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 D | test.cpp | 939 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()
|