/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_scroller.h | 57 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 D | js_tabs_feature.cpp | 244 jsScroller->SetObserver(observer); in HandleBindTabsToScrollable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_controller.h | 36 void SetObserver(const ScrollerObserver& observer) override in SetObserver() function
|
H A D | scroll_controller_base.h | 130 virtual void SetObserver(const ScrollerObserver& observer) {} in SetObserver() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_sink_server.cpp | 41 void SetObserver(RemoteObserverList<IBluetoothA2dpSinkObserver> *observers) in SetObserver() function in OHOS::Bluetooth::A2dpSinkObserver 111 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothA2dpSinkServer()
|
H A D | bluetooth_pan_server.cpp | 43 void SetObserver(RemoteObserverList<IBluetoothPanObserver> *observers) in SetObserver() function in OHOS::Bluetooth::BluetoothPanCallback 113 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothPanServer()
|
H A D | bluetooth_ble_advertiser_server.cpp | 83 void SetObserver(RemoteObserverList<IBluetoothBleAdvertiseCallback> *observers) in SetObserver() function in OHOS::Bluetooth::BleAdvertiserCallback 145 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothBleAdvertiserServer()
|
H A D | bluetooth_hid_host_server.cpp | 45 void SetObserver(RemoteObserverList<IBluetoothHidHostObserver> *observers) in SetObserver() function in OHOS::Bluetooth::BluetoothHidHostCallback 116 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothHidHostServer()
|
H A D | bluetooth_hfp_ag_server.cpp | 84 void SetObserver(RemoteObserverList<IBluetoothHfpAgObserver>* observers) in SetObserver() function in OHOS::Bluetooth::HfpAgServerObserver 141 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothHfpAgServer()
|
H A D | bluetooth_hfp_hf_server.cpp | 115 void SetObserver(RemoteObserverList<IBluetoothHfpHfObserver>* observers) in SetObserver() function in OHOS::Bluetooth::HfpHfServerObserver 171 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothHfpHfServer()
|
H A D | bluetooth_a2dp_source_server.cpp | 83 void SetObserver(RemoteObserverList<IBluetoothA2dpSourceObserver> *observers) in SetObserver() function in OHOS::Bluetooth::A2dpSourceObserver 154 pimpl->observerImp_->SetObserver(&(pimpl->observers_)); in BluetoothA2dpSourceServer()
|
H A D | bluetooth_ble_central_manager_server.cpp | 231 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 D | kvdb_watcher.h | 33 void SetObserver(sptr<IKvStoreObserver> observer);
|
H A D | kvdb_watcher.cpp | 76 void KVDBWatcher::SetObserver(sptr<IKvStoreObserver> observer) in SetObserver() function in OHOS::DistributedKv::KVDBWatcher
|
H A D | kvdb_service_impl.cpp | 561 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 D | scrollable_controller.h | 54 void SetObserver(const ScrollerObserver& observer) override in SetObserver() function
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | auto_cache.h | 57 …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 D | systempasteboard_napi.h | 285 static void SetObserver(napi_ref ref, std::shared_ptr<PasteboardObserverInstance> observer);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/ |
H A D | auto_cache.cpp | 200 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 D | rdb_service_impl.cpp | 590 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 D | kvdb_service_test.cpp | 315 watcher->SetObserver(observer);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.cpp | 803 delegate_->SetObserver(observer_); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 655 void SetObserver(const RefPtr<WebDelegateObserver>& observer) in SetObserver() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 2839 delegate_->SetObserver(observer_); in OnModifyDone()
|