Home
last modified time | relevance | path

Searched refs:NotifyUidChanged (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h47 virtual void NotifyUidChanged(int32_t uidCounter) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h259 void NotifyUidChanged(uint16_t uidCounter);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h52 void NotifyUidChanged(int32_t uidCounter) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h47 void NotifyUidChanged(int32_t uidCounter) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp415 void AvrcpTarget::NotifyUidChanged(uint16_t uidCounter) in NotifyUidChanged() function in OHOS::Bluetooth::AvrcpTarget
426 proxy->NotifyUidChanged(static_cast<int32_t>(uidCounter)); in NotifyUidChanged()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp444 void BluetoothAvrcpTgServer::NotifyUidChanged(int32_t uidCounter) in NotifyUidChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
453 pimpl->service_->NotifyUidChanged(static_cast<uint32_t>(uidCounter)); in NotifyUidChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h591 virtual void NotifyUidChanged(uint16_t uidCounter, uint8_t label = AVRC_DEFAULT_LABEL) = 0;
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp354 * @tc.name: NotifyUidChanged
363 profile_->NotifyUidChanged(0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp464 void BluetoothAvrcpTgProxy::NotifyUidChanged(int32_t uidCounter) in NotifyUidChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
466 HILOGI("BluetoothAvrcpTgProxy::NotifyUidChanged start"); in NotifyUidChanged()
469 HILOGE("BluetoothAvrcpTgProxy::NotifyUidChanged WriteInterfaceToken error"); in NotifyUidChanged()
473 HILOGE("BluetoothAvrcpTgProxy::NotifyUidChanged playStatus error"); in NotifyUidChanged()
481 HILOGE("BluetoothAvrcpTgProxy::NotifyUidChanged done fail, error: %{public}d", error); in NotifyUidChanged()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp332 NotifyUidChanged(uidCounter); in NotifyUidChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h930 void NotifyUidChanged(uint16_t uidCounter, uint8_t label = AVRC_DEFAULT_LABEL) override;
H A Davrcp_tg_service.cpp2494 void AvrcpTgService::NotifyUidChanged(uint16_t uidCounter, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService

Completed in 15 milliseconds