Home
last modified time | relevance | path

Searched refs:hotspotEnable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/model/
H A DhotspotInterface.ets28 let hotspotEnable = false
34 if ( hotspotEnable ) {
44 hotspotEnable = true
45 AppStorage.setOrCreate('hotspotIsOn' , hotspotEnable);
62 if ( !hotspotEnable ) {
72 hotspotEnable = false;
73 AppStorage.setOrCreate('hotspotIsOn' , hotspotEnable);
109 hotspotEnable = true
111 hotspotEnable = false
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp431 bool hotspotEnable = false; in IsOtherVapConnect() local
464 hotspotEnable = true; in IsOtherVapConnect()
468 return p2pOrHmlConnected && hotspotEnable; in IsOtherVapConnect()