/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
D | rdb_watcher.h | 30 void SetNotifier(sptr<RdbNotifierProxy> notifier);
|
D | rdb_watcher.cpp | 56 void RdbWatcher::SetNotifier(sptr<RdbNotifierProxy> notifier) in SetNotifier() function in OHOS::DistributedRdb::RdbWatcher
|
D | rdb_service_impl.cpp | 201 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()
|
D | rdb_service_impl.h | 87 void SetNotifier(sptr<RdbNotifierProxy> notifier);
|
/foundation/communication/netmanager_base/services/netstatsmanager/include/ |
D | net_stats_cached.h | 57 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/ |
D | notifier_info.h | 39 void SetNotifier(const std::string& cbType, const sptr<IRemoteObject>& notifier);
|
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/ |
D | notifier_info.cpp | 29 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/ |
D | i_playbin_ctrler.h | 81 virtual void SetNotifier(PlayBinMsgNotifier notifier) = 0;
|
D | playbin_ctrler_base.h | 79 void SetNotifier(PlayBinMsgNotifier notifier) final;
|
D | playbin_ctrler_base.cpp | 1522 void PlayBinCtrlerBase::SetNotifier(PlayBinMsgNotifier notifier) in SetNotifier() function in OHOS::Media::PlayBinCtrlerBase
|
/foundation/multimedia/player_framework/services/engine/gstreamer/recorder/ |
D | recorder_pipeline.h | 69 void SetNotifier(RecorderMsgNotifier notifier);
|
D | recorder_pipeline_ctrler.cpp | 59 pipeline_->SetNotifier(notifier); in SetPipeline()
|
D | recorder_pipeline.cpp | 43 void RecorderPipeline::SetNotifier(RecorderMsgNotifier notifier) in SetNotifier() function in OHOS::Media::RecorderPipeline
|
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/ |
D | distributed_ability_manager_service_test.cpp | 896 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/ |
D | continuation_manager_test.cpp | 1017 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/ |
D | distributed_ability_manager_service.cpp | 229 iter->second->SetNotifier(cbType, notifier); in RegisterDeviceSelectionCallback() 232 notifierInfo->SetNotifier(cbType, notifier); in RegisterDeviceSelectionCallback()
|
/foundation/multimedia/player_framework/services/engine/gstreamer/player/ |
D | player_engine_gst_impl.cpp | 1023 playBinCtrler_->SetNotifier(nullptr); in ResetPlaybinToSoftDec()
|