Home
last modified time | relevance | path

Searched refs:ProcessIccReady (Results 1 - 11 of 11) sorted by relevance

/base/telephony/core_service/services/sim/include/
H A Disim_file.h29 bool ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event);
H A Druim_file.h31 bool ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event);
H A Dsim_file.h39 bool ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event);
H A Dicc_file.h65 virtual bool ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event) = 0;
H A Desim_file.h64 bool ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/core_service/services/sim/src/
H A Disim_file.cpp103 bool IsimFile::ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event) in ProcessIccReady() function in OHOS::Telephony::IsimFile
186 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessIccReady(event); }; in InitMemberFunc()
H A Druim_file.cpp140 bool RuimFile::ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event) in ProcessIccReady() function in OHOS::Telephony::RuimFile
316 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessIccReady(event); }; in InitMemberFunc()
H A Dsim_file.cpp245 bool SimFile::ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event) in ProcessIccReady() function in OHOS::Telephony::SimFile
1798 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessIccReady(event); }; in InitBaseMemberFunc()
H A Desim_file.cpp3217 bool EsimFile::ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event) in ProcessIccReady() function in OHOS::Telephony::EsimFile
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp583 EXPECT_FALSE(simFile->ProcessIccReady(event)); in HWTEST_F()
808 EXPECT_FALSE(iSimFile->ProcessIccReady(event)); in HWTEST_F()
/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_test.cpp431 int res = esimFile->ProcessIccReady(event); in HWTEST_F()

Completed in 25 milliseconds