Home
last modified time | relevance | path

Searched refs:ProcessGetSubscriptionDone (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/updatevoicemail_fuzzer/
H A Dupdatevoicemail_fuzzer.cpp64 ruimFile->ProcessGetSubscriptionDone(event); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Druim_file.h62 bool ProcessGetSubscriptionDone(const AppExecFwk::InnerEvent::Pointer &event);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Druim_file.cpp178 bool RuimFile::ProcessGetSubscriptionDone(const AppExecFwk::InnerEvent::Pointer &event) in ProcessGetSubscriptionDone() function in OHOS::Telephony::RuimFile
319 …[this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessGetSubscriptionDone(event); }; in InitMemberFunc()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp859 EXPECT_TRUE(rUimFile->ProcessGetSubscriptionDone(event));