/base/telephony/core_service/test/fuzztest/simauthentication_fuzzer/ |
H A D | simauthentication_fuzzer.cpp | 113 void SimAuthentication(const uint8_t *data, size_t size) in SimAuthentication() function 165 SimAuthentication(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_state_manager.h | 56 int32_t SimAuthentication(
|
H A D | sim_state_handle.h | 139 int32_t SimAuthentication(int32_t slotId, AuthType authType, const std::string &authData);
|
H A D | sim_manager.h | 92 int32_t SimAuthentication(
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_sim_defs.h | 386 void (*SimAuthentication)(const ReqDataInfo *requestInfo, HRilSimAuthenticationRequestInfo *data, size_t dataLen); member
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test_util.cpp | 451 int32_t result = CoreServiceClient::GetInstance().SimAuthentication(SimTest::slotId_, authType, authData, response); in SimAuthenticationTestFunc() 462 CoreServiceClient::GetInstance().SimAuthentication(SimTest::slotId1_, authType, authData, response); in SimAuthenticationTestFunc1() 471 int32_t result = CoreServiceClient::GetInstance().SimAuthentication(SimTest::slotId_, authType, authData, response); in SimAuthenticationTestFunc2() 480 int32_t result = CoreServiceClient::GetInstance().SimAuthentication(SimTest::slotId_, authType, authData, response); in SimAuthenticationTestFunc3()
|
H A D | sim_core_service_test.cpp | 107 EXPECT_NE(mCoreService->SimAuthentication(0, AuthType::SIM_AUTH_EAP_SIM_TYPE, "", mSimAuthenticationResponse), in HWTEST_F() 252 EXPECT_NE(mCoreService->SimAuthentication(0, AuthType::SIM_AUTH_EAP_SIM_TYPE, "", mSimAuthenticationResponse), in HWTEST_F()
|
/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_manager.cpp | 519 int32_t SimStateManager::SimAuthentication( in SimAuthentication() function in OHOS::Telephony::SimStateManager 523 TELEPHONY_LOGE("SimAuthentication(), simStateHandle_ is nullptr!!!"); in SimAuthentication() 529 ret = simStateHandle_->SimAuthentication(slotId, authType, authData); in SimAuthentication() 531 TELEPHONY_LOGI("SimAuthentication::wait(), response = false"); in SimAuthentication() 539 TELEPHONY_LOGI("SimStateManager::SimAuthentication(), sw1: %{public}d, sw2: %{public}d", response.sw1, in SimAuthentication()
|
H A D | sim_state_handle.cpp | 457 int32_t SimStateHandle::SimAuthentication(int32_t slotId, AuthType authType, const std::string &authData) in SimAuthentication() function in OHOS::Telephony::SimStateHandle 471 TELEPHONY_LOGE("SimStateHandle::SimAuthentication() telRilManager is nullptr!!"); in SimAuthentication() 474 return telRilManager->SimAuthentication(slotId, requireInfo, event); in SimAuthentication()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sim.h | 65 int32_t SimAuthentication(
|
H A D | tel_ril_manager.h | 280 int32_t SimAuthentication(int32_t slotId, const SimAuthenticationRequestInfo &reqInfo,
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_sim_manager.h | 113 MOCK_METHOD4(SimAuthentication, int32_t(int32_t, AuthType, const std::string &, SimAuthenticationResponse &));
|
H A D | mock_core_service.h | 150 MOCK_METHOD(int32_t, SimAuthentication,
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 119 .SimAuthentication = ReqSimAuthentication,
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sim.cpp | 460 int32_t TelRilSim::SimAuthentication( in SimAuthentication() function in OHOS::Telephony::TelRilSim 467 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SimAuthentication, simAuthInfo); in SimAuthentication()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_sim_test.cpp | 539 int32_t ret = g_rilInterface->SimAuthentication(SLOTID_1, RilTestUtil::GetSerialId(), simAuthInfo); in HWTEST_F() 559 int32_t ret = g_rilInterface->SimAuthentication(SLOTID_2, RilTestUtil::GetSerialId(), simAuthInfo); in HWTEST_F()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 800 int32_t SimAuthentication(
|
H A D | i_sim_manager.h | 90 virtual int32_t SimAuthentication(
|
H A D | core_service_proxy.h | 137 int32_t SimAuthentication(
|
H A D | i_tel_ril_manager.h | 258 virtual int32_t SimAuthentication(int32_t slotId, const SimAuthenticationRequestInfo &reqInfo,
|
H A D | i_core_service.h | 150 virtual int32_t SimAuthentication(
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_sim.h | 56 int32_t SimAuthentication(int32_t serialId, const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo &simAuthInfo);
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 937 int32_t CoreServiceClient::SimAuthentication( in SimAuthentication() function in OHOS::Telephony::CoreServiceClient 945 return proxy->SimAuthentication(slotId, authType, authData, response); in SimAuthentication()
|
/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 229 int32_t SimAuthentication(
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 483 int32_t SimAuthentication(
|