Home
last modified time | relevance | path

Searched refs:UpdateNetSupplierInfoAsync (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h440 …int32_t UpdateNetSupplierInfoAsync(uint32_t supplierId, const sptr<NetSupplierInfo> &netSupplierIn…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp374 result = this->UpdateNetSupplierInfoAsync(supplierId, netSupplierInfo); in UpdateNetSupplierInfo()
752 int32_t NetConnService::UpdateNetSupplierInfoAsync(uint32_t supplierId, const sptr<NetSupplierInfo>… in UpdateNetSupplierInfoAsync() function in OHOS::NetManagerStandard::NetConnService