Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp34 netSupplierIdent_(netSupplierIdent), in NetSupplier()
92 netSupplierIdent_ == netSupplier.netSupplierIdent_ && netCaps_ == netSupplier.netCaps_; in operator ==()
98 netSupplierIdent_.c_str(), netSupplierInfo_.ToString("").c_str()); in UpdateNetSupplierInfo()
104 netSupplierIdent_ = netSupplierInfo_.ident_; in UpdateNetSupplierInfo()
148 return netSupplierIdent_; in GetNetSupplierIdent()
257 netSupplierIdent_.c_str(), netSupplierInfo_.isAvailable_); in SupplierConnection()
269 int32_t errCode = netController_->RequestNetwork(netSupplierIdent_, netCaps, netRequest); in SupplierConnection()
290 netSupplierIdent_.c_str(), netSupplierInfo_.isAvailable_); in SupplierDisconnection()
300 int32_t errCode = netController_->ReleaseNetwork(netSupplierIdent_, netCap in SupplierDisconnection()
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_supplier_test/
H A Dnet_supplier_test.cpp126 supplier->netSupplierIdent_ = "simId"; in HWTEST_F()
138 supplier->netSupplierIdent_ = "Supplier"; in HWTEST_F()
143 supplier->netSupplierIdent_ = "simId"; in HWTEST_F()
154 supplier->netSupplierIdent_ = "simId"; in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_supplier.h159 std::string netSupplierIdent_; member in OHOS::NetManagerStandard::NetTypeScoreValue::NetSupplier

Completed in 2 milliseconds