Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_cached.h75 stats_.SetNotifier(callbackManager); in SetCallbackManager()
194 inline void SetNotifier(const std::shared_ptr<NetStatsCallback> &callbackManager) in SetNotifier() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_watcher.h31 void SetNotifier(sptr<RdbNotifierProxy> notifier);
H A Drdb_watcher.cpp61 void RdbWatcher::SetNotifier(sptr<RdbNotifierProxy> notifier) in SetNotifier() function in OHOS::DistributedRdb::RdbWatcher
H A Drdb_service_impl.cpp194 it->second.SetNotifier(nullptr); in OnAppExit()
257 it->second.SetNotifier(notifierProxy); in InitNotifier()
956 void RdbServiceImpl::SyncAgent::SetNotifier(sptr<RdbNotifierProxy> notifier) in SetNotifier() function in OHOS::DistributedRdb::RdbServiceImpl::SyncAgent
960 watcher_->SetNotifier(notifier); in SetNotifier()
969 watcher_->SetNotifier(notifier_); in SetWatcher()
H A Drdb_service_impl.h121 void SetNotifier(sptr<RdbNotifierProxy> notifier);
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/include/continuation_manager/
H A Dnotifier_info.h39 void SetNotifier(const std::string& cbType, const sptr<IRemoteObject>& notifier);
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H A Dnotifier_info.cpp29 void NotifierInfo::SetNotifier(const std::string& cbType, const sptr<IRemoteObject>& notifier) in SetNotifier() function in OHOS::DistributedSchedule::NotifierInfo
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp150 watcher->SetNotifier(notifier);
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/
H A Ddistributed_ability_manager_service_test.cpp821 notifierInfo->SetNotifier(EVENT_CONNECT, notifier);
853 notifierInfo->SetNotifier(EVENT_CONNECT, notifier);
912 notifierInfo->SetNotifier(EVENT_CONNECT, notifier);
1124 notifierInfo->SetNotifier(EVENT_CONNECT, notifier);
1201 notifierInfo->SetNotifier(EVENT_CONNECT, notifier);
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/
H A 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);
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H A Ddistributed_ability_manager_service.cpp234 iter->second->SetNotifier(cbType, notifier); in RegisterDeviceSelectionCallback()
237 notifierInfo->SetNotifier(cbType, notifier); in RegisterDeviceSelectionCallback()