/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/include/ |
H A D | net_stats_cached.h | 75 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 D | rdb_watcher.h | 31 void SetNotifier(sptr<RdbNotifierProxy> notifier);
|
H A D | rdb_watcher.cpp | 61 void RdbWatcher::SetNotifier(sptr<RdbNotifierProxy> notifier) in SetNotifier() function in OHOS::DistributedRdb::RdbWatcher
|
H A D | rdb_service_impl.cpp | 194 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 D | rdb_service_impl.h | 121 void SetNotifier(sptr<RdbNotifierProxy> notifier);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/include/continuation_manager/ |
H A D | notifier_info.h | 39 void SetNotifier(const std::string& cbType, const sptr<IRemoteObject>& notifier);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/ |
H A D | notifier_info.cpp | 29 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 D | rdb_asset_loader_test.cpp | 150 watcher->SetNotifier(notifier);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/ |
H A D | distributed_ability_manager_service_test.cpp | 821 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 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);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/ |
H A D | distributed_ability_manager_service.cpp | 234 iter->second->SetNotifier(cbType, notifier); in RegisterDeviceSelectionCallback() 237 notifierInfo->SetNotifier(cbType, notifier); in RegisterDeviceSelectionCallback()
|