Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/include/
H A Desim_file.h131 bool ProcessRequestAllProfilesDone(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_test.cpp257 EXPECT_TRUE(esimFile->ProcessRequestAllProfilesDone(event)); in HWTEST_F()
259 EXPECT_EQ(esimFile->ProcessRequestAllProfilesDone(eventRequestAllProfiles), false); in HWTEST_F()
261 EXPECT_EQ(esimFile->ProcessRequestAllProfilesDone(eventRequestAllProfiles), false); in HWTEST_F()
/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp442 bool EsimFile::ProcessRequestAllProfilesDone(const AppExecFwk::InnerEvent::Pointer &event) in ProcessRequestAllProfilesDone() function in OHOS::Telephony::EsimFile
3123 [this](const AppExecFwk::InnerEvent::Pointer &event) { return ProcessRequestAllProfilesDone(event); }; in InitMemberFunc()

Completed in 13 milliseconds