Home
last modified time | relevance | path

Searched refs:strength_ (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_supplier_info.cpp32 if (!parcel.WriteInt8(strength_)) { in Marshalling()
69 if (!parcel.ReadInt8(ptr->strength_)) { in Unmarshalling()
70 NETMGR_LOG_E("read strength_ from parcel failed"); in Unmarshalling()
106 if (!parcel.WriteInt8(object->strength_)) { in Marshalling()
139 str.append(tab).append("strength_"); in ToString()
140 str.append(tab).append(":").append(std::to_string(strength_)).append(","); in ToString()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_supplier_info.h37 int8_t strength_ = 0x00; member
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_manager_center_test.cpp312 netSupplierInfo->strength_ = 0x64; in HWTEST_F()
332 netSupplierInfo->strength_ = 0x64; in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp226 return netSupplierInfo_.strength_; in GetStrength()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp953 netSupplierInfo->strength_ = 0x64; in HWTEST_F()
977 netSupplierInfo->strength_ = 0x64; in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_manager_test.cpp245 netSupplierInfo->strength_ = 0x64; in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_manager_test.cpp245 netSupplierInfo->strength_ = 0x64; in HWTEST_F()

Completed in 9 milliseconds