Home
last modified time | relevance | path

Searched refs:eventRequestAllProfiles (Results 1 - 2 of 2) sorted by relevance

/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_test.cpp237 AppExecFwk::InnerEvent::Pointer eventRequestAllProfiles = iccFile->BuildCallerInfo(MSG_ESIM_REQUEST_ALL_PROFILES); in HWTEST_F() local
239 EXPECT_FALSE(esimFile->ProcessRequestAllProfiles(slotId, eventRequestAllProfiles)); in HWTEST_F()
241 EXPECT_FALSE(esimFile->ProcessRequestAllProfiles(slotId, eventRequestAllProfiles)); in HWTEST_F()
245 EXPECT_TRUE(esimFile->ProcessRequestAllProfiles(slotId, eventRequestAllProfiles)); in HWTEST_F()
258 auto eventRequestAllProfiles = AppExecFwk::InnerEvent::Get(0); in HWTEST_F() local
259 EXPECT_EQ(esimFile->ProcessRequestAllProfilesDone(eventRequestAllProfiles), false); in HWTEST_F()
260 eventRequestAllProfiles = nullptr; in HWTEST_F()
261 EXPECT_EQ(esimFile->ProcessRequestAllProfilesDone(eventRequestAllProfiles), false); in HWTEST_F()
/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp130 AppExecFwk::InnerEvent::Pointer eventRequestAllProfiles = BuildCallerInfo(MSG_ESIM_REQUEST_ALL_PROFILES); in GetEuiccProfileInfoList() local
131 if (!ProcessRequestAllProfiles(slotId_, eventRequestAllProfiles)) { in GetEuiccProfileInfoList()

Completed in 11 milliseconds