Home
last modified time | relevance | path

Searched defs:pService (Results 1 – 14 of 14) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
Dwifi_p2p_service_impl.cpp159 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in EnableP2p() local
209 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in DisableP2p() local
248 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in DiscoverDevices() local
269 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in StopDiscoverDevices() local
290 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in DiscoverServices() local
314 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in StopDiscoverServices() local
335 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in RequestService() local
355 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in PutLocalP2pService() local
375 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in DeleteLocalP2pService() local
396 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in StartP2pListen() local
[all …]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
Dwifi_device_service_impl.cpp469 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(m_instId); in RemoveCandidateConfig() local
510 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(m_instId); in RemoveCandidateConfig() local
590 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(m_instId); in AddDeviceConfig() local
637 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(m_instId); in UpdateDeviceConfig() local
674 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(m_instId); in RemoveDevice() local
701 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(m_instId); in RemoveAllDevice() local
859 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(m_instId); in EnableDeviceConfig() local
890 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(m_instId); in DisableDeviceConfig() local
934 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(m_instId); in ConnectToNetwork() local
1025 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(m_instId); in ConnectToDevice() local
[all …]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
Dwifi_service_manager.h42 std::map<int, IStaService *> pService; member
55 std::map<int, IWifiProService *> pService; member
69 std::map<int, ISelfCureService *> pService; member
82 std::map<int, IScanService *> pService; member
95 std::map<int, IApService *> pService; member
109 IP2pService *pService; member
124 IEnhanceService *pService; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
Dwifi_hotspot_service_impl.cpp162 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(m_id); in SetHotspotConfig() local
224 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(); in SetHotspotIdleTimeout() local
267 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(m_id); in GetStationList() local
350 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(m_id); in DisassociateSta() local
460 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(m_id); in AddBlockList() local
502 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(m_id); in DelBlockList() local
654 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(m_id); in GetSupportedPowerModel() local
674 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(m_id); in GetPowerModel() local
694 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(m_id); in SetPowerModel() local
753 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(); in StationsInfoDump() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
Dwifi_scan_manager.cpp96 IScanService *pService = WifiServiceManager::GetInstance().GetScanServiceInst(instId); in CheckAndStartScanService() local
125 IScanService *pService = WifiServiceManager::GetInstance().GetScanServiceInst(instId); in TryToStartScanService() local
174 IScanService *pService = WifiServiceManager::GetInstance().GetScanServiceInst(instId); in CheckAndStopScanService() local
239 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(instId); in DealScanInfoNotify() local
Dwifi_common_service_manager.cpp103 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(mInstId); in OnForegroundAppChanged() local
115 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(0); in OnRequestNetwork() local
Dwifi_p2p_manager.cpp85 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in AutoStartP2pService() local
132 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in AutoStopP2pService() local
301 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in DealP2pConnectionChanged() local
Dwifi_event_subscriber_manager.cpp186 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(i); in HandleCommNetConnManagerSysChange() local
270 IP2pService *pService = WifiServiceManager::GetInstance().GetP2pServiceInst(); in HandleP2pBusinessChange() local
740 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(i); in OnReceiveScreenEvent() local
790 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(i); in OnReceiveBatteryEvent() local
805 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(0); in OnReceiveBatteryEvent() local
845 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(i); in OnReceiveAppEvent() local
981 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(i); in OnReceiveEvent() local
995 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(0); in OnReceiveEvent() local
1143 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(i); in OnReceiveEvent() local
Dwifi_sta_manager.cpp234 IScanService *pService = WifiServiceManager::GetInstance().GetScanServiceInst(instId); in DealStaConnChanged() local
300 IScanService *pService = WifiServiceManager::GetInstance().GetScanServiceInst(instId); in DealAutoSelectNetworkChanged() local
Dwifi_hotspot_manager.cpp164 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(id); in DealApGetStaLeave() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
Dwifi_service_scheduler.cpp174 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(instId); in AutoStopStaService() local
220 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(instId); in AutoStopWifi2Service() local
429 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(instId); in StartWifiStaService() local
476 ErrCode WifiServiceScheduler::InitStaService(IStaService *pService, int instId) in InitStaService()
542 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(instId); in StartWifiProService() local
575 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(instId); in StartSelfCureService() local
810 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(instId); in AutoStopApService() local
835 IApService *pService = WifiServiceManager::GetInstance().GetApServiceInst(instId); in TryToStartApService() local
Dconcrete_manager_state_machine.cpp609 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(mid); in SwitchSemiFromEnable() local
649 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(mid); in SwitchEnableFromSemi() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
Dwifi_scan_service_impl.cpp103 IScanService *pService = WifiServiceManager::GetInstance().GetScanServiceInst(m_instId); in SetScanControlInfo() local
163 IScanService *pService = WifiServiceManager::GetInstance().GetScanServiceInst(m_instId); in PermissionVerification() local
221 IScanService *pService = WifiServiceManager::GetInstance().GetScanServiceInst(m_instId); in AdvanceScan() local
372 IScanService *pService = WifiServiceManager::GetInstance().GetScanServiceInst(m_instId); in StartWifiPnoScan() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
Dself_cure_interface.cpp34 IStaService *pService = WifiServiceManager::GetInstance().GetStaServiceInst(0); in ~SelfCureInterface() local