Searched refs:PostAsyncTask (Results 1 – 8 of 8) sorted by relevance
32 virtual int32_t PostAsyncTask(DTaskCallback callback) = 0;
321 int32_t ret = context_->GetDelegateTasks().PostAsyncTask( in Dispatch()387 int32_t ret = context_->GetDelegateTasks().PostAsyncTask( in RetriggerHotplug()413 int32_t ret = context_->GetDelegateTasks().PostAsyncTask( in AddDeviceObserver()436 int32_t ret = context_->GetDelegateTasks().PostAsyncTask( in RemoveDeviceObserver()
78 int32_t PostAsyncTask(DTaskCallback callback) override;
122 int32_t DelegateTasks::PostAsyncTask(DTaskCallback callback) in PostAsyncTask() function in OHOS::Msdp::DeviceStatus::DelegateTasks
150 int32_t ret = context->GetDelegateTasks().PostAsyncTask( in OnCoordinationChanged()305 …int32_t ret = context->GetDelegateTasks().PostAsyncTask(std::bind(&CoordinationEventManager::OnCoo… in StartRemoteCoordination()350 int32_t ret = context->GetDelegateTasks().PostAsyncTask( in StartRemoteCoordinationResult()1097 int32_t ret = context->GetDelegateTasks().PostAsyncTask( in NotifyChainRemoved()1148 int32_t ret = context->GetDelegateTasks().PostAsyncTask( in OnInputEvent()
138 context_->GetDelegateTasks().PostAsyncTask(std::bind(&TimerManager::OnProcessTimers, this)); in ProcessTimers()
295 int32_t ret = context_->GetDelegateTasks().PostAsyncTask(std::bind(fun, pointerEvent)); in OnInputEvent()
102 delegateTasks_.PostAsyncTask([]() -> int32_t { in OnStop()