Home
last modified time | relevance | path

Searched refs:ProcessIccReady (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Disim_file.cpp95 bool IsimFile::ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event) in ProcessIccReady() function in OHOS::Telephony::IsimFile
178 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessIccReady(event); }; in InitMemberFunc()
H A Druim_file.cpp133 bool RuimFile::ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event) in ProcessIccReady() function in OHOS::Telephony::RuimFile
309 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessIccReady(event); }; in InitMemberFunc()
H A Dsim_file.cpp241 bool SimFile::ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event) in ProcessIccReady() function in OHOS::Telephony::SimFile
1794 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessIccReady(event); }; in InitBaseMemberFunc()
/ohos5.0/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;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp571 EXPECT_FALSE(simFile->ProcessIccReady(event));
796 EXPECT_FALSE(iSimFile->ProcessIccReady(event));