Home
last modified time | relevance | path

Searched defs:notifier (Results 1 - 25 of 78) sorted by relevance

1234

/foundation/ai/ai_engine/services/server/server_executor/include/
H A Dtask.h30 SimpleEventNotifier<IResponse> *notifier; member
/foundation/arkui/ace_engine/frameworks/core/common/storage/
H A Dstorage_interface.h34 virtual RefPtr<Storage> GetStorage(const std::string& sessionId, std::function<void(const std::string&)>&& notifier, in GetStorage() argument
H A Dstorage_proxy.cpp47 GetStorage(const std::string& sessionId, std::function<void(const std::string&)>&& notifier, const RefPtr<TaskExecutor>& taskExecutor) const GetStorage() argument
/foundation/arkui/ace_engine/test/unittest/core/common/storage/
H A Dstorage_test.cpp91 auto notifier = [](const std::string& onlineStatus) { return; }; in HWTEST_F() local
134 auto notifier = [](const std::string& onlineStatus) { return; }; in HWTEST_F() local
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dnotifier_mgr.h35 sptr<IRemoteObject> notifier = nullptr; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_watcher.cpp31 auto notifier = GetNotifier(); in OnChange() local
59 void RdbWatcher::SetNotifier(sptr<RdbNotifierProxy> notifier) in SetNotifier() argument
/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() argument
96 int SyncMsgHandler::ReceiveResponse(int timeOut, SimpleEventNotifier<IResponse> &notifier, in ReceiveResponse() argument
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H A Ddistributed_ability_manager_client.cpp70 RegisterDeviceSelectionCallback(int32_t token, const std::string& cbType, const sptr<DeviceSelectionNotifierStub>& notifier) RegisterDeviceSelectionCallback() argument
H A Ddistributed_ability_manager_proxy.cpp82 RegisterDeviceSelectionCallback( int32_t token, const std::string& cbType, const sptr<IRemoteObject>& notifier) RegisterDeviceSelectionCallback() argument
H A Ddistributed_ability_manager_stub.cpp133 sptr<IRemoteObject> notifier = data.ReadRemoteObject(); in RegisterDeviceSelectionCallbackInner() local
/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() argument
/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Davsharedmemorypool.h57 MemoryAvailableNotifier notifier; member
/foundation/multimedia/av_session/services/session/adapter/
H A Ddistributed_object_adapter.cpp35 DistributedObjectAdapter::AVSessionStatusNotifier::AVSessionStatusNotifier(const ObjectDisconnectNotifier &notifier) in AVSessionStatusNotifier() argument
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dnotifier_mgr_test.cpp70 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); in HWTEST_F() local
72 NotifierMgr::GetInstance().RegisterNotifier(IPCSkeleton::GetCallingPid(), notifier); in HWTEST_F() local
88 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); in HWTEST_F() local
90 NotifierMgr::GetInstance().RegisterNotifier(IPCSkeleton::GetCallingPid(), notifier); in HWTEST_F() local
105 sptr<IRemoteObject> notifier in HWTEST_F() local
107 NotifierMgr::GetInstance().RegisterNotifier(IPCSkeleton::GetCallingPid(), notifier); HWTEST_F() local
123 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); HWTEST_F() local
125 NotifierMgr::GetInstance().RegisterNotifier(IPCSkeleton::GetCallingPid(), notifier); HWTEST_F() local
142 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); HWTEST_F() local
144 NotifierMgr::GetInstance().RegisterNotifier(IPCSkeleton::GetCallingPid(), notifier); HWTEST_F() local
161 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); HWTEST_F() local
183 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); HWTEST_F() local
203 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); HWTEST_F() local
221 sptr<IRemoteObject> notifier; HWTEST_F() local
236 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); HWTEST_F() local
252 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); HWTEST_F() local
327 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); HWTEST_F() local
331 NotifierMgr::GetInstance().RegisterNotifier(IPCSkeleton::GetCallingPid(), notifier); HWTEST_F() local
362 sptr<IRemoteObject> notifier; HWTEST_F() local
376 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); HWTEST_F() local
390 sptr<IRemoteObject> notifier = nullptr; HWTEST_F() local
418 sptr<IRemoteObject> notifier = new (std::nothrow) TestNotifierSystemloadListener(); HWTEST_F() local
[all...]
H A Dres_sched_client_test.cpp228 sptr<ResSchedSystemloadNotifierClient> notifier = in HWTEST_F() local
248 sptr<ResSchedSystemloadNotifierClient> notifier = in HWTEST_F() local
335 sptr<ResSchedSystemloadNotifierClient> notifier = HWTEST_F() local
355 sptr<ResSchedSystemloadNotifierClient> notifier = HWTEST_F() local
372 sptr<ResSchedSystemloadNotifierClient> notifier = HWTEST_F() local
[all...]
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h70 sptr<IRemoteObject> notifier; member
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Ddistributed_objectstore_impl.h63 std::shared_ptr<StatusNotifier> notifier; member in OHOS::ObjectStore::StatusNotifierProxy
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddhcp_controller_test.cpp80 std::unique_ptr<DhcpController::DhcpControllerResultNotify> notifier = in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_db_damage_test.cpp86 auto notifier = bind(&KvStoreNbCorruptInfo::CorruptCallBack, &corruptInfo, in HWTEST_F() local
142 auto notifier = bind(&KvStoreNbCorruptInfo::CorruptCallBack, &corruptInfo, in HWTEST_F() local
197 auto notifier = bind(&KvStoreNbCorruptInfo::CorruptCallBack, &corruptInfo, in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp148 sptr<RdbNotifierProxy> notifier; in HWTEST_F() local
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_service_proxy.cpp129 void ResSchedServiceProxy::RegisterSystemloadNotifier(const sptr<IRemoteObject>& notifier) in RegisterSystemloadNotifier() argument
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dnotifier_mgr.cpp91 void NotifierMgr::RegisterNotifier(int32_t pid, const sptr<IRemoteObject>& notifier) in RegisterNotifier() argument
124 void NotifierMgr::OnRemoteNotifierDied(const sptr<IRemoteObject>& notifier) in OnRemoteNotifierDied() argument
192 RemoveNotifierLock(const sptr<IRemoteObject>& notifier) RemoveNotifierLock() argument
[all...]
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dsubscribe_manager_test.cpp220 sptr<IRemoteObject> notifier = in HWTEST_F() local
237 sptr<IRemoteObject> notifier = in HWTEST_F() local
256 sptr<IRemoteObject> notifier = in HWTEST_F() local
275 sptr<IRemoteObject> notifier = in HWTEST_F() local
299 sptr<IRemoteObject> notifier in HWTEST_F() local
319 sptr<IRemoteObject> notifier = HWTEST_F() local
342 sptr<IRemoteObject> notifier = HWTEST_F() local
377 wptr<IRemoteObject> notifier = HWTEST_F() local
[all...]
H A Dprofile_sync_test.cpp184 sptr<IRemoteObject> notifier = in HWTEST_F() local
H A Dprofile_change_handler_test.cpp186 sptr<IRemoteObject> notifier = in HWTEST_F() local
308 sptr<IProfileEventNotifier> notifier = in HWTEST_F() local
326 sptr<IProfileEventNotifier> notifier = in HWTEST_F() local
348 sptr<IProfileEventNotifier> notifier = in HWTEST_F() local
363 sptr<IRemoteObject> notifier = in HWTEST_F() local
[all...]

Completed in 9 milliseconds

1234