Home
last modified time | relevance | path

Searched refs:WIFI_HOTSPOT_ABILITY_ID (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Ddefine.h91 #define WIFI_HOTSPOT_ABILITY_ID 1121 macro
96 #define WIFI_HOTSPOT_ABILITY_ID OHOS::WIFI_HOTSPOT_SYS_ABILITY_ID /* 1121 */ macro
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_sa_event.cpp40 case WIFI_HOTSPOT_ABILITY_ID: { in OnAddSystemAbility()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_event.cpp36 OHOS::Wifi::WifiHotspot::GetInstance(WIFI_HOTSPOT_ABILITY_ID);
313 samgrProxy->SubscribeSystemAbility((int32_t)WIFI_HOTSPOT_ABILITY_ID, mSaStatusListener); in RegisterWifiEvents()
390 samgrProxy->SubscribeSystemAbility((int32_t)WIFI_HOTSPOT_ABILITY_ID, mSaStatusListener); in Init()
H A Dwifi_c_hotspot.cpp29 …HOS::Wifi::WifiHotspot> hotspotPtr = OHOS::Wifi::WifiHotspot::GetInstance(WIFI_HOTSPOT_ABILITY_ID);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_mgr_service_impl.cpp47 …: SystemAbility(WIFI_HOTSPOT_ABILITY_ID, true), mPublishFlag(false), mState(ServiceRunningState::S… in WifiHotspotMgrServiceImpl()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dwifi_statistic.cpp84 std::shared_ptr<WifiHotspot> wifiSoftApPtr = WifiHotspot::GetInstance(WIFI_HOTSPOT_ABILITY_ID); in GetSoftApInfo()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_inner_hotspot_test.cpp39 static std::shared_ptr<WifiHotspot> devicePtr = WifiHotspot::GetInstance(WIFI_HOTSPOT_ABILITY_ID);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_hotspot_manager.cpp49 WifiSaLoadManager::GetInstance().UnloadWifiSa(WIFI_HOTSPOT_ABILITY_ID); in UnloadHotspotSaTimerCallback()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_event.h138 samgrProxy->SubscribeSystemAbility((int32_t)WIFI_HOTSPOT_ABILITY_ID, mSaStatusListener); in EventRegister()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_ext_napi_hotspot.cpp27 return WifiHotspot::GetInstance(WIFI_HOTSPOT_ABILITY_ID); in GetHotspotInstance()
H A Dwifi_napi_event.cpp32 std::shared_ptr<WifiHotspot> g_wifiHotspotPtr = WifiHotspot::GetInstance(WIFI_HOTSPOT_ABILITY_ID);
663 case WIFI_HOTSPOT_ABILITY_ID: { in OnAddSystemAbility()
H A Dwifi_napi_hotspot.cpp27 std::shared_ptr<WifiHotspot> wifiHotspotPtr = WifiHotspot::GetInstance(WIFI_HOTSPOT_ABILITY_ID);