Searched refs:notifyTask (Results 1 - 6 of 6) sorted by relevance
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/ |
H A D | profile_sync_handler.cpp | 43 auto notifyTask = [this, syncResults = std::move(syncResults)]() { in SyncCompleted() local 47 if (eventHandler_ != nullptr && !eventHandler_->PostTask(notifyTask)) { in SyncCompleted()
|
H A D | profile_change_handler.cpp | 122 auto notifyTask = [this, notification = std::move(notification), in OnChange() local 127 if (eventHandler_ != nullptr && !eventHandler_->PostTask(notifyTask)) { in OnChange()
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/ |
H A D | kv_sync_completed_listener.cpp | 70 auto notifyTask = [this, syncResults = std::move(syncResults)]() { in SyncCompleted() local 79 if (!onSyncHandler_->PostTask(notifyTask, ON_SYNC_TASK_ID, 0)) { in SyncCompleted()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | assert_fault_proxy.cpp | 177 auto notifyTask = [] () { in TryNotifyOneWaitingThread() local 180 handler->SubmitTask(notifyTask, "TryNotifyOneWaitingThread"); in TryNotifyOneWaitingThread()
|
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | media_demuxer.cpp | 70 std::unique_ptr<Task>& notifyTask) : trackId_(trackId), demuxer_(demuxer), notifyTask_(std::move(notifyTask)) {} in AVBufferQueueProducerListener() 531 std::unique_ptr<Task> notifyTask = in AddDemuxerCopyTask() local 533 FALSE_RETURN_V_MSG_W(notifyTask != nullptr, Status::OK, in AddDemuxerCopyTask() 538 OHOS::sptr<AVBufferQueueProducerListener>::MakeSptr(trackId, shared_from_this(), notifyTask); in AddDemuxerCopyTask() 1353 // 1. TrackWrapper indirectly holds notifyTask which holds its jobMutex_ firstly when run, then requires mapMutex_. in ResetInner() 1354 // 2. Release notifyTask also needs hold its jobMutex_ firstly. in ResetInner() 69 AVBufferQueueProducerListener(uint32_t trackId, std::shared_ptr<MediaDemuxer> demuxer, std::unique_ptr<Task>& notifyTask) AVBufferQueueProducerListener() argument
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1905 auto notifyTask = [srcDeviceId, systemAbilityId, remoteObject, this]() { in NotifyRpcLoadCompleted() local 1915 ffrt::submit(notifyTask); in NotifyRpcLoadCompleted()
|
Completed in 9 milliseconds