Home
last modified time | relevance | path

Searched refs:taskCount (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_monitor.cpp275 (runningNum > TIGGER_SUPPRESS_EXECUTION_NUM) && (taskCount < runningNum); in Poke()
332 size_t taskCount = static_cast<size_t>(monitor->GetOps().GetTaskCount(qos)); in HandleTaskNotifyDefault() local
337 if (taskCount > 0) { in HandleTaskNotifyDefault()
338 monitor->Poke(qos, taskCount, notifyType); in HandleTaskNotifyDefault()
342 monitor->Poke(qos, taskCount, notifyType); in HandleTaskNotifyDefault()
353 int taskCount = monitor->ops.GetTaskCount(qos); in HandleTaskNotifyConservative() local
354 if (taskCount == 0) { in HandleTaskNotifyConservative()
398 int taskCount = monitor->ops.GetTaskCount(qos); in HandleTaskNotifyUltraConservative() local
399 if (taskCount == 0) { in HandleTaskNotifyUltraConservative()
413 if (!monitor->stopMonitor && taskCount == runningNum) { in HandleTaskNotifyUltraConservative()
[all …]
H A Dscpuworker_manager.cpp126 int taskCount = GetTaskCount(QoS(qos)); in AddDelayedTask() local
137 if (taskCount != 0) { in AddDelayedTask()
H A Dcpu_monitor.h86 void Poke(const QoS& qos, uint32_t taskCount, TaskNotifyType notifyType);
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dscheduler.cpp105 int taskCount = fifoQue[static_cast<size_t>(level)]->RQSize(); in WakeupTask() local
110 if (taskCount >= TASK_OVERRUN_THRESHOLD && taskCount % TASK_OVERRUN_ALARM_FREQ == 0) { in WakeupTask()
112 level, label.c_str(), taskCount); in WakeupTask()
H A Dtask_manager.h35 return taskCount[static_cast<size_t>(state)]; in GetCount()
64 std::array<std::atomic_uint64_t, static_cast<size_t>(TaskState::MAX)> taskCount; variable
H A Dtask_manager.cpp28 DecreCount(taskCount[static_cast<size_t>(task->state.PreState())]); in TaskStateCount()
29 IncreCount(taskCount[static_cast<size_t>(task->state.CurState())]); in TaskStateCount()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A Dinterface_i_image_process_session_v12.md22 …[in] enum [ExecutionMode](_camera_v12.md#executionmode) mode, [out] int taskCount) | 获取具有spacific后…
37 IImageProcessSession::GetCoucurrency ([in] enum ExecutionMode mode, [out] int taskCount )
50 | taskCount | coucurrency任务计数。 |
/ohos5.0/drivers/peripheral/camera/test/fuzztest/defferred_delivery_image/
H A Ddefferred_delivery_image_fuzzer.cpp42 int taskCount; in GetConcurrencyApi() local
44 static_cast<OHOS::HDI::Camera::V1_2::ExecutionMode>(ConvertUint32(rawData)), taskCount); in GetConcurrencyApi()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_state_machine.cpp94 void WindowNodeStateMachine::ResetAnimationTaskCount(int32_t taskCount) in ResetAnimationTaskCount() argument
97 taskCount_ = taskCount; in ResetAnimationTaskCount()
H A Dremote_animation.cpp873 int32_t taskCount = node->stateMachine_.GetAnimationCount(); in ProcessNodeStateTask() local
874 if (taskCount <= 0) { // no animation task but finishCallback come in ProcessNodeStateTask()
876 node->GetWindowId(), node->GetWindowName().c_str(), taskCount); in ProcessNodeStateTask()
881 taskCount = node->stateMachine_.GetAnimationCount(); in ProcessNodeStateTask()
884 static_cast<uint32_t>(node->stateMachine_.GetCurrentState()), taskCount); in ProcessNodeStateTask()
885 if (taskCount > 0 || taskCount < 0) { in ProcessNodeStateTask()
887 node->GetWindowId(), taskCount); in ProcessNodeStateTask()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.cpp643 int32_t taskCount = 0; in GetTaskCount() local
646 taskCount += cloudSyncer->GetCloudSyncTaskCount(); in GetTaskCount()
650 return taskCount; in GetTaskCount()
652 taskCount += syncer_.GetTaskCount(); in GetTaskCount()
653 return taskCount; in GetTaskCount()
/ohos5.0/drivers/interface/camera/v1_2/
H A DIImageProcessSession.idl34 * @param taskCount Indicates coucurrency task count.
39 GetCoucurrency([in] enum ExecutionMode mode, [out] int taskCount);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/
H A DIImageProcessSession.idl34 * @param taskCount Indicates coucurrency task count.
39 GetCoucurrency([in] enum ExecutionMode mode, [out] int taskCount);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Dimage_process_session_proxy.cpp.txt33 int32_t& taskCount)
35 …return OHOS::HDI::Camera::V1_2::ImageProcessSessionProxy::GetCoucurrency_(mode, taskCount, Remote(…
74 int32_t& taskCount, const sptr<IRemoteObject> remote)
101 if (!imageProcessSessionReply.ReadInt32(taskCount)) {
102 HDF_LOGE("%{public}s: read taskCount failed!", __func__);
H A Dimage_process_session_proxy.h.txt38 … int32_t GetCoucurrency(OHOS::HDI::Camera::V1_2::ExecutionMode mode, int32_t& taskCount) override;
54 static int32_t GetCoucurrency_(OHOS::HDI::Camera::V1_2::ExecutionMode mode, int32_t& taskCount,
H A Dimage_process_session_stub.cpp.txt122 int32_t taskCount = 0;
129 int32_t imageProcessSessionRet = impl->GetCoucurrency(mode, taskCount);
135 if (!imageProcessSessionReply.WriteInt32(taskCount)) {
136 HDF_LOGE("%{public}s: write taskCount failed!", __func__);
H A Dimage_process_session_service.cpp.txt25 …cessSessionService::GetCoucurrency(OHOS::HDI::Camera::V1_2::ExecutionMode mode, int32_t& taskCount)
H A Dimage_process_session_service.h.txt30 … int32_t GetCoucurrency(OHOS::HDI::Camera::V1_2::ExecutionMode mode, int32_t& taskCount) override;
H A Diimage_process_session.h.txt71 …virtual int32_t GetCoucurrency(OHOS::HDI::Camera::V1_2::ExecutionMode mode, int32_t& taskCount) = …
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h75 void ResetAnimationTaskCount(int32_t taskCount);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp602 int32_t taskCount = static_cast<int32_t>(responseTargetQueue_.size()); in GetResponseTaskCount() local
604 taskCount++; in GetResponseTaskCount()
606 return taskCount; in GetResponseTaskCount()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dkv_store_nb_delegate_mock.cpp286 int32_t taskCount = taskCountMock_; in GetTaskCount() local
287 return taskCount; in GetTaskCount()
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dcamera_benchmark_test.cpp206 int taskCount = 0; in BENCHMARK_F() local
211 OHOS::HDI::Camera::V1_2::HIGH_PREFORMANCE, taskCount); in BENCHMARK_F()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h173 virtual void OnImportProgressed(size_t taskIndex, size_t taskCount) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h237 virtual void OnImportProgressed(size_t taskIndex, size_t taskCount) = 0;

12