Searched refs:passwd (Results 1 - 8 of 8) sorted by relevance
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | wifi_utils.cpp | 114 int WiFiUtils::ConnectTo(const std::string& ssid, const std::string& passwd)
in ConnectTo() argument 118 deviceConfig.preSharedKey = passwd;
in ConnectTo() 166 int WiFiUtils::ConnectToNew(const std::string& ssid, const std::string& passwd)
in ConnectToNew() argument 170 ret = ConnectTo(ssid, passwd);
in ConnectToNew() 174 int WiFiUtils::EnableThenConnect(const std::string& ssid, const std::string& passwd)
in EnableThenConnect() argument 181 ret = ConnectTo(ssid, passwd);
in EnableThenConnect() 188 int WiFiUtils::DisableThenEnableAndConnect(int delaySeconds, const std::string& ssid, const std::string& passwd)
in DisableThenEnableAndConnect() argument 201 ret = ConnectTo(ssid, passwd);
in DisableThenEnableAndConnect()
|
H A D | wifi_utils.h | 26 static int ConnectTo(const std::string& ssid, const std::string& passwd);
27 static int ConnectToNew(const std::string& ssid, const std::string& passwd);
28 static int EnableThenConnect(const std::string& ssid, const std::string& passwd);
29 static int DisableThenEnableAndConnect(int delaySeconds, const std::string& ssid, const std::string& passwd);
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | pwdndk.cpp | 42 struct passwd *p = getpwent();
in Getpwent() 55 struct passwd *getval = getpwent();
in Setpwent() 82 struct passwd *pw = nullptr;
in Getpwnam() 106 struct passwd pwd = {PARAM_0};
in GetpwnamR() 107 struct passwd *p = nullptr;
in GetpwnamR() 122 struct passwd pw = {PARAM_0};
in GetpwuidR() 123 struct passwd *res = nullptr;
in GetpwuidR() 138 struct passwd *ret = nullptr;
in Getpwuid()
|
H A D | grp1ndk.cpp | 59 struct passwd *pwd;
in GetGroupList()
|
H A D | grpndk.cpp | 59 struct passwd *pwd = getpwnam(serverUser);
in GetGroupList()
|
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_hdiService_test_6th.cpp | 3301 simLockInfo.passwd = "1234";
in HWTEST_F() 3325 simLockInfo.passwd = "1234";
in HWTEST_F() 3349 simLockInfo.passwd = "1234";
in HWTEST_F() 3373 simLockInfo.passwd = "1234";
in HWTEST_F() 3397 simLockInfo.passwd = "1234";
in HWTEST_F() 3421 simLockInfo.passwd = "1234";
in HWTEST_F() 3445 simLockInfo.passwd = "1234";
in HWTEST_F() 3469 simLockInfo.passwd = "1234";
in HWTEST_F() 3493 simLockInfo.passwd = "1234";
in HWTEST_F() 3517 simLockInfo.passwd in HWTEST_F() [all...] |
H A D | hdf_ril_hdiService_test_7th.cpp | 1235 simLockInfo.passwd = "1234";
in HWTEST_F() 1261 simLockInfo.passwd = "1234";
in HWTEST_F()
|
/test/xts/hats/telephony/ril/hdi_v1.0/ |
H A D | hdf_ril_hdiService_test.cpp | 4638 simLockInfo.passwd = "1234"; in HWTEST_F() 4658 simLockInfo.passwd = "1234"; in HWTEST_F()
|
Completed in 20 milliseconds