Home
last modified time | relevance | path

Searched refs:CapsIsNull (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_all_capabilities_test.cpp49 EXPECT_TRUE(allCap->CapsIsNull());
61 EXPECT_FALSE(allCap->CapsIsNull());
77 EXPECT_FALSE(allCap->CapsIsNull());
80 EXPECT_FALSE(allCap->CapsIsNull());
83 EXPECT_FALSE(allCap->CapsIsNull());
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_all_capabilities.h63 bool CapsIsNull() const;
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_specifier.cpp30 if (ident_.empty() && netCapabilities_.CapsIsNull()) { in SpecifierIsValid()
H A Dnet_all_capabilities.cpp59 bool NetAllCapabilities::CapsIsNull() const in CapsIsNull() function in OHOS::NetManagerStandard::NetAllCapabilities