Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 25 of 86) sorted by relevance

1234

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dnotifier_mgr_test.cpp70 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); variable
88 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); variable
105 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); variable
123 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); variable
142 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); variable
161 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); variable
183 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); variable
203 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); variable
221 sptr<IRemoteObject> notifier; variable
362 sptr<IRemoteObject> notifier; variable
[all …]
H A Dres_sched_service_test.cpp241 sptr<IRemoteObject> notifier = new (std::nothrow) TestResSchedSystemloadListener(); variable
265 sptr<IRemoteObject> notifier = new (std::nothrow) TestResSchedSystemloadListener(); variable
287 sptr<IRemoteObject> notifier = new (std::nothrow) TestResSchedSystemloadListener(); variable
311 sptr<IRemoteObject> notifier = new (std::nothrow) TestResSchedSystemloadListener(); variable
337 sptr<IRemoteObject> notifier = new (std::nothrow) TestResSchedSystemloadListener(); variable
354 sptr<IRemoteObject> notifier = new (std::nothrow) TestResSchedSystemloadListener(); variable
372 sptr<IRemoteObject> notifier = new (std::nothrow) TestResSchedSystemloadListener(); variable
390 sptr<IRemoteObject> notifier = new (std::nothrow) TestResSchedSystemloadListener(); variable
407 sptr<IRemoteObject> notifier = new (std::nothrow) TestResSchedSystemloadListener(); variable
426 sptr<IRemoteObject> notifier = new (std::nothrow) TestResSchedSystemloadListener(); variable
[all …]
H A Dres_sched_client_test.cpp227 sptr<ResSchedSystemloadNotifierClient> notifier = variable
247 sptr<ResSchedSystemloadNotifierClient> notifier = variable
334 sptr<ResSchedSystemloadNotifierClient> notifier = variable
354 sptr<ResSchedSystemloadNotifierClient> notifier = variable
371 sptr<ResSchedSystemloadNotifierClient> notifier = variable
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/src/
H A Dosal_sysevent.c43 struct HdfSysEventNotifier *notifier = OsalMemCalloc(sizeof(struct HdfSysEventNotifier)); in HdfSysEventNotifierGetInstance() local
86 struct HdfSysEventNotifier *notifier = (struct HdfSysEventNotifier *)listener->priv; in OnKEventReceived() local
125 static int InitKeventIoServiceListenerLocked(struct HdfSysEventNotifier *notifier) in InitKeventIoServiceListenerLocked()
147 static void DeInitKeventIoServiceListenerLocked(struct HdfSysEventNotifier *notifier) in DeInitKeventIoServiceListenerLocked()
164 struct HdfSysEventNotifier *notifier = HdfSysEventNotifierGetInstance(); in HdfSysEventNotifyRegister() local
188 struct HdfSysEventNotifier *notifier = HdfSysEventNotifierGetInstance(); in HdfSysEventNotifyUnregister() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dsubscribe_manager_test.cpp220 sptr<IRemoteObject> notifier = variable
237 sptr<IRemoteObject> notifier = variable
256 sptr<IRemoteObject> notifier = variable
275 sptr<IRemoteObject> notifier = variable
299 sptr<IRemoteObject> notifier = variable
319 sptr<IRemoteObject> notifier = variable
342 sptr<IRemoteObject> notifier = variable
377 wptr<IRemoteObject> notifier = variable
H A Dprofile_change_handler_test.cpp186 sptr<IRemoteObject> notifier = variable
308 sptr<IProfileEventNotifier> notifier = variable
326 sptr<IProfileEventNotifier> notifier = variable
348 sptr<IProfileEventNotifier> notifier = variable
363 sptr<IRemoteObject> notifier = variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dnotifier_mgr.cpp70 new (std::nothrow) ResSchedCommonDeathRecipient([](const sptr<IRemoteObject>& notifier) { in Init()
91 void NotifierMgr::RegisterNotifier(int32_t pid, const sptr<IRemoteObject>& notifier) in RegisterNotifier()
124 void NotifierMgr::OnRemoteNotifierDied(const sptr<IRemoteObject>& notifier) in OnRemoteNotifierDied()
192 void NotifierMgr::RemoveNotifierLock(const sptr<IRemoteObject>& notifier) in RemoveNotifierLock()
251 for (auto& notifier : notifierVec) { in HandleDeviceLevelChange() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_watcher.cpp33 auto notifier = GetNotifier(); in OnChange() local
61 void RdbWatcher::SetNotifier(sptr<RdbNotifierProxy> notifier) in SetNotifier()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_db_damage_test.cpp86 auto notifier = bind(&KvStoreNbCorruptInfo::CorruptCallBack, &corruptInfo, variable
142 auto notifier = bind(&KvStoreNbCorruptInfo::CorruptCallBack, &corruptInfo, variable
197 auto notifier = bind(&KvStoreNbCorruptInfo::CorruptCallBack, &corruptInfo, variable
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dsync_msg_handler.cpp76 int SyncMsgHandler::SendRequest(IRequest *request, SimpleEventNotifier<IResponse> &notifier) in SendRequest()
96 int SyncMsgHandler::ReceiveResponse(int timeOut, SimpleEventNotifier<IResponse> &notifier, in ReceiveResponse()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/storage/
H A Dstorage_test.cpp91 auto notifier = [](const std::string& onlineStatus) { return; }; in __anondef05db60102() variable
134 auto notifier = [](const std::string& onlineStatus) { return; }; in __anondef05db60202() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/storage/
H A Dstorage_interface.h34 …<Storage> GetStorage(const std::string& sessionId, std::function<void(const std::string&)>&& notif… in GetStorage()
H A Dstorage_proxy.cpp48std::function<void(const std::string&)>&& notifier, const RefPtr<TaskExecutor>& taskExecutor) const in GetStorage()
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H A Ddistributed_ability_manager_service.cpp213 int32_t token, const std::string& cbType, const sptr<IRemoteObject>& notifier) in RegisterDeviceSelectionCallback()
451 auto notifier = callbackMap_[token]->GetNotifier(EVENT_CONNECT); in OnDeviceConnect() local
471 auto notifier = callbackMap_[token]->GetNotifier(EVENT_DISCONNECT); in OnDeviceDisconnect() local
583 bool DistributedAbilityManagerService::HandleDeviceConnect(const sptr<IRemoteObject>& notifier, in HandleDeviceConnect()
603 bool DistributedAbilityManagerService::HandleDeviceDisconnect(const sptr<IRemoteObject>& notifier, in HandleDeviceDisconnect()
713 bool DistributedAbilityManagerService::QueryTokenByNotifier(const sptr<IRemoteObject>& notifier, in… in QueryTokenByNotifier()
728 void DistributedAbilityManagerService::ProcessNotifierDied(const sptr<IRemoteObject>& notifier) in ProcessNotifierDied()
737 void DistributedAbilityManagerService::HandleNotifierDied(const sptr<IRemoteObject>& notifier) in HandleNotifierDied()
/ohos5.0/base/security/device_auth/services/frameworks/src/account_subscriber/
H A Daccount_subscriber.cpp25 const OsAccountEventNotifier &notifier) in AccountSubscriber()
/ohos5.0/base/security/device_auth/services/frameworks/src/sa_subscriber/
H A Dsa_subscriber.cpp22 SaSubscriber::SaSubscriber(const SaEventNotifier &notifier) : notifier_(notifier) in SaSubscriber()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_corrupt_test.cpp225 auto notifier = bind(&KvStoreCorruptInfo::CorruptCallBack, &corruptInfo, std::placeholders::_1, variable
294 auto notifier = bind(&KvStoreCorruptInfo::CorruptCallBack, &corruptInfo, std::placeholders::_1, variable
357 auto notifier = bind(&KvStoreCorruptInfo::CorruptCallBack, &corruptInfo, std::placeholders::_1, variable
416 auto notifier = bind(&KvStoreCorruptInfo::CorruptCallBack, &corruptInfo, std::placeholders::_1, variable
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/include/
H A Dtask.h30 SimpleEventNotifier<IResponse> *notifier; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dtime_tick_monitor.cpp69 NotificationChain *notifier; in StopTimeTickMonitor() local
136 NotificationChain *notifier = nullptr; in TimeTick() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h70 sptr<IRemoteObject> notifier; member
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dnotifier_mgr.h35 sptr<IRemoteObject> notifier = nullptr; member
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp202 sptr<IRemoteObject> notifier; in SubscribeProfileEvents() local
261 sptr<IRemoteObject> notifier = iter->second.notifier; in UnsubscribeProfileEvents() local
294 sptr<IRemoteObject> notifier = in SyncDeviceProfile() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dauto_launch_export.h35 KvStoreNbConflictNotifier notifier; member
53 AutoLaunchNotifier notifier; member
/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()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Davsharedmemorypool.h57 MemoryAvailableNotifier notifier; member

1234