Home
last modified time | relevance | path

Searched refs:GetWifiRemote (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_hotspot_mgr.h33 virtual sptr<IRemoteObject> GetWifiRemote(int id) = 0;
H A Di_wifi_device_mgr.h28 virtual sptr<IRemoteObject> GetWifiRemote(int instId) = 0;
H A Di_wifi_scan_mgr.h28 virtual sptr<IRemoteObject> GetWifiRemote(int instId) = 0;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_mgr_proxy.h34 sptr<IRemoteObject> GetWifiRemote(int id) override;
H A Dwifi_device_mgr_proxy.h35 sptr<IRemoteObject> GetWifiRemote(int instId) override;
H A Dwifi_scan_mgr_proxy.h35 sptr<IRemoteObject> GetWifiRemote(int instId) override;
H A Dwifi_device_mgr_proxy.cpp26 sptr<IRemoteObject> WifiDeviceMgrProxy::GetWifiRemote(int instId) in GetWifiRemote() function in OHOS::Wifi::WifiDeviceMgrProxy
H A Dwifi_hotspot_mgr_proxy.cpp26 sptr<IRemoteObject> WifiHotspotMgrProxy::GetWifiRemote(int id) in GetWifiRemote() function in OHOS::Wifi::WifiHotspotMgrProxy
H A Dwifi_scan_mgr_proxy.cpp26 sptr<IRemoteObject> WifiScanMgrProxy::GetWifiRemote(int instId) in GetWifiRemote() function in OHOS::Wifi::WifiScanMgrProxy
H A Dwifi_scan_impl.cpp106 sptr<IRemoteObject> service = scanMgr->GetWifiRemote(instId_); in GetWifiScanProxy()
H A Dwifi_hotspot_impl.cpp81 sptr<IRemoteObject> service = hotspotMgr->GetWifiRemote(instId); in GetWifiHotspotProxy()
H A Dwifi_device_impl.cpp104 sptr<IRemoteObject> service = deviceMgr->GetWifiRemote(instId_); in GetWifiDeviceProxy()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_mgr_service_impl.h41 sptr<IRemoteObject> GetWifiRemote(int id) override;
H A Dwifi_hotspot_mgr_stub.cpp39 sptr<IRemoteObject> obj = GetWifiRemote(id); in GetWifiRemoteInner()
H A Dwifi_hotspot_mgr_service_impl.cpp107 sptr<IRemoteObject> WifiHotspotMgrServiceImpl::GetWifiRemote(int id) in GetWifiRemote() function in OHOS::Wifi::WifiHotspotMgrServiceImpl
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_mgr_service_impl.h41 sptr<IRemoteObject> GetWifiRemote(int instId) override;
H A Dwifi_scan_mgr_stub.cpp39 sptr<IRemoteObject> obj = GetWifiRemote(instId); in GetWifiRemoteInner()
H A Dwifi_scan_mgr_service_impl.cpp110 sptr<IRemoteObject> WifiScanMgrServiceImpl::GetWifiRemote(int instId) in GetWifiRemote() function in OHOS::Wifi::WifiScanMgrServiceImpl
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_mgr_service_impl.h42 sptr<IRemoteObject> GetWifiRemote(int instId) override;
H A Dwifi_device_mgr_stub.cpp39 sptr<IRemoteObject> obj = GetWifiRemote(instId); in GetWifiRemoteInner()
H A Dwifi_device_mgr_service_impl.cpp109 sptr<IRemoteObject> WifiDeviceMgrServiceImpl::GetWifiRemote(int instId) in GetWifiRemote() function in OHOS::Wifi::WifiDeviceMgrServiceImpl