/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_hotspot_mgr.h | 33 virtual sptr<IRemoteObject> GetWifiRemote(int id) = 0;
|
H A D | i_wifi_device_mgr.h | 28 virtual sptr<IRemoteObject> GetWifiRemote(int instId) = 0;
|
H A D | i_wifi_scan_mgr.h | 28 virtual sptr<IRemoteObject> GetWifiRemote(int instId) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_hotspot_mgr_proxy.h | 34 sptr<IRemoteObject> GetWifiRemote(int id) override;
|
H A D | wifi_device_mgr_proxy.h | 35 sptr<IRemoteObject> GetWifiRemote(int instId) override;
|
H A D | wifi_scan_mgr_proxy.h | 35 sptr<IRemoteObject> GetWifiRemote(int instId) override;
|
H A D | wifi_device_mgr_proxy.cpp | 26 sptr<IRemoteObject> WifiDeviceMgrProxy::GetWifiRemote(int instId) in GetWifiRemote() function in OHOS::Wifi::WifiDeviceMgrProxy
|
H A D | wifi_hotspot_mgr_proxy.cpp | 26 sptr<IRemoteObject> WifiHotspotMgrProxy::GetWifiRemote(int id) in GetWifiRemote() function in OHOS::Wifi::WifiHotspotMgrProxy
|
H A D | wifi_scan_mgr_proxy.cpp | 26 sptr<IRemoteObject> WifiScanMgrProxy::GetWifiRemote(int instId) in GetWifiRemote() function in OHOS::Wifi::WifiScanMgrProxy
|
H A D | wifi_scan_impl.cpp | 106 sptr<IRemoteObject> service = scanMgr->GetWifiRemote(instId_); in GetWifiScanProxy()
|
H A D | wifi_hotspot_impl.cpp | 81 sptr<IRemoteObject> service = hotspotMgr->GetWifiRemote(instId); in GetWifiHotspotProxy()
|
H A D | wifi_device_impl.cpp | 104 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 D | wifi_hotspot_mgr_service_impl.h | 41 sptr<IRemoteObject> GetWifiRemote(int id) override;
|
H A D | wifi_hotspot_mgr_stub.cpp | 39 sptr<IRemoteObject> obj = GetWifiRemote(id); in GetWifiRemoteInner()
|
H A D | wifi_hotspot_mgr_service_impl.cpp | 107 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 D | wifi_scan_mgr_service_impl.h | 41 sptr<IRemoteObject> GetWifiRemote(int instId) override;
|
H A D | wifi_scan_mgr_stub.cpp | 39 sptr<IRemoteObject> obj = GetWifiRemote(instId); in GetWifiRemoteInner()
|
H A D | wifi_scan_mgr_service_impl.cpp | 110 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 D | wifi_device_mgr_service_impl.h | 42 sptr<IRemoteObject> GetWifiRemote(int instId) override;
|
H A D | wifi_device_mgr_stub.cpp | 39 sptr<IRemoteObject> obj = GetWifiRemote(instId); in GetWifiRemoteInner()
|
H A D | wifi_device_mgr_service_impl.cpp | 109 sptr<IRemoteObject> WifiDeviceMgrServiceImpl::GetWifiRemote(int instId) in GetWifiRemote() function in OHOS::Wifi::WifiDeviceMgrServiceImpl
|