Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_net_agent.cpp70 sptr<NetSupplierInfo> netSupplierInfo = new (std::nothrow) NetSupplierInfo(); in RegisterNetSupplier() local
71 if (netSupplierInfo != nullptr) { in RegisterNetSupplier()
72 netSupplierInfo->isAvailable_ = false; in RegisterNetSupplier()
73 int32_t updateResult = UpdateNetSupplierInfo(netSupplier.supplierId, netSupplierInfo); in RegisterNetSupplier()
154 uint32_t supplierId, sptr<NetManagerStandard::NetSupplierInfo> &netSupplierInfo) in UpdateNetSupplierInfo()
156 int32_t result = NetConnClient::GetInstance().UpdateNetSupplierInfo(supplierId, netSupplierInfo); in UpdateNetSupplierInfo()
153 UpdateNetSupplierInfo( uint32_t supplierId, sptr<NetManagerStandard::NetSupplierInfo> &netSupplierInfo) UpdateNetSupplierInfo() argument
/base/telephony/cellular_data/services/include/utils/
H A Dcellular_data_net_agent.h72 * @param netSupplierInfo network data information
74 int32_t UpdateNetSupplierInfo(uint32_t supplierId, sptr<NetManagerStandard::NetSupplierInfo> &netSupplierInfo);
/base/telephony/cellular_data/test/mock/
H A Dmock_net_conn_service.h46 MOCK_METHOD(int32_t, UpdateNetSupplierInfo, (uint32_t supplierId, const sptr<NetSupplierInfo> &netSupplierInfo));

Completed in 1 milliseconds