Searched refs:OnActionCompleted (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 469 observer->OnActionCompleted(device, resp); in OnPressButton() 483 observer->OnActionCompleted(device, resp); in OnReleaseButton() 497 observer->OnActionCompleted(device, resp); in OnSetBrowsedPlayer() 516 observer->OnActionCompleted(device, resp); in OnGetCapabilities() 530 observer->OnActionCompleted(device, resp); in OnGetPlayerAppSettingAttributes() 544 observer->OnActionCompleted(device, resp); in OnGetPlayerAppSettingValues() 558 observer->OnActionCompleted(device, resp); in OnGetPlayerAppSettingCurrentValue() 570 observer->OnActionCompleted(device, resp); in OnSetPlayerAppSettingCurrentValue() 584 observer->OnActionCompleted(device, resp); in OnGetPlayerAppSettingAttributeText() 598 observer->OnActionCompleted(devic in OnGetPlayerAppSettingValueText() [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_avrcp_ct_observer.h | 31 void OnActionCompleted(const BluetoothRemoteDevice &device, const AvrcpCtResponse &resp) override {}
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_client.cpp | 110 obexClient_.clientObserver_.OnActionCompleted(obexClient_, resp); in HandleDataAvailableAction() 137 obexClient_.clientObserver_.OnActionCompleted(obexClient_, resp); in HandleDataAvailableSession() 158 obexClient_.clientObserver_.OnActionCompleted(obexClient_, resp); in HandleDataAvailableDisconnect() 596 clientObserver_.OnActionCompleted(*this, resp); in PutDataAvailable() 607 clientObserver_.OnActionCompleted(*this, resp); in GetDataAvailable() 612 clientObserver_.OnActionCompleted(*this, resp); in SetPathDataAvailable() 620 clientObserver_.OnActionCompleted(*this, resp); in AbortDataAvailable()
|
H A D | obex_client.h | 96 * @brief Called OnActionCompleted 101 virtual void OnActionCompleted(ObexClient &client, const ObexHeader &resp) = 0;
|
H A D | obex_mp_client.cpp | 155 clientObserver_.OnActionCompleted(*this, resp); in HandlePutData()
|
/foundation/communication/bluetooth_service/test/unittest/pbap/ |
H A D | pbap_client_test.cpp | 36 void OnActionCompleted( in OnActionCompleted() function in OHOS::Bluetooth::PbapClientObserverCommon
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 457 virtual void OnActionCompleted(const BluetoothRemoteDevice &device, const AvrcpCtResponse &resp) = 0;
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 32 void OnActionCompleted(const BluetoothRemoteDevice &device, const AvrcpCtResponse &resp){} in OnActionCompleted() function in OHOS::Bluetooth::AvrcpControllerObserverCommon
|
Completed in 8 milliseconds