Home
last modified time | relevance | path

Searched refs:GetActiveSimAccountInfoList (Results 1 – 20 of 20) sorted by relevance

/base/telephony/core_service/test/fuzztest/setvoicemailinfo_fuzzer/
Dsetvoicemailinfo_fuzzer.cpp86 void GetActiveSimAccountInfoList(const uint8_t *data, size_t size) in GetActiveSimAccountInfoList() function
161 GetActiveSimAccountInfoList(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/sim/include/
Dmulti_sim_controller.h70 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList);
Dsim_manager.h77 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override;
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h70 … virtual int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) = 0;
Dcore_service_client.h75 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList);
Di_core_service.h92 … virtual int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) = 0;
Dcore_service_proxy.h70 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override;
Dcore_manager_inner.h250 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList);
/base/telephony/core_service/services/core/include/
Dcore_service.h154 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override;
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp483 int32_t CoreServiceClient::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoL… in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreServiceClient
490 return proxy->GetActiveSimAccountInfoList(iccAccountInfoList); in GetActiveSimAccountInfoList()
Dcore_manager_inner.cpp1825 int32_t CoreManagerInner::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoLi… in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreManagerInner
1831 return simManager_->GetActiveSimAccountInfoList(iccAccountInfoList); in GetActiveSimAccountInfoList()
Dcore_service_proxy.cpp1257 int32_t CoreServiceProxy::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoLi… in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreServiceProxy
/base/telephony/core_service/services/sim/src/
Dsim_manager.cpp455 int32_t SimManager::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() function in OHOS::Telephony::SimManager
461 return multiSimController_->GetActiveSimAccountInfoList(iccAccountInfoList); in GetActiveSimAccountInfoList()
Dmulti_sim_controller.cpp953 int32_t MultiSimController::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfo… in GetActiveSimAccountInfoList() function in OHOS::Telephony::MultiSimController
/base/telephony/core_service/services/core/src/
Dcore_service.cpp613 int32_t CoreService::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreService
624 return simManager_->GetActiveSimAccountInfoList(iccAccountInfoList); in GetActiveSimAccountInfoList()
Dcore_service_stub.cpp1027 int32_t result = GetActiveSimAccountInfoList(iccAccountInfoList); in OnGetActiveSimAccountInfoList()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test.cpp1099 … int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList);
1116 … int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList);
1132 … int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList);
Dzero_branch_test.cpp738 EXPECT_GT(mInner.GetActiveSimAccountInfoList(iccAccountInfoList), TELEPHONY_ERR_SUCCESS);
914 EXPECT_GT(simManager->GetActiveSimAccountInfoList(iccAccountInfoList), TELEPHONY_ERR_SUCCESS);
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp1643 …orCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetActiveSimAccountInfoList(activeI… in NativeGetActiveSimAccountInfoList()
1669 napi_value GetActiveSimAccountInfoList(napi_env env, napi_callback_info info) in GetActiveSimAccountInfoList() function
2605 DECLARE_NAPI_FUNCTION("getActiveSimAccountInfoList", GetActiveSimAccountInfoList), in InitSimInterface()
/base/telephony/core_service/services/sim/test/
Dtest.cpp824 int32_t result = g_telephonyService->GetActiveSimAccountInfoList(iccAccountInfoList); in TestGetActiveSimAccountInfoList()