Home
last modified time | relevance | path

Searched refs:strInput (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subManualApiTest/
H A DwifiManagerInterfaceTest.ets84 .onChange((strInput: string) => {
86 if ( strInput.length >= 1 ) {
87 this.isAllowed = Number(strInput);
102 .onChange((strInput: string) => {
104 if ( strInput.length >= 1 ) {
126 if ( strInput.length >= 1 ) {
144 if ( strInput.length >= 1 ) {
162 if ( strInput.length >= 1 ) {
209 if ( strInput.length >= 1 ) {
227 if ( strInput.length >= 1 ) {
[all …]
H A DwifiInterfaceTest.ets85 .onChange((strInput: string) => {
86 this.w_ssid = strInput;
105 .onChange((strInput: string) => {
106 this.w_bssid = strInput;
140 if ( strInput.length >= 1 ) {
189 if ( strInput.length >= 1 ) {
208 if ( strInput.length >= 1 ) {
227 if ( strInput.length >= 1 ) {
246 if ( strInput.length >= 1 ) {
265 if ( strInput.length >= 1 ) {
[all …]
H A Dp2pManagerInterfaceTest.ets56 .onChange((strInput: string) => {
59 if ( strInput.length >= 1 ) {
78 .onChange((strInput: string) => {
81 if ( strInput.length >= 1 ) {
97 .onChange((strInput: string) => {
99 if ( strInput.length >= 1 ) {
115 .onChange((strInput: string) => {
117 if ( strInput.length >= 1 ) {
133 .onChange((strInput: string) => {
135 if ( strInput.length >= 1 ) {
[all …]
H A Dp2pInterfaceTest.ets56 .onChange((strInput: string) => {
57 this.deviceAddress = strInput;
59 if ( strInput.length >= 1 ) {
81 if ( strInput.length >= 1 ) {
98 this.passphrase = strInput;
99 if ( strInput.length >= 1 ) {
116 this.groupName = strInput;
117 if ( strInput.length >= 1 ) {
135 if ( strInput.length >= 1 ) {
153 this.deviceName = strInput;
[all …]
H A DhotspotInterfaceTest.ets84 .onChange((strInput: string) => {
85 this.hotspotSsid = strInput;
H A DhotspotManagerInterfaceTest.ets83 .onChange((strInput: string) => {
84 this.hotspotManagerSsid = strInput;
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subGattTest/
H A DgattServer.ets86 .onChange((strInput) => {
103 .onChange((strInput) => {
119 .onChange((strInput) => {
141 .onChange((strInput) => {
157 .onChange((strInput) => {
227 .onChange((strInput) => {
254 .onChange((strInput) => {
297 .onChange((strInput) => {
314 .onChange((strInput) => {
325 .onChange((strInput) => {
[all …]
H A DgattClient.ets57 .onChange((strInput) => {
60 if ( strInput.length >= 17 ) {
79 .onChange((strInput) => {
80 this.serviceUUID = strInput;
81 if ( strInput.length >= 36 ) {
97 .onChange((strInput) => {
115 .onChange((strInput) => {
117 if ( strInput.length >= 1 ) {
133 .onChange((strInput) => {
151 .onChange((strInput) => {
[all …]
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subGattTestManager/
H A DgattServerManager.ets85 .onChange((strInput) => {
102 .onChange((strInput) => {
118 .onChange((strInput) => {
140 .onChange((strInput) => {
156 .onChange((strInput) => {
226 .onChange((strInput) => {
253 .onChange((strInput) => {
296 .onChange((strInput) => {
313 .onChange((strInput) => {
324 .onChange((strInput) => {
[all …]
H A DgattClientManager.ets54 .onChange((strInput) => {
57 if ( strInput.length >= 17 ) {
76 .onChange((strInput) => {
77 this.serviceUUID = strInput;
78 if ( strInput.length >= 36 ) {
94 .onChange((strInput) => {
112 .onChange((strInput) => {
114 if ( strInput.length >= 1 ) {
130 .onChange((strInput) => {
148 .onChange((strInput) => {
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subStressTest/
H A DwifiManagerStressTest.ets310 .onChange((strInput: string) => {
311 this.w_ssid1 = strInput;
331 this.w_bssid1 = strInput;
365 if ( strInput.length >= 1 ) {
414 if ( strInput.length >= 1 ) {
433 if ( strInput.length >= 1 ) {
452 if ( strInput.length >= 1 ) {
470 if ( strInput.length >= 1 ) {
488 if ( strInput.length >= 1 ) {
506 if ( strInput.length >= 1 ) {
[all …]
H A DwifiStressTest.ets310 .onChange((strInput: string) => {
311 this.w_ssid = strInput;
331 this.w_bssid = strInput;
365 if ( strInput.length >= 1 ) {
414 if ( strInput.length >= 1 ) {
433 if ( strInput.length >= 1 ) {
452 if ( strInput.length >= 1 ) {
470 if ( strInput.length >= 1 ) {
488 if ( strInput.length >= 1 ) {
506 if ( strInput.length >= 1 ) {
[all …]
H A Dp2pManagerStressTest.ets266 .onChange((strInput: string) => {
269 if ( strInput.length >= 1 ) {
288 .onChange((strInput: string) => {
291 if ( strInput.length >= 1 ) {
307 .onChange((strInput: string) => {
309 if ( strInput.length >= 1 ) {
325 .onChange((strInput: string) => {
327 if ( strInput.length >= 1 ) {
343 .onChange((strInput: string) => {
345 if ( strInput.length >= 1 ) {
[all …]
H A Dp2pStressTest.ets265 .onChange((strInput: string) => {
266 this.deviceAddress = strInput;
268 if ( strInput.length >= 1 ) {
290 if ( strInput.length >= 1 ) {
307 this.passphrase = strInput;
308 if ( strInput.length >= 1 ) {
325 this.groupName = strInput;
326 if ( strInput.length >= 1 ) {
344 if ( strInput.length >= 1 ) {
362 this.deviceName = strInput;
[all …]
H A DhotspotManagerStressTest.ets125 .onChange((strInput: string) => {
126 this.peripheralDeviceId = strInput;
127 AppStorage.setOrCreate("peripheralDeviceId" , strInput)
H A DhotspotStressTest.ets125 .onChange((strInput: string) => {
126 this.peripheralDeviceId = strInput;
127 AppStorage.setOrCreate("peripheralDeviceId" , strInput)
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Component/
H A DbleFilterTable.ets89 .onChange((strInput) => {
90 this.txtScanFilter_deviceId = strInput;
91 AppStorage.setOrCreate('txtScanFilterDeviceId' , strInput);
105 .onChange((strInput) => {
106 this.txtScanFilter_name = strInput;
107 AppStorage.setOrCreate('txtScanFilterName' , strInput);
121 .onChange((strInput) => {
122 this.txtScanFilter_serviceUuid = strInput;
174 .onChange((strInput) => {
175 this.txtScanOptions_interval = strInput;
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
H A DfilterTable.ets62 .onChange((strInput: string) => {
63 this.h_ssid = strInput;
78 .onChange((strInput: string) => {
79 this.h_securityType = Number(strInput);
120 .onChange((strInput: string) => {
121 this.h_band = Number(strInput);
137 .onChange((strInput: string) => {
138 this.h_preSharedKey = strInput;
152 .onChange((strInput: string) => {
153 this.h_channel = Number(strInput);
H A DfilterTableManager.ets62 .onChange((strInput: string) => {
63 this.h_ssid1 = strInput;
78 .onChange((strInput: string) => {
79 this.h_securityType1 = Number(strInput);
120 .onChange((strInput: string) => {
121 this.h_band1 = Number(strInput);
136 .onChange((strInput: string) => {
137 this.h_preSharedKey1 = strInput;
151 .onChange((strInput: string) => {
152 this.h_channel1 = Number(strInput);
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp1173 strInput = input.substr(1); in ToolHasBase()
1208 DeleteC0OrSpace(strInput); in DelCont()
1209 DeleteTabOrNewline(strInput); in DelCont()
1218 std::string strInput = input; in URL() local
1251 basePathStr == "" ? basePathStr = strInput : basePathStr += "/" + strInput; in URL()
1265 std::string strInput = input; in URL() local
1268 DeleteC0OrSpace(strInput); in URL()
1269 DeleteTabOrNewline(strInput); in URL()
1270 InitOnlyInput(strInput, urlData_, flags_); in URL()
1294 basePathStr == "" ? basePathStr = strInput : basePathStr += "/" + strInput; in URL()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subStabilityTest/
H A DwifiConnectStabilityTest.ets412 .onChange((strInput: string) => {
414 if ( strInput.length >= 1 ) {
415 this.wifiConfig.ssid = strInput;
434 .onChange((strInput: string) => {
436 if ( strInput.length >= 1 ) {
437 this.wifiConfig.preSharedKey = strInput;
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/
H A DbleTest.ets95 .onChange((strInput) => {
96 this.peripheralDeviceId = strInput;
97 AppStorage.setOrCreate("peripheralDeviceId" , strInput)
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/
H A DbleTestManager.ets96 .onChange((strInput) => {
97 this.peripheralDeviceId = strInput;
98 AppStorage.setOrCreate("peripheralDeviceId" , strInput)
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp940 std::string strInput = str; in GetNotificationTemplateInfo() local
941 templ->SetTemplateName(strInput); in GetNotificationTemplateInfo()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp1260 std::string strInput = str; in GetNotificationTemplateInfo() local
1261 templ->SetTemplateName(strInput); in GetNotificationTemplateInfo()