/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subManualApiTest/ |
H A D | p2pInterfaceTest.ets | 36 @State passphrase: string = "12345678"; 44 AppStorage.setOrCreate("passphrase" , this.passphrase) 94 Text("passphrase:").fontSize(15).width(100); 95 TextInput({ text : this.passphrase , placeholder : "input passphrase" }) 98 this.passphrase = strInput; 100 AppStorage.setOrCreate('passphrase' , this.passphrase); 185 @State passphrase: string = "12345678"; 203 AppStorage.setOrCreate("passphrase" , this.passphrase)
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/model/ |
H A D | p2pModel.ets | 72 passphrase : result.passphrase , 92 passphrase : "" , //wifiP2pGroupInfo.passphrase
|
H A D | p2pInterface.ets | 199 "passphrase" : "" , 225 let passphrase: string = AppStorage.get("passphrase") ! //非空断言操作符 231 passphrase : passphrase ,
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wificp2p_fuzzer/ |
H A D | wificp2p_fuzzer.cpp | 54 if (memcpy_s(config.passphrase, PASSPHRASE_LENGTH, data, PASSPHRASE_LENGTH - 1) != EOK) { in CreateGroupTest() 74 if (memcpy_s(group.passphrase, PASSPHRASE_LENGTH, data, PASSPHRASE_LENGTH - 1) != EOK) { in DeleteGroupTest() 107 if (memcpy_s(config.passphrase, PASSPHRASE_LENGTH, data, PASSPHRASE_LENGTH - 1) != EOK) { in P2pConnectTest() 127 if (memcpy_s(groupInfo.passphrase, PASSPHRASE_LENGTH, data, PASSPHRASE_LENGTH - 1) != EOK) { in GetCurrentGroupTest() 231 if (memcpy_s(groupInfo.passphrase, PASSPHRASE_LENGTH, data, PASSPHRASE_LENGTH - 1) != EOK) { in QueryP2pGroupsTest()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subStressTest/ |
H A D | p2pStressTest.ets | 86 @State passphrase: string = "12345678"; 97 AppStorage.setOrCreate("passphrase" , this.passphrase) 245 @State passphrase: string = "12345678"; 253 AppStorage.setOrCreate("passphrase" , this.passphrase) 303 Text("passphrase:").fontSize(15).width(100); 304 TextInput({ text : this.passphrase , placeholder : "input passphrase" }) 307 this.passphrase = strInput; 309 AppStorage.setOrCreate('passphrase' , strInput);
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_p2p_config.h | 45 char passphrase[PASSPHRASE_LENGTH]; /* the value ranges from 8 to 63. */ member 111 char passphrase[PASSPHRASE_LENGTH]; /* the value ranges from 8 to 63. */ member
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_p2p_struct.h | 59 char passphrase[WIFI_P2P_PASSWORD_SIZE]; member 152 char passphrase[WIFI_P2P_PASSWORD_SIZE]; member
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_p2p_struct.h | 61 char passphrase[WIFI_P2P_PASSWORD_SIZE]; member 155 char passphrase[WIFI_P2P_PASSWORD_SIZE]; member
|
H A D | wifi_hal_chba_struct.h | 52 int8_t passphrase[PASSPHRASE_LEN + 1]; member
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/ |
H A D | wifip2pserver_fuzzer.cpp | 131 std::string passphrase = std::string(reinterpret_cast<const char*>(data), size); in P2pServerFuzzTest() local 140 config.SetPassphrase(passphrase); in P2pServerFuzzTest() 147 std::string passphrase = std::string(reinterpret_cast<const char*>(data), size); in P2pServerFuzzTest() local 152 group.SetPassphrase(passphrase); in P2pServerFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subAutoTest/ |
H A D | p2pAutoTest.ets | 47 @State passphrase: string = "12345678"; 55 AppStorage.setOrCreate("passphrase" , this.passphrase)
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/P2PDoc/ |
H A D | P2P功能界面使用说明文档.md | 23 >| passphrase | string | 12345678 | 群组密钥。 … 100 > | passphrase | string | 是 | 否 | 群组密钥。 |
|
/ohos5.0/docs/zh-cn/application-dev/connectivity/wlan/ |
H A D | p2p-development-guide.md | 61 passphrase: "12345678", 122 passphrase:"",
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/ |
H A D | i_wifi_struct.h | 284 char passphrase[WIFI_P2P_TMP_MSG_LENGTH_128]; member 357 char passphrase[WIFI_P2P_TMP_MSG_LENGTH_128]; member
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_p2p_msg.h | 313 std::string passphrase; /* the value ranges from 8 to 63. */ variable 359 passphrase(""), in WifiP2pConfig() 368 passphrase(config.GetPassphrase()), in WifiP2pConfig() 394 std::string passphrase; /* the value ranges from 8 to 63. */ variable
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_p2p.cpp | 96 cppConfig.SetPassphrase(config->passphrase); in ConvertConfigCToCpp() 144 cppGroup.SetPassphrase(group->passphrase); in ConvertGroupInfoCToCpp() 232 if (memcpy_s(group->passphrase, PASSPHRASE_LENGTH, in ConvertGroupInfoCppToC() 238 if (memcpy_s(group->passphrase, PASSPHRASE_LENGTH, in ConvertGroupInfoCppToC() 243 group->passphrase[cppGroup.GetPassphrase().size()] = STR_END; in ConvertGroupInfoCppToC()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | wifi_p2p_group_info_proxy.cpp | 55 void WifiP2pGroupInfoProxy::SetPassphrase(const std::string &passphrase) in SetPassphrase() argument 58 groupsInfo.SetPassphrase(passphrase); in SetPassphrase()
|
H A D | wifi_p2p_group_info_proxy.h | 50 void SetPassphrase(const std::string &passphrase);
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_msg.cpp | 341 passphrase = setPassphrase; in SetPassphrase() 346 return passphrase; in GetPassphrase() 631 passphrase = newPassphrase; in SetPassphrase() 636 return passphrase; in GetPassphrase()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subScenarioTest/ |
H A D | p2pConnectScenarioTest.ets | 51 @State passphrase: string = "12345678"; 59 AppStorage.setOrCreate("passphrase" , this.passphrase)
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_p2p.cpp | 309 std::string passphrase = ""; in JsObjToP2pConfig() local 317 JsObjectToString(env, object, "passphrase", MAX_PASSPHRASE_LENGTH + 1, passphrase); in JsObjToP2pConfig() 323 config.SetPassphrase(passphrase); in JsObjToP2pConfig()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/include/ |
H A D | softbus_wifi_api_adapter.h | 136 char passphrase[WIFI_PASSPHRASE_LENGTH]; /* the value ranges from 8 to 63. */ member
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/P2PManagerDoc/ |
H A D | P2PManager功能界面使用说明文档.md | 21 >| passphrase | string | 12345678 | 群组密钥。 … 101 >| passphrase | string | 是 | 否 | 群组密钥。 |
|
/ohos5.0/docs/en/application-dev/connectivity/wlan/ |
H A D | p2p-development-guide.md | 62 passphrase: "12345678", 124 passphrase:"",
|
/ohos5.0/drivers/interface/wlan/wpa/v1_1/ |
H A D | WpaTypes.idl | 62 unsigned char[] passphrase;
|