Home
last modified time | relevance | path

Searched refs:OnRequestNetwork (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_common_service_manager.cpp75 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
H A Dwifi_common_service_manager.h66 bool OnRequestNetwork(const int uid, const int networkId);
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_supplier_callback_stub.cpp28 &NetSupplierCallbackStub::OnRequestNetwork; in NetSupplierCallbackStub()
63 int32_t NetSupplierCallbackStub::OnRequestNetwork(MessageParcel &data, MessageParcel &reply) in OnRequestNetwork() function in OHOS::NetManagerStandard::NetSupplierCallbackStub
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_supplier_callback_stub.h48 int32_t OnRequestNetwork(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.h36 std::function<bool(const int uid, const int networkId)> OnRequestNetwork; member
H A Dwifi_net_agent.cpp449 if (!wifiNetAgentCallbacks_.OnRequestNetwork) {
453 if (wifiNetAgentCallbacks_.OnRequestNetwork(uid, networkId)) {