/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-telephony.md | 3 …方法 or 属性: function on(type: 'audioDeviceChange', callback: Callback\<AudioDeviceInfo>): void;|@oho… 4 … or 属性: function off(type: 'audioDeviceChange', callback?: Callback\<AudioDeviceInfo>): void;|@oho… 23 |新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo|@ohos.telephony.call.d.ts| 24 |新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo<br>方法 or 属性: audioDeviceList: Array\<AudioDe… 25 |新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo<br>方法 or 属性: currentAudioDevice: AudioDevice… 26 |新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo<br>方法 or 属性: isMuted: boolean;|@ohos.telepho…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-telephony.md | 3 …ute name: function on(type: 'audioDeviceChange', callback: Callback\<AudioDeviceInfo>): void;|@oho… 4 …e name: function off(type: 'audioDeviceChange', callback?: Callback\<AudioDeviceInfo>): void;|@oho… 23 |Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo|@ohos.telephony.call.d.ts| 24 |Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo<br>Method or attribute na… 25 |Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo<br>Method or attribute na… 26 |Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo<br>Method or attribute na…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-telephony.md | 3 |删除|类名:AudioDeviceInfo;<br>方法or属性:audioDeviceList: Array\<AudioDevice>;|NA|@ohos.telephony.call.d.t… 4 |删除|类名:AudioDeviceInfo;<br>方法or属性:currentAudioDevice: AudioDevice;|NA|@ohos.telephony.call.d.ts| 5 |删除|类名:AudioDeviceInfo;<br>方法or属性:isMuted: boolean;|NA|@ohos.telephony.call.d.ts| 33 …br>方法or属性:function on(type: 'audioDeviceChange', callback: Callback\<AudioDeviceInfo>): void;|类名:c… 34 …>方法or属性:function off(type: 'audioDeviceChange', callback?: Callback\<AudioDeviceInfo>): void;|类名:c…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-telephony.md | 3 |Deleted|Class name: AudioDeviceInfo;<br>Method or attribute name: audioDeviceList: Array\<AudioDev… 4 |Deleted|Class name: AudioDeviceInfo;<br>Method or attribute name: currentAudioDevice: AudioDevice;… 5 |Deleted|Class name: AudioDeviceInfo;<br>Method or attribute name: isMuted: boolean;|NA|@ohos.telep… 33 …ute name: function on(type: 'audioDeviceChange', callback: Callback\<AudioDeviceInfo>): void;|Clas… 34 …e name: function off(type: 'audioDeviceChange', callback?: Callback\<AudioDeviceInfo>): void;|Clas…
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/ |
H A D | napi_call_manager_callback.h | 37 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
|
H A D | napi_call_ability_callback.h | 86 int32_t UpdateAudioDeviceInfo(const AudioDeviceInfo &info); 131 static int32_t ReportAudioDeviceInfo(AudioDeviceInfo &info, EventCallback eventCallback);
|
H A D | napi_call_manager_types.h | 234 AudioDeviceInfo info;
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_callback.h | 94 virtual int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) = 0;
|
H A D | call_manager_inner_type.h | 785 struct AudioDeviceInfo { struct
|
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/ |
H A D | call_manager_callback_test.h | 37 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
|
H A D | call_manager_callback_test.cpp | 108 int32_t CallManagerCallbackTest::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange()
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_ability_callback_stub.cpp | 221 AudioDeviceInfo info; in OnUpdateAudioDeviceChange() 222 if (memset_s(&info, sizeof(AudioDeviceInfo), 0, sizeof(AudioDeviceInfo)) != EOK) { in OnUpdateAudioDeviceChange()
|
H A D | call_ability_callback.cpp | 92 int32_t CallAbilityCallback::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange()
|
/ohos5.0/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_ability_callback.h | 40 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
|
H A D | i_call_ability_callback.h | 37 virtual int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) = 0;
|
/ohos5.0/base/telephony/call_manager/services/call_report/include/ |
H A D | call_ability_callback_proxy.h | 38 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
|
H A D | call_ability_report_proxy.h | 43 int32_t ReportAudioDeviceChange(const AudioDeviceInfo &info);
|
/ohos5.0/base/telephony/call_manager/services/audio/include/ |
H A D | audio_device_manager.h | 95 AudioDeviceInfo info_;
|
/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/ |
H A D | tui_event.h | 91 …int32_t OnReportAudioDeviceChange(const OHOS::Telephony::AudioDeviceInfo &info) override { return … in OnReportAudioDeviceChange()
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager_callback.cpp | 91 int32_t NapiCallManagerCallback::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
H A D | call_manager_connect.h | 328 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange() 412 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange()
|
/ohos5.0/base/telephony/call_manager/services/audio/src/ |
H A D | audio_device_manager.cpp | 67 if (memset_s(&info_, sizeof(AudioDeviceInfo), 0, sizeof(AudioDeviceInfo)) != EOK) { in Init()
|
/ohos5.0/base/telephony/call_manager/services/call_report/src/ |
H A D | call_ability_callback_proxy.cpp | 239 int32_t CallAbilityCallbackProxy::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange()
|
H A D | call_ability_report_proxy.cpp | 284 int32_t CallAbilityReportProxy::ReportAudioDeviceChange(const AudioDeviceInfo &info) in ReportAudioDeviceChange()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-telephony.md | 349 |访问级别有变化|类名:AudioDeviceInfo;<br>方法or属性:audioDeviceList: Array\<AudioDevice>;<br>旧版本信息:|类名:AudioDevi… 350 |访问级别有变化|类名:AudioDeviceInfo;<br>方法or属性:currentAudioDevice: AudioDevice;<br>旧版本信息:|类名:AudioDeviceInf… 351 |访问级别有变化|类名:AudioDeviceInfo;<br>方法or属性:isMuted: boolean;<br>旧版本信息:|类名:AudioDeviceInfo;<br>方法or属性:is… 990 |type有变化|类名:AudioDeviceInfo;<br>方法or属性:audioDeviceList: Array\<AudioDevice>;<br>旧版本信息:|类名:AudioDevi… 991 |type有变化|类名:AudioDeviceInfo;<br>方法or属性:currentAudioDevice: AudioDevice;<br>旧版本信息:|类名:AudioDeviceInf… 992 |type有变化|类名:AudioDeviceInfo;<br>方法or属性:isMuted: boolean;<br>旧版本信息:|类名:AudioDeviceInfo;<br>方法or属性:is…
|