Home
last modified time | relevance | path

Searched refs:SetObserver (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroller.h57 oldController->SetObserver(observer); in SetController()
61 controller->SetObserver(observer_); in SetController()
89 void SetObserver(const ScrollerObserver& observer) in SetObserver() function
94 controller->SetObserver(observer); in SetObserver()
H A Djs_tabs_feature.cpp244 jsScroller->SetObserver(observer); in HandleBindTabsToScrollable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_controller.h36 void SetObserver(const ScrollerObserver& observer) override in SetObserver() function
H A Dscroll_controller_base.h130 virtual void SetObserver(const ScrollerObserver& observer) {} in SetObserver() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_sink_server.cpp41 void SetObserver(RemoteObserverList<IBluetoothA2dpSinkObserver> *observers) in SetObserver() function in OHOS::Bluetooth::A2dpSinkObserver
111 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothA2dpSinkServer()
H A Dbluetooth_pan_server.cpp43 void SetObserver(RemoteObserverList<IBluetoothPanObserver> *observers) in SetObserver() function in OHOS::Bluetooth::BluetoothPanCallback
113 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothPanServer()
H A Dbluetooth_ble_advertiser_server.cpp83 void SetObserver(RemoteObserverList<IBluetoothBleAdvertiseCallback> *observers) in SetObserver() function in OHOS::Bluetooth::BleAdvertiserCallback
145 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothBleAdvertiserServer()
H A Dbluetooth_hid_host_server.cpp45 void SetObserver(RemoteObserverList<IBluetoothHidHostObserver> *observers) in SetObserver() function in OHOS::Bluetooth::BluetoothHidHostCallback
116 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothHidHostServer()
H A Dbluetooth_hfp_ag_server.cpp84 void SetObserver(RemoteObserverList<IBluetoothHfpAgObserver>* observers) in SetObserver() function in OHOS::Bluetooth::HfpAgServerObserver
141 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothHfpAgServer()
H A Dbluetooth_hfp_hf_server.cpp115 void SetObserver(RemoteObserverList<IBluetoothHfpHfObserver>* observers) in SetObserver() function in OHOS::Bluetooth::HfpHfServerObserver
171 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothHfpHfServer()
H A Dbluetooth_a2dp_source_server.cpp83 void SetObserver(RemoteObserverList<IBluetoothA2dpSourceObserver> *observers) in SetObserver() function in OHOS::Bluetooth::A2dpSourceObserver
154 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothA2dpSourceServer()
H A Dbluetooth_ble_central_manager_server.cpp231 void SetObserver(RemoteObserverList<IBluetoothBleCentralManagerCallback, int32_t> *observers) in SetObserver() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl::BleCentralManagerCallback
299 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothBleCentralManagerServer()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_watcher.h33 void SetObserver(sptr<IKvStoreObserver> observer);
H A Dkvdb_watcher.cpp76 void KVDBWatcher::SetObserver(sptr<IKvStoreObserver> observer) in SetObserver() function in OHOS::DistributedKv::KVDBWatcher
H A Dkvdb_service_impl.cpp561 watcher->SetObserver(observer); in Subscribe()
566 AutoCache::GetInstance().SetObserver(tokenId, storeId, GetWatchers(tokenId, storeId)); in Subscribe()
595 AutoCache::GetInstance().SetObserver(tokenId, storeId, GetWatchers(tokenId, storeId)); in Unsubscribe()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_controller.h54 void SetObserver(const ScrollerObserver& observer) override in SetObserver() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dauto_cache.h57 …API_EXPORT void SetObserver(uint32_t tokenId, const std::string &storeId, const Watchers &watchers…
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dsystempasteboard_napi.h285 static void SetObserver(napi_ref ref, std::shared_ptr<PasteboardObserverInstance> observer);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp200 void AutoCache::SetObserver(uint32_t tokenId, const std::string &storeId, const AutoCache::Watchers… in SetObserver() function in OHOS::DistributedData::AutoCache
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp590 AutoCache::GetInstance().SetObserver(tokenId, RemoveSuffix(param.storeName_), in Subscribe()
619 AutoCache::GetInstance().SetObserver(tokenId, RemoveSuffix(param.storeName_), in UnSubscribe()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp315 watcher->SetObserver(observer);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp803 delegate_->SetObserver(observer_); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h655 void SetObserver(const RefPtr<WebDelegateObserver>& observer) in SetObserver() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp2839 delegate_->SetObserver(observer_); in OnModifyDone()