Home
last modified time | relevance | path

Searched refs:ProcessGetIccidDone (Results 1 - 6 of 6) sorted by relevance

/base/telephony/core_service/services/sim/include/
H A Disim_file.h56 bool ProcessGetIccidDone(const AppExecFwk::InnerEvent::Pointer &event);
H A Druim_file.h61 bool ProcessGetIccidDone(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/core_service/test/fuzztest/updatevoicemail_fuzzer/
H A Dupdatevoicemail_fuzzer.cpp63 ruimFile->ProcessGetIccidDone(event); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/sim/src/
H A Disim_file.cpp137 bool IsimFile::ProcessGetIccidDone(const AppExecFwk::InnerEvent::Pointer &event) in ProcessGetIccidDone() function in OHOS::Telephony::IsimFile
192 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessGetIccidDone(event); }; in InitMemberFunc()
H A Druim_file.cpp191 bool RuimFile::ProcessGetIccidDone(const AppExecFwk::InnerEvent::Pointer &event) in ProcessGetIccidDone() function in OHOS::Telephony::RuimFile
324 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessGetIccidDone(event); }; in InitMemberFunc()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp802 EXPECT_TRUE(iSimFile->ProcessGetIccidDone(event)); in HWTEST_F()
821 EXPECT_TRUE(iSimFile->ProcessGetIccidDone(event)); in HWTEST_F()
848 EXPECT_TRUE(rUimFile->ProcessGetIccidDone(event)); in HWTEST_F()
870 EXPECT_TRUE(rUimFile->ProcessGetIccidDone(event)); in HWTEST_F()

Completed in 9 milliseconds