Home
last modified time | relevance | path

Searched refs:p2pConnectState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
H A Dp2pView.ets29 private p2pConnectState: number = 0
38 this.p2pConnectState = AppStorage.get("p2pConnectState") ! //非空断言操作符
57 if ( this.p2pConnectState == 1 && this.p2pLinkedDeviceName == this.p2p.deviceName ) {
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_control_msg.h32 P2pConnectedState p2pConnectState; member
37 p2pConnectState = P2pConnectedState::P2P_DISCONNECTED; in Hid2dInfo()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_scan_config.cpp39 mScanDeviceInfo.hid2dInfo.p2pConnectState = linkedInfo.GetConnectState(); in GetScanDeviceInfo()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/model/
H A Dp2pInterface.ets456 AppStorage.setOrCreate("p2pConnectState" , connectState)