Home
last modified time | relevance | path

Searched refs:GetEuiccChallenge (Results 1 - 20 of 20) sorted by relevance

/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_core_service_test.cpp141 EXPECT_NE(mCoreService->GetEuiccChallenge( in HWTEST_F()
144 EXPECT_EQ(mCoreService->GetEuiccChallenge( in HWTEST_F()
H A Desim_manager_test.cpp216 HWTEST_F(EsimManagerTest, GetEuiccChallenge, Function | MediumTest | Level1) in HWTEST_F()
223 int32_t ret = simManager->GetEuiccChallenge(slotId, portIndex, responseResult); in HWTEST_F()
230 ret = simManager->GetEuiccChallenge(slotId, portIndex, responseResult); in HWTEST_F()
240 ret = simManager->GetEuiccChallenge(slotId, portIndex, responseResult); in HWTEST_F()
H A Desim_core_service_client_branch_test.cpp128 int32_t result = CoreServiceClient::GetInstance().GetEuiccChallenge(slotId, portIndex, responseResult); in HWTEST_F()
H A Desim_core_service_client_test.cpp110 int32_t result = CoreServiceClient::GetInstance().GetEuiccChallenge(slotId, portIndex, responseResult); in HWTEST_F()
H A Desim_file_manager_test.cpp169 ResponseEsimResult res = simFileManager.GetEuiccChallenge(portIndex); in HWTEST_F()
172 res = simFileManager.GetEuiccChallenge(portIndex); in HWTEST_F()
H A Desim_core_service_proxy_test.cpp323 int32_t ret = proxy.GetEuiccChallenge(SLOT_ID, portIndex, responseResult); in HWTEST_F()
334 int32_t ret = proxy.GetEuiccChallenge(SLOT_ID, portIndex, responseResult); in HWTEST_F()
345 int32_t ret = proxy.GetEuiccChallenge(SLOT_ID, portIndex, responseResult); in HWTEST_F()
/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h102 ResponseEsimResult GetEuiccChallenge(int32_t portIndex);
H A Dsim_manager.h166 int32_t GetEuiccChallenge(int32_t slotId, int32_t portIndex, ResponseEsimResult &responseResult) override;
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_client.h990 int32_t GetEuiccChallenge(int32_t slotId, int32_t portIndex, ResponseEsimResult &responseResult);
H A Di_sim_manager.h164 virtual int32_t GetEuiccChallenge(
H A Dcore_service_proxy.h159 int32_t GetEuiccChallenge(int32_t slotId, int32_t portIndex, ResponseEsimResult &responseResult) override;
H A Di_core_service.h172 virtual int32_t GetEuiccChallenge(
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp1149 int32_t CoreServiceClient::GetEuiccChallenge( in GetEuiccChallenge() function in OHOS::Telephony::CoreServiceClient
1157 return proxy->GetEuiccChallenge(slotId, portIndex, responseResult); in GetEuiccChallenge()
H A Dcore_service_proxy.cpp3478 int32_t CoreServiceProxy::GetEuiccChallenge( in GetEuiccChallenge() function in OHOS::Telephony::CoreServiceProxy
3504 TELEPHONY_LOGE("GetEuiccChallenge sendRequest failed, error code is %{public}d", euiccResult); in GetEuiccChallenge()
4243 TELEPHONY_LOGE("GetEuiccChallenge sendRequest failed, error code is %{public}d", resultSend); in RealAuthenticateServer()
/base/telephony/core_service/services/core/include/
H A Dcore_service.h275 int32_t GetEuiccChallenge(int32_t slotId, int32_t portIndex, ResponseEsimResult &responseResult) override;
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h618 int32_t GetEuiccChallenge(
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1752 int32_t CoreService::GetEuiccChallenge(int32_t slotId, int32_t portIndex, ResponseEsimResult &responseResult) in GetEuiccChallenge() function in OHOS::Telephony::CoreService
1766 return simManager_->GetEuiccChallenge(slotId, portIndex, responseResult); in GetEuiccChallenge()
H A Dcore_service_stub.cpp2156 int32_t result = GetEuiccChallenge(slotId, portIndex, responseResult); in OnGetEuiccChallenge()
/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp1323 int32_t SimManager::GetEuiccChallenge(int32_t slotId, int32_t portIndex, ResponseEsimResult &responseResult) in GetEuiccChallenge() function in OHOS::Telephony::SimManager
1329 responseResult = simFileManager_[slotId]->GetEuiccChallenge(portIndex); in GetEuiccChallenge()
H A Dsim_file_manager.cpp1057 ResponseEsimResult SimFileManager::GetEuiccChallenge(int32_t portIndex) in GetEuiccChallenge() function in OHOS::Telephony::SimFileManager

Completed in 33 milliseconds