Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp55 while (!IsLogicChannelOpen()) { in SyncOpenChannel()
59 [this]() { return IsLogicChannelOpen(); })) { in SyncOpenChannel()
73 while (!IsLogicChannelOpen()) { in SyncOpenChannel()
77 [this]() { return IsLogicChannelOpen(); })) { in SyncOpenChannel()
91 while (IsLogicChannelOpen()) { in SyncCloseChannel()
95 [this]() { return !IsLogicChannelOpen(); })) { in SyncCloseChannel()
210 if (!IsLogicChannelOpen()) { in ProcessObtainEid()
232 if (!IsLogicChannelOpen()) { in ProcessObtainEuiccInfo1()
247 if (!IsLogicChannelOpen()) { in ProcessRequestAllProfiles()
282 bool EsimFile::IsLogicChannelOpen() in IsLogicChannelOpen() function in OHOS::Telephony::EsimFile
[all...]
/base/telephony/core_service/services/sim/include/
H A Desim_file.h115 bool IsLogicChannelOpen();
/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_test.cpp131 EXPECT_TRUE(esimFile->IsLogicChannelOpen()); in HWTEST_F()
142 EXPECT_TRUE(esimFile->IsLogicChannelOpen()); in HWTEST_F()
152 EXPECT_TRUE(esimFile->IsLogicChannelOpen()); in HWTEST_F()
162 EXPECT_TRUE(esimFile->IsLogicChannelOpen()); in HWTEST_F()

Completed in 10 milliseconds