Home
last modified time | relevance | path

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

12

/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-multimedia.md66 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
67 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
68 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
69 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
70 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
71 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
72 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
73 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'image…
74 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'image…
75 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'image…
[all …]
H A Djs-apidiff-file-management.md66 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
67 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
68 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
69 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
70 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
71 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
72 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
73 | ohos.filemanagement.userfile_manager | UserFileManager | on(type: 'deviceChange'\|'albumChange'…
74 | ohos.filemanagement.userfile_manager | UserFileManager | on(type: 'deviceChange'\|'albumChange'…
75 | ohos.filemanagement.userfile_manager | UserFileManager | on(type: 'deviceChange'\|'albumChange'…
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-multimedia.md66 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
67 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
68 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
69 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
70 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
71 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
72 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imag…
73 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'image…
74 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'image…
75 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'image…
[all …]
H A Djs-apidiff-file-management.md66 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
67 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
68 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
69 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
70 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
71 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
72 | ohos.filemanagement.userfile_manager | UserFileManager | off(type: 'deviceChange'\|'albumChange…
73 | ohos.filemanagement.userfile_manager | UserFileManager | on(type: 'deviceChange'\|'albumChange'…
74 | ohos.filemanagement.userfile_manager | UserFileManager | on(type: 'deviceChange'\|'albumChange'…
75 | ohos.filemanagement.userfile_manager | UserFileManager | on(type: 'deviceChange'\|'albumChange'…
[all …]
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_client_stub.cpp190 DeviceChangeAction deviceChange; in HandleDeviceChange() local
191 deviceChange.type = static_cast<DeviceChangeType>(data.ReadUint32()); in HandleDeviceChange()
192 deviceChange.flag = static_cast<DeviceFlag>(data.ReadUint32()); in HandleDeviceChange()
197 deviceChange.deviceDescriptors.emplace_back(AudioDeviceDescriptor::Unmarshalling(data)); in HandleDeviceChange()
199 OnDeviceChange(deviceChange); in HandleDeviceChange()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp598 DeviceChangeAction deviceChange; in HandleDeviceChange001() local
599 deviceChange.type = static_cast<DeviceChangeType>(0); in HandleDeviceChange001()
600 deviceChange.flag = static_cast<DeviceFlag>(0); in HandleDeviceChange001()
601 avsessionService_->HandleDeviceChange(deviceChange); in HandleDeviceChange001()
608 DeviceChangeAction deviceChange; in HandleDeviceChange002() local
612 deviceChange.type = static_cast<DeviceChangeType>(0); in HandleDeviceChange002()
613 deviceChange.flag = static_cast<DeviceFlag>(0); in HandleDeviceChange002()
616 deviceChange.deviceDescriptors = audioDeviceDescriptors; in HandleDeviceChange002()
617 avsessionService_->HandleDeviceChange(deviceChange); in HandleDeviceChange002()
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-multimedia.md145deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
146deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
147deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
148deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
149deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
150deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
151deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
152deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
153deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
154deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
[all …]
/ohos5.0/docs/zh-cn/application-dev/media/audio/
H A Daudio-input-device-management.md47 audioRoutingManager.on('deviceChange', audio.DeviceFlag.INPUT_DEVICES_FLAG, (deviceChanged: audio.D…
55 audioRoutingManager.off('deviceChange', (deviceChanged: audio.DeviceChangeAction) => {
H A Daudio-output-device-management.md54 audioRoutingManager.on('deviceChange', audio.DeviceFlag.OUTPUT_DEVICES_FLAG, (deviceChanged: audio.…
62 audioRoutingManager.off('deviceChange');
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_service_test.cpp846 DeviceChangeAction deviceChange; variable
847 deviceChange.type = static_cast<DeviceChangeType>(0);
848 deviceChange.flag = static_cast<DeviceFlag>(0);
849 avservice_->HandleDeviceChange(deviceChange);
857 DeviceChangeAction deviceChange; variable
861 deviceChange.type = static_cast<DeviceChangeType>(0);
862 deviceChange.flag = static_cast<DeviceFlag>(0);
865 deviceChange.deviceDescriptors = audioDeviceDescriptors;
866 avservice_->HandleDeviceChange(deviceChange);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-multimedia.md17 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imageChan…
18 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imageChan…
19 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imageChan…
20 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imageChan…
21 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imageChan…
24 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'imageChang…
25 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'imageChang…
26 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'imageChang…
27 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'imageChang…
335 | ohos.multimedia.audio | AudioManager | off(type: 'deviceChange', callback?: Callback\<DeviceChang…
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-multimedia.md17 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imageChan…
18 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imageChan…
19 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imageChan…
20 | ohos.multimedia.mediaLibrary | MediaLibrary | off(type: 'deviceChange'\|'albumChange'\|'imageChan…
24 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'imageChang…
25 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'imageChang…
26 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'imageChang…
27 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'imageChang…
28 | ohos.multimedia.mediaLibrary | MediaLibrary | on(type: 'deviceChange'\|'albumChange'\|'imageChang…
335 | ohos.multimedia.audio | AudioManager | off(type: 'deviceChange', callback?: Callback\<DeviceChang…
[all …]
/ohos5.0/docs/en/application-dev/media/audio/
H A Daudio-input-device-management.md47 audioRoutingManager.on('deviceChange', audio.DeviceFlag.INPUT_DEVICES_FLAG, (deviceChanged: audio.D…
55 audioRoutingManager.off('deviceChange', (deviceChanged: audio.DeviceChangeAction) => {
H A Daudio-output-device-management.md51 audioRoutingManager.on('deviceChange', audio.DeviceFlag.OUTPUT_DEVICES_FLAG, (deviceChanged: audio.…
59 audioRoutingManager.off('deviceChange');
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-multimedia.md145deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
146deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
147deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
148deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
149deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
150deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
151deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
152deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
153deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
154deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
[all …]
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-mediaLibrary.md21 | medialibrary | **function** on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChang…
22 | medialibrary | **function** off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChan…
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-mediaLibrary.md235 | medialibrary | **function** on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChang…
236 | medialibrary | **function** off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChan…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.6/
H A Dchangelogs-mediaLibrary.md235 | medialibrary | **function** on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChang…
236 | medialibrary | **function** off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChan…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/
H A Djs-apis-audio.md2179 ### on('deviceChange')<sup>(deprecated)</sup>
2181 on(type: 'deviceChange', callback: Callback<DeviceChangeAction\>): void
2208 ### off('deviceChange')<sup>(deprecated)</sup>
2210 off(type: 'deviceChange', callback?: Callback<DeviceChangeAction\>): void
2230 audioManager.off('deviceChange');
2240 audioManager.on('deviceChange', deviceChangeCallback);
2242 audioManager.off('deviceChange', deviceChangeCallback);
4377 ### on('deviceChange')<sup>9+</sup>
4413 ### off('deviceChange')<sup>9+</sup>
4441 audioRoutingManager.off('deviceChange');
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.6/
H A Dchangelogs-mediaLibrary.md235 | medialibrary | **function** on(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChang…
236 | medialibrary | **function** off(type: 'deviceChange'\|'albumChange'\|'imageChange'\|'audioChan…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.5/
H A Dchangelogs-multimedia.md289 on(type: 'deviceChange', deviceFlag: DeviceFlag, callback: Callback&lt;DeviceChangeAction&gt;): voi…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-multimedia.md33 |新增|NA|类名:AudioRoutingManager;<br>方法or属性:off(type: 'deviceChange', callback?: Callback\<DeviceChang…
131 |新增|NA|类名:AudioRoutingManager;<br>方法or属性:on(type: 'deviceChange', deviceFlag: DeviceFlag, callback:…
796deviceChange', callback: Callback\<DeviceChangeAction>): void;<br>旧版本信息:|类名:AudioManager;<br>方法or属…
797deviceChange', callback?: Callback\<DeviceChangeAction>): void;<br>旧版本信息:|类名:AudioManager;<br>方法or…
1008deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
1009deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A Djs-apis-audio.md2207 ### on('deviceChange')<sup>(deprecated)</sup>
2209 on(type: 'deviceChange', callback: Callback<DeviceChangeAction\>): void
2237 ### off('deviceChange')<sup>(deprecated)</sup>
2239 off(type: 'deviceChange', callback?: Callback<DeviceChangeAction\>): void
2260 audioManager.off('deviceChange');
2270 audioManager.on('deviceChange', deviceChangeCallback);
2272 audioManager.off('deviceChange', deviceChangeCallback);
4373 ### on('deviceChange')<sup>9+</sup>
4409 ### off('deviceChange')<sup>9+</sup>
4437 audioRoutingManager.off('deviceChange');
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-multimedia.md33 |Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: off(type: 'deviceChange', c…
131 |Added|NA|Class name: AudioRoutingManager;<br>Method or attribute name: on(type: 'deviceChange', de…
796deviceChange', callback: Callback\<DeviceChangeAction>): void;<br>Old version: |Class name: AudioM…
797deviceChange', callback?: Callback\<DeviceChangeAction>): void;<br>Old version: |Class name: Audio…
1008deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
1009deviceChange'\|'albumChange'\|'imageChange'\|'audioChange'\|'videoChange'\|'fileChange'\|'remoteFi…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.5/
H A Dchangelogs-multimedia.md286 on(type: 'deviceChange', deviceFlag: DeviceFlag, callback: Callback&lt;DeviceChangeAction&gt;): voi…

12