Home
last modified time | relevance | path

Searched refs:getPlayingState (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/
H A DProfile功能界面使用说明文档.md21 | 获取播放状态 | 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 Djs-apis-bluetooth-a2dp.md71 ### getPlayingState subsection
73 getPlayingState(deviceId: string): PlayingState
113 let state = a2dpSrc.getPlayingState('XX:XX:XX:XX:XX:XX');
H A Djs-apis-bluetooth.md1542 ### 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 Djs-apis-bluetoothManager.md2165 ### 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 Da2dpSinkProfileManagerInterface.ets88 ret = profile.getPlayingState(deviceId);
90 textMessage = "getPlayingState ret: " + ret;
91 message = "getPlayingState ret: " + ret;
H A Da2dpSinkProfileInterface.ets92 ret = profile.getPlayingState(deviceId);
94 textMessage = "getPlayingState ret: " + ret;
95 message = "getPlayingState ret: " + ret;
H A DautoTestDataModels.ets1038 'method' : 'getPlayingState' ,
H A DtestDataModelsManager.ets878 'method' : 'getPlayingState' ,
H A DtestDataModels.ets904 'method' : 'getPlayingState' ,
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-a2dp.md58 ### getPlayingState subsection
60 getPlayingState(deviceId: string): PlayingState
100 let state = a2dpSrc.getPlayingState('XX:XX:XX:XX:XX:XX');
H A Djs-apis-bluetooth.md1543 ### 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 Djs-apis-bluetoothManager.md2165 ### 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 Dnapi_bluetooth_a2dp_snk.h36 static napi_value getPlayingState(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_a2dp_snk.cpp41 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 Dchangelogs-bluetooth.md67 | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | getPlayingState(device: stri…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-communicate.md156 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | 废弃 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-communicate.md156 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | Deprecated|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-bluetooth.md93 |getPlayingState | [getPlayingState](../../../application-dev/reference/apis/js-apis-bluetooth-a2dp…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-bluetooth.md93 |getPlayingState | [getPlayingState](../../../application-dev/reference/apis/js-apis-bluetooth-a2dp…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.1/
H A Dchangelogs-bluetooth.md67 | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | get…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-communicate.md424 | ohos.bluetooth | A2dpSourceProfile | getPlayingState(device: string): PlayingState; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-communicate.md424 | 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 Djs-apidiff-communication.md58 |新增|NA|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(deviceId: string): PlayingState;|@ohos.bluet…
529getPlayingState(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 Djs-apidiff-communication.md46 |新增|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 Djs-apidiff-communication.md58 |Added|NA|Class name: A2dpSourceProfile;<br>Method or attribute name: getPlayingState(deviceId: str…
529getPlayingState(device: string): PlayingState;<br>Old version information: |Class name: A2dpSource…
952getPlayingState(device: string): PlayingState;<br>Old version information: |Class name: A2dpSourc…

12