Home
last modified time | relevance | path

Searched refs:IsOnline (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_networking_collect.cpp98 bool isPreviousOnline = IsOnline(); in ReportMissedEvents()
167 bool isOnline = IsOnline(); in CheckCondition()
177 bool DeviceNetworkingCollect::IsOnline() in IsOnline() function in OHOS::DeviceNetworkingCollect
180 return stateCallback_->IsOnline(); in IsOnline()
237 bool DeviceStateCallback::IsOnline() in IsOnline() function in OHOS::DeviceStateCallback
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_networking_collect.h36 bool IsOnline();
72 bool IsOnline();
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_networking_collect_test.cpp92 networkingCollect->IsOnline();
97 networkingCollect->IsOnline();
204 EXPECT_EQ(true, networkingCollect->IsOnline());
209 EXPECT_EQ(true, networkingCollect->IsOnline());
245 EXPECT_EQ(true, !networkingCollect->IsOnline());
284 EXPECT_TRUE(networkingCollect->IsOnline());