Home
last modified time | relevance | path

Searched defs:task (Results 951 - 975 of 2254) sorted by relevance

1...<<31323334353637383940>>...91

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/rdb/
H A Drdb_data_manager.cpp404 auto task = [weakPtr]() { in DelayCloseRdbStore() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp331 auto task = [queueId, internal = IStartableObjectControllerInternal::WeakPtr { in ProcessOps() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp78 void RSSubThread::PostTask(const std::function<void()>& task, const std::string& name) in PostTask() argument
85 void RSSubThread::PostSyncTask(const std::function<void()>& task) in PostSyncTask() argument
190 auto task = threadTask->GetNextRenderTask(); in RenderCache() local
[all...]
H A Drs_sub_thread_manager.cpp58 void RSSubThreadManager::PostTask(const std::function<void()>& task, uint32_t threadIndex, bool isSyncTask) in PostTask() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasecommon_fuzzer/
H A Drsbasecommon_fuzzer.cpp196 RSTaskMessage::RSTask task; in RSThreadHandlerGenericFuzzTest() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_display.h93 void RunHardwareTask(const std::function<void()>& task) in RunHardwareTask() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_unmarshal_thread.cpp75 void RSUnmarshalThread::PostTask(const std::function<void()>& task) in PostTask() argument
90 RSTaskMessage::RSTask task = [this, parcel = parcel, isPendingUnmarshal, isNonSystemAppCalling, callingPid]() { in RecvParcel() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsuidirector_fuzzer/
H A Drsuidirector_fuzzer.cpp467 const std::function<void()>& task = []() { in DoPostFrameRateTask() local
611 const std::function<void()>& task = []() { in DoPostTask() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_ui_director_test.cpp352 const std::function<void()>& task = []() { in HWTEST_F() local
547 const std::function<void()>& task = []() { in HWTEST_F() local
562 const std::function<void()>& task = []() { in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnectionstub_fuzzer/
H A Drsrenderserviceconnectionstub_fuzzer.cpp1101 auto task = std::make_shared<RSNodeGetShowingPropertyAndCancelAnimation>(4e8, property); in DoExecuteSynchronousTask() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_proxy.cpp104 void RSTransactionProxy::ExecuteSynchronousTask(const std::shared_ptr<RSSyncTask>& task, bool isRenderServiceTask) in ExecuteSynchronousTask() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interactive_implict_animator.cpp320 auto task = std::make_shared<RSNodeGetShowingPropertiesAndCancelAnimation>(1e8, std::move(propertiesMap)); in FinishOnCurrent() local
415 auto task = std::make_shared<RSNodeGetAnimationsValueFraction>(1e8, fractionNodeId_, fractionAnimationId_); in GetFraction() local
[all...]
H A Drs_implicit_animation_param.cpp104 auto task = std::make_shared<RSNodeGetShowingPropertiesAndCancelAnimation>(4e8, std::move(propertiesMap)); in ExecuteSyncPropertiesTask() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp507 void RSRenderThread::PostTask(RSTaskMessage::RSTask task) in PostTask() argument
514 void RSRenderThread::PostSyncTask(RSTaskMessage::RSTask task) in PostSyncTask() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_context.h139 void PostTask(const std::function<void()>& task, bool isSyncTask = false) const in PostTask() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp261 auto task = std::make_shared<RSNodeGetShowingPropertyAndCancelAnimation>(0, nullptr); in HWTEST_F() local
/foundation/multimedia/av_codec/test/unittest/plugins_source_test/
H A Dfile_fd_source_plugin_unit_test.cpp385 std::shared_ptr<Task> task = std::make_shared<Task>("test"); in HWTEST_F() local
413 std::shared_ptr<Task> task = std::make_shared<Task>("test"); in HWTEST_F() local
561 std::shared_ptr<Task> task = std::make_shared<Task>("test"); in HWTEST_F() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp50 RetryRequest task; in HttpMonitorLoop() local
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Davcodec_task_manager.cpp116 void AvcodecTaskManager::SubmitTask(function<void()> task) in SubmitTask() argument
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/
H A Denhancement_service_adapter.cpp402 FillTaskWithResultBuffer(MediaEnhanceBundleHandle* bundle, CloudEnhancementThreadTask& task) FillTaskWithResultBuffer() argument
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_mem_manage.cpp164 auto task = std::make_shared<TaskHandler<void>>([this] { in RegisterPlayerServer() local
/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/
H A Davmetadatahelper_server.cpp57 auto task = std::make_shared<TaskHandler<void>>([&, this] { in ~AVMetadataHelperServer() local
83 auto task = std::make_shared<TaskHandler<int32_t>>([&, this, usage] { in SetSource() local
106 auto task = std::make_shared<TaskHandler<int32_t>>([&, this, usage] { in SetSource() local
128 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { in SetSource() local
164 auto task in ResolveMetadata() local
185 auto task = std::make_shared<TaskHandler<std::unordered_map<int32_t, std::string>>>([&, this] { ResolveMetadata() local
203 auto task = std::make_shared<TaskHandler<std::shared_ptr<Meta>>>([&, this] { GetAVMetadata() local
221 auto task = std::make_shared<TaskHandler<std::shared_ptr<AVSharedMemory>>>([&, this] { FetchArtPicture() local
245 auto task = std::make_shared<TaskHandler<std::shared_ptr<AVSharedMemory>>>([&, this] { FetchFrameAtTime() local
264 auto task = std::make_shared<TaskHandler<std::shared_ptr<AVBuffer>>>([&, this] { FetchFrameYuv() local
278 auto task = std::make_shared<TaskHandler<void>>([&, this] { Release() local
314 auto task = std::make_shared<TaskHandler<int32_t>>([&, this, &timeUs = time] { GetTimeByFrameIndex() local
330 auto task = std::make_shared<TaskHandler<int32_t>>([&, this, &index = index] { GetFrameIndexByTime() local
[all...]
/foundation/multimedia/player_framework/services/utils/include/
H A Dtask_queue.h118 TaskHandler(std::function<T(void)> task, ITaskHandler::Attribute attr = {}) : task_(task), attribute_(attr) {} in TaskHandler() argument
/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.cpp75 auto task = std::make_shared<TaskHandler<MediaServiceErrCode>>([&, this] { in Init() local
132 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { in SetVideoEncoder() local
151 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { in SetVideoSize() local
169 auto task in SetVideoEncodingBitRate() local
188 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetAudioEncoder() local
206 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetAudioEncodingBitRate() local
223 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetOutputFormat() local
248 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetInputFile() local
265 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetOutputFile() local
287 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetTransCoderCallback() local
305 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { Prepare() local
326 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { Start() local
347 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { Pause() local
368 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { Resume() local
386 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { Cancel() local
412 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { ReleaseInner() local
[all...]
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice_manager.cpp323 int32_t DeviceManager::RunGetDevice(std::packaged_task<std::shared_ptr<IDevice>(int32_t)> &task, in RunGetDevice() argument
[all...]

Completed in 19 milliseconds

1...<<31323334353637383940>>...91