Lines Matching refs:hapticUri
63 registerSource(audioUri: string, hapticUri: string): Promise<number>
74 | hapticUri | string | 是 | 振动资源的Uri。振动资源格式支持可参考[vibrator](../api…
96 let hapticUri = 'data/hapticTest.json'; // 需更改为目标振动资源的Uri
99 audioHapticManagerInstance.registerSource(audioUri, hapticUri).then((value: number) => {
135 let hapticUri = 'data/hapticTest.json'; // 需更改为目标振动资源的Uri
138 audioHapticManagerInstance.registerSource(audioUri, hapticUri).then((value: number) => {
182 let hapticUri = 'data/hapticTest.json'; // 需更改为目标振动资源的Uri
185 audioHapticManagerInstance.registerSource(audioUri, hapticUri).then((value: number) => {
228 let hapticUri = 'data/hapticTest.json'; // 需更改为目标振动资源的Uri
231 audioHapticManagerInstance.registerSource(audioUri, hapticUri).then((value: number) => {
286 let hapticUri = 'data/hapticTest.json'; // 需更改为目标振动资源的Uri
289 audioHapticManagerInstance.registerSource(audioUri, hapticUri).then((value: number) => {