Searched refs:targetDeviceName (Results 1 – 5 of 5) sorted by relevance
24 if (want.parameters && want.parameters.targetDeviceName) {25 AppStorage.setOrCreate('targetDeviceName', want.parameters.targetDeviceName);
40 @State targetDeviceName: string = '';69 if (AppStorage.get('targetDeviceName') != null) {70 this.targetDeviceName = AppStorage.get('targetDeviceName') as string;71 console.log('targetDeviceName is ' + this.targetDeviceName);194 Text($r('app.string.dm_connect', this.targetDeviceName))
218 json[TAG_TARGET_DEVICE_NAME] = authResponseContext_->targetDeviceName; in CreateRespNegotiateMessage()578 authResponseContext_->targetDeviceName = json[TAG_TARGET_DEVICE_NAME].get<std::string>(); in ParseRespNegotiateMessage()
785 authResponseContext_->targetDeviceName = softbusConnector_->GetLocalDeviceName(); in RespNegotiate()1482 DmDialogManager::GetInstance().ShowInputDialog(authResponseContext_->targetDeviceName); in ShowStartAuthDialog()
181 std::string targetDeviceName; member