Searched refs:OnRequestNetwork (Results 1 – 6 of 6) sorted by relevance
75 wifiNetAgentCallbacks_.OnRequestNetwork = [this](const int uid, const int networkId) { in Init()76 return this->OnRequestNetwork(uid, networkId); in Init()109 bool WifiCommonServiceManager::OnRequestNetwork(const int uid, const int networkId) in OnRequestNetwork() function in OHOS::Wifi::WifiCommonServiceManager
66 bool OnRequestNetwork(const int uid, const int networkId);
28 &NetSupplierCallbackStub::OnRequestNetwork; in NetSupplierCallbackStub()63 int32_t NetSupplierCallbackStub::OnRequestNetwork(MessageParcel &data, MessageParcel &reply) in OnRequestNetwork() function in OHOS::NetManagerStandard::NetSupplierCallbackStub
48 int32_t OnRequestNetwork(MessageParcel &data, MessageParcel &reply);
36 std::function<bool(const int uid, const int networkId)> OnRequestNetwork; member
449 if (!wifiNetAgentCallbacks_.OnRequestNetwork) {453 if (wifiNetAgentCallbacks_.OnRequestNetwork(uid, networkId)) {