Searched refs:WifiNotificationUtil (Results 1 – 7 of 7) sorted by relevance
28 WifiNotificationUtil &WifiNotificationUtil::GetInstance() in GetInstance()30 static WifiNotificationUtil instance; in GetInstance()34 WifiNotificationUtil::WifiNotificationUtil() in WifiNotificationUtil() function in OHOS::Wifi::WifiNotificationUtil37 WifiNotificationUtil::~WifiNotificationUtil() in ~WifiNotificationUtil()40 void WifiNotificationUtil::PublishWifiNotification(WifiNotificationId notificationId, std::string& … in PublishWifiNotification()55 void WifiNotificationUtil::CancelWifiNotification(WifiNotificationId notificationId) in CancelWifiNotification()70 int32_t WifiNotificationUtil::StartAbility(OHOS::AAFwk::Want& want) in StartAbility()115 void WifiNotificationUtil::ShowDialog(WifiDialogType type) in ShowDialog()139 void WifiNotificationUtil::ShowSettingsDialog(WifiDialogType type, std::string settings) in ShowSettingsDialog()
55 class WifiNotificationUtil {57 static WifiNotificationUtil& GetInstance(void);72 WifiNotificationUtil();73 ~WifiNotificationUtil();
49 WifiNotificationUtil wifiNotificationUtil;57 WifiNotificationUtil wifiNotificationUtil;63 WifiNotificationUtil wifiNotificationUtil;71 WifiNotificationUtil wifiNotificationUtil;77 WifiNotificationUtil wifiNotificationUtil;
123 WifiNotificationUtil::GetInstance().ShowDialog(WifiDialogType::THREE_VAP); in ShowToast()
256 WifiNotificationUtil::GetInstance().CancelWifiNotification( in DealStaConnChanged()
3383 OHOS::ErrCode err = WifiNotificationUtil::GetInstance().StartAbility(want); in HandlePortalNetworkPorcess()3408 WifiNotificationUtil::GetInstance().PublishWifiNotification( in ShowPortalNitification()3421 WifiNotificationUtil::GetInstance().PublishWifiNotification( in ShowPortalNitification()3426 WifiNotificationUtil::GetInstance().PublishWifiNotification( in ShowPortalNitification()3529 WifiNotificationUtil::GetInstance().CancelWifiNotification( in HandleNetCheckResult()3595 WifiNotificationUtil::GetInstance().ShowSettingsDialog(WifiDialogType::CDD, settings); in SyncDeviceEverConnectedState()
294 WifiNotificationUtil::GetInstance().ShowDialog(WifiDialogType::CANDIDATE_CONNECT); in ConnectToCandidateConfig()