Home
last modified time | relevance | path

Searched refs:peerDeviceName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/display/entry/src/main/ets/pages/
H A DConfirmDialogWearable.ets35 @State peerDeviceName: string = '';
147 this.peerDeviceName = AppStorage.get('deviceName') as string;
148 console.log('peerDeviceName is ' + this.peerDeviceName);
153 …text.resourceManager.getStringSync($r('app.string.dm_confirm_title_cast').id, this.peerDeviceName);
156 this.peerDeviceName);
160 … context.resourceManager.getStringSync($r('app.string.dm_connect_device').id, this.peerDeviceName);
H A DConfirmDialog.ets38 @State peerDeviceName: string = '';
53 this.peerDeviceName = AppStorage.get('deviceName') as string;
54 console.log('peerDeviceName is ' + this.peerDeviceName);
59 …text.resourceManager.getStringSync($r('app.string.dm_confirm_title_cast').id, this.peerDeviceName);
62 this.peerDeviceName);
66 … context.resourceManager.getStringSync($r('app.string.dm_connect_device').id, this.peerDeviceName);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_ability_manager.cpp32 const std::string peerDeviceName = "deviceName"; variable
67 want.SetParam(peerDeviceName, deviceName); in StartAbility()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Ddisc_event_form.h190 const char *peerDeviceName; // PEER_DEV_NAME member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Ddisc_audit_converter.h64 DISC_AUDIT_ASSIGNER(String, PeerDeviceName, peerDeviceName)