Home
last modified time | relevance | path

Searched refs:WifiNotificationUtil (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_notification_util.cpp28 WifiNotificationUtil &WifiNotificationUtil::GetInstance() in GetInstance()
30 static WifiNotificationUtil instance; in GetInstance()
34 WifiNotificationUtil::WifiNotificationUtil() in WifiNotificationUtil() function in OHOS::Wifi::WifiNotificationUtil
37 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()
H A Dwifi_notification_util.h55 class WifiNotificationUtil {
57 static WifiNotificationUtil& GetInstance(void);
72 WifiNotificationUtil();
73 ~WifiNotificationUtil();
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_notification_util_test.cpp49 WifiNotificationUtil wifiNotificationUtil;
57 WifiNotificationUtil wifiNotificationUtil;
63 WifiNotificationUtil wifiNotificationUtil;
71 WifiNotificationUtil wifiNotificationUtil;
77 WifiNotificationUtil wifiNotificationUtil;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_multi_vap_manager.cpp123 WifiNotificationUtil::GetInstance().ShowDialog(WifiDialogType::THREE_VAP); in ShowToast()
H A Dwifi_sta_manager.cpp256 WifiNotificationUtil::GetInstance().CancelWifiNotification( in DealStaConnChanged()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp3383 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()
H A Dsta_service.cpp294 WifiNotificationUtil::GetInstance().ShowDialog(WifiDialogType::CANDIDATE_CONNECT); in ConnectToCandidateConfig()