/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/ |
H A D | Profile功能界面使用说明文档.md | 21 | 获取播放状态 | getPlayingState | (device: string) | PlayingState(枚举) | | 118 - getPlayingState 206 | 获取播放状态 | getPlayingState | (device: string) | PlayingState(枚举) | | 314 - getPlayingState
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-a2dp.md | 71 ### getPlayingState subsection 73 getPlayingState(deviceId: string): PlayingState 113 let state = a2dpSrc.getPlayingState('XX:XX:XX:XX:XX:XX');
|
H A D | js-apis-bluetooth.md | 1542 ### getPlayingState<sup>8+</sup><sup>(deprecated)</sup> 1544 getPlayingState(device: string): PlayingState 1549 > 从API version 8开始支持,从API version 9开始废弃。建议使用[bluetoothManager.A2dpSourceProfile.getPlayingState](js… 1569 let state : bluetooth.PlayingState = a2dpSrc.getPlayingState('XX:XX:XX:XX:XX:XX');
|
H A D | js-apis-bluetoothManager.md | 2165 ### getPlayingState<sup>(deprecated)</sup> 2167 getPlayingState(device: string): PlayingState 2172 …API version 10开始废弃。建议使用[a2dp.A2dpSourceProfile#getPlayingState](js-apis-bluetooth-a2dp.md#getPlayi… 2209 let state: bluetoothManager.PlayingState = a2dpSrc.getPlayingState('XX:XX:XX:XX:XX:XX');
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/ |
H A D | a2dpSinkProfileManagerInterface.ets | 88 ret = profile.getPlayingState(deviceId); 90 textMessage = "getPlayingState ret: " + ret; 91 message = "getPlayingState ret: " + ret;
|
H A D | a2dpSinkProfileInterface.ets | 92 ret = profile.getPlayingState(deviceId); 94 textMessage = "getPlayingState ret: " + ret; 95 message = "getPlayingState ret: " + ret;
|
H A D | autoTestDataModels.ets | 1038 'method' : 'getPlayingState' ,
|
H A D | testDataModelsManager.ets | 878 'method' : 'getPlayingState' ,
|
H A D | testDataModels.ets | 904 'method' : 'getPlayingState' ,
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-a2dp.md | 58 ### getPlayingState subsection 60 getPlayingState(deviceId: string): PlayingState 100 let state = a2dpSrc.getPlayingState('XX:XX:XX:XX:XX:XX');
|
H A D | js-apis-bluetooth.md | 1543 ### getPlayingState<sup>8+</sup><sup>(deprecated)</sup> 1545 getPlayingState(device: string): PlayingState 1550 …recated since API version 9. Use [bluetoothManager.A2dpSourceProfile.getPlayingState](js-apis-blue… 1570 let state : bluetooth.PlayingState = a2dpSrc.getPlayingState('XX:XX:XX:XX:XX:XX');
|
H A D | js-apis-bluetoothManager.md | 2165 ### getPlayingState<sup>(deprecated)</sup> 2167 getPlayingState(device: string): PlayingState 2172 …ce API version 10. Use [a2dp.A2dpSourceProfile#getPlayingState](js-apis-bluetooth-a2dp.md#getPlayi… 2209 let state: bluetoothManager.PlayingState = a2dpSrc.getPlayingState('XX:XX:XX:XX:XX:XX');
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_a2dp_snk.h | 36 static napi_value getPlayingState(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_a2dp_snk.cpp | 41 DECLARE_NAPI_FUNCTION("getPlayingState", getPlayingState), in DefineA2dpSinkJSClass() 196 napi_value NapiA2dpSink::getPlayingState(napi_env env, napi_callback_info info) in getPlayingState() function in OHOS::Bluetooth::NapiA2dpSink
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.2.1/ |
H A D | changelogs-bluetooth.md | 67 | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | getPlayingState(device: stri…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-communicate.md | 156 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | 废弃 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-communicate.md | 156 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | Deprecated|
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/ |
H A D | changelogs-bluetooth.md | 93 |getPlayingState | [getPlayingState](../../../application-dev/reference/apis/js-apis-bluetooth-a2dp…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/ |
H A D | changelogs-bluetooth.md | 93 |getPlayingState | [getPlayingState](../../../application-dev/reference/apis/js-apis-bluetooth-a2dp…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.1/ |
H A D | changelogs-bluetooth.md | 67 | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | get…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-communicate.md | 424 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-communicate.md | 424 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-communication.md | 58 |新增|NA|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(deviceId: string): PlayingState;|@ohos.bluet… 529 …getPlayingState(device: string): PlayingState;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:getPlayin… 952 …ourceProfile;<br>方法or属性:getPlayingState(device: string): PlayingState;<br>旧版本信息:|类名:A2dpSourceProf…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-communication.md | 46 |新增|NA|模块名: ohos.bluetoothManager<br>类名: A2dpSourceProfile<br>方法 or 属性: getPlayingState(device: str… 448 …rceProfile<br>方法 or 属性:getPlayingState(device: string): PlayingState;<br>废弃版本:N/A|类名:A2dpSourcePro…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-communication.md | 58 |Added|NA|Class name: A2dpSourceProfile;<br>Method or attribute name: getPlayingState(deviceId: str… 529 …getPlayingState(device: string): PlayingState;<br>Old version information: |Class name: A2dpSource… 952 … getPlayingState(device: string): PlayingState;<br>Old version information: |Class name: A2dpSourc…
|