Home
last modified time | relevance | path

Searched refs:ProcessRetrieveNotificationListDone (Results 1 - 3 of 3) sorted by relevance

/base/telephony/core_service/services/sim/include/
H A Desim_file.h182 bool ProcessRetrieveNotificationListDone(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_test.cpp1529 EXPECT_TRUE(esimFile->ProcessRetrieveNotificationListDone(event)); in HWTEST_F()
1531 EXPECT_EQ(esimFile->ProcessRetrieveNotificationListDone(event1), false); in HWTEST_F()
1533 EXPECT_EQ(esimFile->ProcessRetrieveNotificationListDone(event1), false); in HWTEST_F()
/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp2246 bool EsimFile::ProcessRetrieveNotificationListDone(const AppExecFwk::InnerEvent::Pointer &event) in ProcessRetrieveNotificationListDone() function in OHOS::Telephony::EsimFile
3153 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessRetrieveNotificationListDone(event); }; in InitMemberFunc()

Completed in 19 milliseconds