Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/utils/
H A Dcellular_data_net_agent.h89 void AddNetSupplier(const NetSupplier &netSupplier);
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp297 AddNetSupplier(i, netAgent, netCapabilities); in InitModule()
315 void CellularDataService::AddNetSupplier(int32_t slotId, CellularDataNetAgent &netAgent, in AddNetSupplier() function in OHOS::Telephony::CellularDataService
330 netAgent.AddNetSupplier(netSupplier); in AddNetSupplier()
342 AddNetSupplier(slotId, netAgent, netCapabilities); in InitCellularDataController()
/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_service.h91 …void AddNetSupplier(int32_t slotId, CellularDataNetAgent &netAgent, std::vector<uint64_t> &netCapa…
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_net_agent.cpp168 void CellularDataNetAgent::AddNetSupplier(const NetSupplier &netSupplier) in AddNetSupplier() function in OHOS::Telephony::CellularDataNetAgent