/base/telephony/core_service/test/fuzztest/setvoicemailinfo_fuzzer/ |
D | setvoicemailinfo_fuzzer.cpp | 86 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/ |
D | multi_sim_controller.h | 70 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList);
|
D | sim_manager.h | 77 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override;
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_sim_manager.h | 70 … virtual int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) = 0;
|
D | core_service_client.h | 75 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList);
|
D | i_core_service.h | 92 … virtual int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) = 0;
|
D | core_service_proxy.h | 70 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override;
|
D | core_manager_inner.h | 250 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList);
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 154 int32_t GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) override;
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 483 int32_t CoreServiceClient::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoL… in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreServiceClient 490 return proxy->GetActiveSimAccountInfoList(iccAccountInfoList); in GetActiveSimAccountInfoList()
|
D | core_manager_inner.cpp | 1825 int32_t CoreManagerInner::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoLi… in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreManagerInner 1831 return simManager_->GetActiveSimAccountInfoList(iccAccountInfoList); in GetActiveSimAccountInfoList()
|
D | core_service_proxy.cpp | 1257 int32_t CoreServiceProxy::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoLi… in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreServiceProxy
|
/base/telephony/core_service/services/sim/src/ |
D | sim_manager.cpp | 455 int32_t SimManager::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() function in OHOS::Telephony::SimManager 461 return multiSimController_->GetActiveSimAccountInfoList(iccAccountInfoList); in GetActiveSimAccountInfoList()
|
D | multi_sim_controller.cpp | 953 int32_t MultiSimController::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfo… in GetActiveSimAccountInfoList() function in OHOS::Telephony::MultiSimController
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 613 int32_t CoreService::GetActiveSimAccountInfoList(std::vector<IccAccountInfo> &iccAccountInfoList) in GetActiveSimAccountInfoList() function in OHOS::Telephony::CoreService 624 return simManager_->GetActiveSimAccountInfoList(iccAccountInfoList); in GetActiveSimAccountInfoList()
|
D | core_service_stub.cpp | 1027 int32_t result = GetActiveSimAccountInfoList(iccAccountInfoList); in OnGetActiveSimAccountInfoList()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | sim_test.cpp | 1099 … int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList); 1116 … int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList); 1132 … int32_t result = CoreServiceClient::GetInstance().GetActiveSimAccountInfoList(iccAccountInfoList);
|
D | zero_branch_test.cpp | 738 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/ |
D | napi_sim.cpp | 1643 …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/ |
D | test.cpp | 824 int32_t result = g_telephonyService->GetActiveSimAccountInfoList(iccAccountInfoList); in TestGetActiveSimAccountInfoList()
|