Home
last modified time | relevance | path

Searched refs:AvrcpCtResponse (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp39 AvrcpCtResponse::AvrcpCtResponse(uint8_t type, int resp) : type_(type), resp_(resp) in AvrcpCtResponse() function in OHOS::Bluetooth::AvrcpCtResponse
44 AvrcpCtResponse::~AvrcpCtResponse() in ~AvrcpCtResponse()
470 AvrcpCtResponse resp(AVRC_ACTION_TYPE_PRESS_BUTTON, result); in OnPressButton()
484 AvrcpCtResponse resp(AVRC_ACTION_TYPE_RELEASE_BUTTON, result); in OnReleaseButton()
512 AvrcpCtResponse resp(AVRC_ACTION_TYPE_GET_CAPABILITIES, result); in OnGetCapabilities()
628 AvrcpCtResponse resp(AVRC_ACTION_TYPE_GET_PLAY_STATUS, result); in OnGetPlayStatus()
641 AvrcpCtResponse resp(AVRC_ACTION_TYPE_PLAY_ITEM, result); in OnPlayItem()
654 AvrcpCtResponse::MediaPlayers::MediaPlayer mediaPlayer; in OnGetMediaPlayers()
680 std::vector<AvrcpCtResponse::MediaItems::MediaItem> mediaItems; in OnGetFolderItems()
682 AvrcpCtResponse::MediaItems::MediaItem mediaItem; in OnGetFolderItems()
[all …]
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h41 class AvrcpCtResponse {
372 AvrcpCtResponse(uint8_t type, int resp);
373 ~AvrcpCtResponse();
407 AvrcpCtResponse() = delete;
457 …virtual void OnActionCompleted(const BluetoothRemoteDevice &device, const AvrcpCtResponse &resp) =…
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_avrcp_ct_observer.h31 …void OnActionCompleted(const BluetoothRemoteDevice &device, const AvrcpCtResponse &resp) override … in OnActionCompleted()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/
H A Djs_napi_blocklist.txt19 type:*OHOS::Bluetooth::AvrcpCtResponse
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp32 void OnActionCompleted(const BluetoothRemoteDevice &device, const AvrcpCtResponse &resp){} in OnActionCompleted()