Home
last modified time | relevance | path

Searched refs:SetNotifier (Results 1 – 17 of 17) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_watcher.h30 void SetNotifier(sptr<RdbNotifierProxy> notifier);
Drdb_watcher.cpp56 void RdbWatcher::SetNotifier(sptr<RdbNotifierProxy> notifier) in SetNotifier() function in OHOS::DistributedRdb::RdbWatcher
Drdb_service_impl.cpp201 agent.SetNotifier(notifierProxy); in InitNotifier()
676 watcher_->SetNotifier(nullptr); in ReInit()
680 void RdbServiceImpl::SyncAgent::SetNotifier(sptr<RdbNotifierProxy> notifier) in SetNotifier() function in OHOS::DistributedRdb::RdbServiceImpl::SyncAgent
684 watcher_->SetNotifier(notifier); in SetNotifier()
693 watcher_->SetNotifier(notifier_); in SetWatcher()
Drdb_service_impl.h87 void SetNotifier(sptr<RdbNotifierProxy> notifier);
/foundation/communication/netmanager_base/services/netstatsmanager/include/
Dnet_stats_cached.h57 stats_.SetNotifier(callbackManager); in SetCallbackManager()
123 inline void SetNotifier(const std::shared_ptr<NetStatsCallback> &callbackManager) in SetNotifier() function
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/continuation_manager/
Dnotifier_info.h39 void SetNotifier(const std::string& cbType, const sptr<IRemoteObject>& notifier);
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
Dnotifier_info.cpp29 void NotifierInfo::SetNotifier(const std::string& cbType, const sptr<IRemoteObject>& notifier) in SetNotifier() function in OHOS::DistributedSchedule::NotifierInfo
/foundation/multimedia/player_framework/services/engine/gstreamer/common/playbin_adapter/
Di_playbin_ctrler.h81 virtual void SetNotifier(PlayBinMsgNotifier notifier) = 0;
Dplaybin_ctrler_base.h79 void SetNotifier(PlayBinMsgNotifier notifier) final;
Dplaybin_ctrler_base.cpp1522 void PlayBinCtrlerBase::SetNotifier(PlayBinMsgNotifier notifier) in SetNotifier() function in OHOS::Media::PlayBinCtrlerBase
/foundation/multimedia/player_framework/services/engine/gstreamer/recorder/
Drecorder_pipeline.h69 void SetNotifier(RecorderMsgNotifier notifier);
Drecorder_pipeline_ctrler.cpp59 pipeline_->SetNotifier(notifier); in SetPipeline()
Drecorder_pipeline.cpp43 void RecorderPipeline::SetNotifier(RecorderMsgNotifier notifier) in SetNotifier() function in OHOS::Media::RecorderPipeline
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/
Ddistributed_ability_manager_service_test.cpp896 notifierInfo->SetNotifier(EVENT_CONNECT, notifier);
931 notifierInfo->SetNotifier(EVENT_CONNECT, notifier);
999 notifierInfo->SetNotifier(EVENT_CONNECT, notifier);
1238 notifierInfo->SetNotifier(EVENT_CONNECT, notifier);
1324 notifierInfo->SetNotifier(EVENT_CONNECT, notifier);
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/
Dcontinuation_manager_test.cpp1017 notifierInfo->SetNotifier(CALLBACK_TYPE1, notifier);
1039 notifierInfo->SetNotifier(CALLBACK_TYPE1, notifier);
1061 notifierInfo->SetNotifier(CALLBACK_TYPE1, notifier);
1084 notifierInfo->SetNotifier(CALLBACK_TYPE1, notifier);
1106 notifierInfo->SetNotifier(CALLBACK_TYPE1, notifier);
1129 notifierInfo->SetNotifier(CALLBACK_TYPE1, notifier);
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
Ddistributed_ability_manager_service.cpp229 iter->second->SetNotifier(cbType, notifier); in RegisterDeviceSelectionCallback()
232 notifierInfo->SetNotifier(cbType, notifier); in RegisterDeviceSelectionCallback()
/foundation/multimedia/player_framework/services/engine/gstreamer/player/
Dplayer_engine_gst_impl.cpp1023 playBinCtrler_->SetNotifier(nullptr); in ResetPlaybinToSoftDec()