Searched refs:ObserverImpl (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/ |
H A D | datashare_helper.cpp | 36 class ObserverImpl : public AAFwk::DataAbilityObserverStub { class 38 explicit ObserverImpl(const std::shared_ptr<DataShareObserver> dataShareObserver) in ObserverImpl() function in OHOS::DataShare::ObserverImpl 44 static sptr<ObserverImpl> GetObserver(const Uri& uri, const std::shared_ptr<DataShareObserver> &observer); 49 sptr<ObserverImpl> obs_; 56 ConcurrentMap<DataShareObserver *, ObserverImpl::ObserverParam> ObserverImpl::observers_; 223 sptr<ObserverImpl> obs = ObserverImpl::GetObserver(uri, dataObserver); in RegisterObserverExt() 225 LOG_ERROR("new ObserverImpl failed"); in RegisterObserverExt() 230 ObserverImpl in RegisterObserverExt() [all...] |
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_sync_napi.cpp | 38 class ObserverImpl : public AAFwk::DataAbilityObserverStub { class 40 explicit ObserverImpl(const shared_ptr<CloudNotifyObserver> cloudNotifyObserver) in ObserverImpl() function in OHOS::FileManagement::CloudSync::ObserverImpl 44 static sptr<ObserverImpl> GetObserver(const Uri &uri, const shared_ptr<CloudNotifyObserver> &observer); 50 sptr<ObserverImpl> obs_; 57 ConcurrentMap<CloudNotifyObserver *, ObserverImpl::ObserverParam> ObserverImpl::observers_; 59 void ObserverImpl::OnChange() {} in OnChange() 61 void ObserverImpl::OnChangeExt(const AAFwk::ChangeInfo &info) in OnChangeExt() 70 sptr<ObserverImpl> ObserverImpl [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_tg_server.cpp | 47 class ObserverImpl : public IProfileAvrcpTg::IObserver { class 49 explicit ObserverImpl(BluetoothAvrcpTgServer::impl *impl) : impl_(impl) {} in ObserverImpl() function in OHOS::Bluetooth::BluetoothAvrcpTgServer::impl::ObserverImpl 50 virtual ~ObserverImpl() {} in ~ObserverImpl() 68 observer_ = std::make_unique<ObserverImpl>(this); in impl() 113 observer_ = std::make_unique<ObserverImpl>(this); in OnSystemStateChange() 147 std::unique_ptr<ObserverImpl> observer_;
|
H A D | bluetooth_avrcp_ct_server.cpp | 49 class ObserverImpl : public IProfileAvrcpCt::IObserver { class 51 explicit ObserverImpl(BluetoothAvrcpCtServer::impl *impl) : impl_(impl) in ObserverImpl() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 53 virtual ~ObserverImpl() in ~ObserverImpl() 247 observer_ = std::make_unique<ObserverImpl>(this); in impl() 292 observer_ = std::make_unique<ObserverImpl>(this); in OnSystemStateChange() 754 std::unique_ptr<ObserverImpl> observer_;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 35 void AvrcpTgService::ObserverImpl::OnConnectionStateChanged(const std::string &addr, int state) in OnConnectionStateChanged() 40 void AvrcpTgService::ObserverImpl::OnPressButton(const std::string &addr, uint8_t button) in OnPressButton() 45 void AvrcpTgService::ObserverImpl::OnReleaseButton(const std::string &addr, uint8_t button) in OnReleaseButton() 50 void AvrcpTgService::ObserverImpl::OnSetAddressedPlayer(const std::string &addr, uint8_t label, int status) in OnSetAddressedPlayer() 61 void AvrcpTgService::ObserverImpl::OnSetBrowsedPlayer(const std::string &addr, uint16_t uidCounter, uint32_t numOfItems, in OnSetBrowsedPlayer() 74 void AvrcpTgService::ObserverImpl::OnGetPlayerAppSettingAttributes( in OnGetPlayerAppSettingAttributes() 86 void AvrcpTgService::ObserverImpl::OnGetPlayerAppSettingValues( in OnGetPlayerAppSettingValues() 98 void AvrcpTgService::ObserverImpl::OnGetPlayerAppSettingCurrentValue(const std::string &addr, in OnGetPlayerAppSettingCurrentValue() 110 void AvrcpTgService::ObserverImpl::OnSetPlayerAppSettingCurrentValue(const std::string &addr, uint8_t label) in OnSetPlayerAppSettingCurrentValue() 121 void AvrcpTgService::ObserverImpl [all...] |
H A D | avrcp_tg_service.h | 56 class ObserverImpl : public stub::MediaService::IObserver { class in OHOS::bluetooth::AvrcpTgService 59 * @brief A constructor used to create an <b>ObserverImpl</b> instance. 61 ObserverImpl() = default; 64 * @brief A destructor used to delete the <b>ObserverImpl</b> instance. 66 ~ObserverImpl() = default;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_tg.cpp | 39 class ObserverImpl : public BluetoothAvrcpTgObserverStub { class 41 explicit ObserverImpl(AvrcpTarget::impl *impl) : impl_(impl) in ObserverImpl() function in OHOS::Bluetooth::AvrcpTarget::impl::ObserverImpl 43 ~ObserverImpl() override = default; 61 observer_ = new (std::nothrow) ObserverImpl(this); in impl() 92 sptr<ObserverImpl> observer_;
|
H A D | bluetooth_avrcp_ct.cpp | 48 class ObserverImpl : public BluetoothAvrcpCtObserverStub { class 50 explicit ObserverImpl(AvrcpController::impl *impl) : impl_(impl) in ObserverImpl() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 52 ~ObserverImpl() override = default; 883 sptr<ObserverImpl> observer_; 889 observer_ = new (std::nothrow) ObserverImpl(this); in impl()
|
Completed in 12 milliseconds