Home
last modified time | relevance | path

Searched refs:ProcessIccLocked (Results 1 - 7 of 7) sorted by relevance

/base/telephony/core_service/services/sim/src/
H A Druim_file.cpp151 bool RuimFile::ProcessIccLocked(const AppExecFwk::InnerEvent::Pointer &event) in ProcessIccLocked() function in OHOS::Telephony::RuimFile
155 IccFile::ProcessIccLocked(); in ProcessIccLocked()
318 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessIccLocked(event); }; in InitMemberFunc()
320 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessIccLocked(event); }; in InitMemberFunc()
H A Dsim_file.cpp257 bool SimFile::ProcessIccLocked(const AppExecFwk::InnerEvent::Pointer &event) in ProcessIccLocked() function in OHOS::Telephony::SimFile
260 IccFile::ProcessIccLocked(); in ProcessIccLocked()
1800 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessIccLocked(event); }; in InitBaseMemberFunc()
1802 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessIccLocked(event); }; in InitBaseMemberFunc()
H A Dicc_file.cpp764 void IccFile::ProcessIccLocked() in ProcessIccLocked() function in OHOS::Telephony::IccFile
766 TELEPHONY_LOGI("IccFile ProcessIccLocked"); in ProcessIccLocked()
/base/telephony/core_service/services/sim/include/
H A Druim_file.h53 bool ProcessIccLocked(const AppExecFwk::InnerEvent::Pointer &event);
H A Dsim_file.h65 bool ProcessIccLocked(const AppExecFwk::InnerEvent::Pointer &event);
H A Dicc_file.h96 void ProcessIccLocked();
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp784 EXPECT_FALSE(simFile->ProcessIccLocked(event)); in HWTEST_F()
893 EXPECT_FALSE(rUimFile->ProcessIccLocked(event)); in HWTEST_F()

Completed in 13 milliseconds