Home
last modified time | relevance | path

Searched refs:receiveMsg (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subManualApiTest/subWifiTest/
H A DLogin.ets66 @State receiveMsg: string = '待接收数据'
72 this.receiveMsg = "绑定成功"
97 this.receiveMsg = str
215 Text(this.receiveMsg)
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subBenchmarkTest/
H A DhotspotBenchmarkTest.ets201 @State receiveMsg: string = '待接收数据'
224 this.receiveMsg = str
317 Text(this.receiveMsg)
H A DhotspotManagerBenchmarkTest.ets202 @State receiveMsg: string = '待接收数据'
225 this.receiveMsg = str
317 Text(this.receiveMsg)
H A Dp2pManagerBenchmarkTest.ets202 @State receiveMsg: string = '待接收数据'
225 this.receiveMsg = str
318 Text(this.receiveMsg)
H A Dp2pBenchmarkTest.ets202 @State receiveMsg: string = '待接收数据'
227 this.receiveMsg = str
331 Text(this.receiveMsg)
H A DwifiBenchmarkTest.ets223 @State receiveMsg: string = '待接收数据'
246 this.receiveMsg = str
340 Text(this.receiveMsg)
H A DwifiManagerBenchmarkTest.ets222 @State receiveMsg: string = '待接收数据'
245 this.receiveMsg = str
337 Text(this.receiveMsg)
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subStressTest/
H A DhotspotManagerStressTest.ets257 @State receiveMsg: string = '待接收数据'
280 this.receiveMsg = str
374 Text(this.receiveMsg)
H A DhotspotStressTest.ets256 @State receiveMsg: string = '待接收数据'
279 this.receiveMsg = str
372 Text(this.receiveMsg)
H A Dp2pManagerStressTest.ets395 @State receiveMsg: string = '待接收数据'
418 this.receiveMsg = str
512 Text(this.receiveMsg)
H A Dp2pStressTest.ets395 @State receiveMsg: string = '待接收数据'
418 this.receiveMsg = str
511 Text(this.receiveMsg)
H A DwifiManagerStressTest.ets614 @State receiveMsg: string = '待接收数据'
637 this.receiveMsg = str
730 Text(this.receiveMsg)
H A DwifiStressTest.ets618 @State receiveMsg: string = '待接收数据'
641 this.receiveMsg = str
734 Text(this.receiveMsg)
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1977 std::unique_ptr<IccFromRilMsg> receiveMsg = event->GetUniqueObject<IccFromRilMsg>(); in ProcessRecordSize() local
1978 if (receiveMsg == nullptr) { in ProcessRecordSize()
1982 IccFileData *result = &(receiveMsg->fileData); in ProcessRecordSize()
1983 std::shared_ptr<IccControllerHolder> &holder = receiveMsg->controlHolder; in ProcessRecordSize()