Home
last modified time | relevance | path

Searched refs:SimAuthentication (Results 1 - 25 of 40) sorted by relevance

12

/base/telephony/core_service/test/fuzztest/simauthentication_fuzzer/
H A Dsimauthentication_fuzzer.cpp113 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 Dsim_state_manager.h56 int32_t SimAuthentication(
H A Dsim_state_handle.h139 int32_t SimAuthentication(int32_t slotId, AuthType authType, const std::string &authData);
H A Dsim_manager.h92 int32_t SimAuthentication(
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h386 void (*SimAuthentication)(const ReqDataInfo *requestInfo, HRilSimAuthenticationRequestInfo *data, size_t dataLen); member
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test_util.cpp451 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 Dsim_core_service_test.cpp107 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 Dsim_state_manager.cpp519 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 Dsim_state_handle.cpp457 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 Dtel_ril_sim.h65 int32_t SimAuthentication(
H A Dtel_ril_manager.h280 int32_t SimAuthentication(int32_t slotId, const SimAuthenticationRequestInfo &reqInfo,
/base/telephony/cellular_data/test/mock/
H A Dmock_sim_manager.h113 MOCK_METHOD4(SimAuthentication, int32_t(int32_t, AuthType, const std::string &, SimAuthenticationResponse &));
H A Dmock_core_service.h150 MOCK_METHOD(int32_t, SimAuthentication,
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c119 .SimAuthentication = ReqSimAuthentication,
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp460 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 Dril_sim_test.cpp539 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 Dcore_service_client.h800 int32_t SimAuthentication(
H A Di_sim_manager.h90 virtual int32_t SimAuthentication(
H A Dcore_service_proxy.h137 int32_t SimAuthentication(
H A Di_tel_ril_manager.h258 virtual int32_t SimAuthentication(int32_t slotId, const SimAuthenticationRequestInfo &reqInfo,
H A Di_core_service.h150 virtual int32_t SimAuthentication(
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sim.h56 int32_t SimAuthentication(int32_t serialId, const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo &simAuthInfo);
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp937 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 Dcore_service.h229 int32_t SimAuthentication(
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h483 int32_t SimAuthentication(

Completed in 20 milliseconds

12