Home
last modified time | relevance | path

Searched refs:LOW (Results 1 – 25 of 258) sorted by relevance

1234567891011

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_handler.h93 …ol SendEvent(InnerEvent::Pointer &event, int64_t delayTime = 0, Priority priority = Priority::LOW);
103 …l SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority = Priority::LOW);
151 …ine bool SendEvent(uint32_t innerEventId, int64_t delayTime = 0, Priority priority = Priority::LOW)
413 Priority priority = Priority::LOW, Caller caller = {})
458 …nline bool PostTask(const Callback &callback, int64_t delayTime, Priority priority = Priority::LOW,
536 bool SendSyncEvent(InnerEvent::Pointer &event, Priority priority = Priority::LOW);
546 inline bool SendSyncEvent(InnerEvent::Pointer &&event, Priority priority = Priority::LOW)
586 uint32_t innerEventId, const std::shared_ptr<T> &object, Priority priority = Priority::LOW)
681 return SendTimingEvent(event, taskTime, Priority::LOW); in SendTimingEvent()
720 return SendTimingEvent(InnerEvent::Get(innerEventId, 0), taskTime, Priority::LOW); in SendTimingEvent()
[all …]
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_handler.h142 Priority priority = Priority::LOW, const Caller &caller = {})
449 Priority priority = Priority::LOW, const Caller &caller = {});
576 bool SendSyncEvent(InnerEvent::Pointer &event, Priority priority = Priority::LOW);
601 Priority priority = Priority::LOW, const Caller &caller = {})
630 Priority priority = Priority::LOW, const Caller &caller = {})
646 Priority priority = Priority::LOW, const Caller &caller = {})
662 Priority priority = Priority::LOW, const Caller &caller = {})
678 Priority priority = Priority::LOW, const Caller &caller = {})
693 Priority priority = Priority::LOW, const Caller &caller = {})
706 inline bool PostSyncTask(const Callback &callback, Priority priority = Priority::LOW,
[all …]
/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_post_task_module_test.cpp66 bool postResult = handler->PostTask(f, taskName, delayTime, EventQueue::Priority::LOW);
252 bool postResult = handler->PostTask(f1, taskName, 0, EventQueue::Priority::LOW);
257 postResult = handler->PostTaskAtFront(f2, taskName, EventQueue::Priority::LOW);
283 bool postResult = handler->PostTaskAtFront(f1, taskName, EventQueue::Priority::LOW);
288 postResult = handler->PostTaskAtFront(f2, taskName, EventQueue::Priority::LOW);
314 bool postResult = handler->PostTask(f1, taskName, 0, EventQueue::Priority::LOW);
319 postResult = handler->PostTaskAtFront(f2, taskName, EventQueue::Priority::LOW);
345 bool postResult = handler->PostTaskAtFront(f1, taskName, EventQueue::Priority::LOW);
350 postResult = handler->PostTaskAtFront(f2, taskName, EventQueue::Priority::LOW);
376 bool postResult = handler->PostTask(f1, taskName, 0, EventQueue::Priority::LOW);
[all …]
H A Devent_handler_send_event_module_test.cpp94 if (priority == EventQueue::Priority::LOW) { in SendEventWithPriorityByEventId()
125 if (priority == EventQueue::Priority::LOW) { in SendEventWithSharedOrWeakPtr()
150 case EventQueue::Priority::LOW: { in SendEventWithUniquePtr()
265 SendAndCheck(delayTime, EventQueue::Priority::LOW);
281 SendAndCheck(delayTime, EventQueue::Priority::LOW);
297 SendAndCheck(delayTime, EventQueue::Priority::LOW);
399 bool result = handler->SendEvent(event, delayTime, EventQueue::Priority::LOW);
411 SendEventWithPriorityByEventId(EventQueue::Priority::LOW);
422 SendEventWithSmartPtr(SmartPointerType::SHARED_PTR, EventQueue::Priority::LOW);
433 SendEventWithSmartPtr(SmartPointerType::WEAK_PTR, EventQueue::Priority::LOW);
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/
H A Ddisc_manager_test.cpp208 .freq = LOW,
252 .freq = LOW,
415 .freq = LOW,
483 .freq = LOW,
646 .freq = LOW,
851 .freq = LOW,
1181 .freq = LOW,
1345 .freq = LOW,
1625 .freq = LOW,
1864 .freq = LOW,
[all …]
H A Ddisc_manager_mock_test.cpp204 info.freq = LOW;
230 info.freq = LOW;
293 info.freq = LOW;
319 info.freq = LOW;
420 info.freq = LOW;
446 info.freq = LOW;
509 info.freq = LOW;
535 info.freq = LOW;
618 info.freq = LOW;
698 info.freq = LOW;
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H A Dmedialibrary_thumbnail_worker_test.cpp48 foregroundWorkerPtr_->ReleaseTaskQueue(ThumbnailTaskPriority::LOW); in TearDownTestCase()
52 backgroundWorkerPtr_->ReleaseTaskQueue(ThumbnailTaskPriority::LOW); in TearDownTestCase()
82 status = foregroundWorkerPtr_->AddTask(task, ThumbnailTaskPriority::LOW);
99 status = backgroundWorkerPtr_->ReleaseTaskQueue(ThumbnailTaskPriority::LOW);
122 status = foregroundWorkerPtr_->AddTask(task, ThumbnailTaskPriority::LOW);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_sdk_publish_test.cpp158 .freq = LOW,
207 .freq = LOW,
263 .freq = LOW,
359 .freq = LOW,
411 .freq = LOW,
463 .freq = LOW,
515 .freq = LOW,
567 .freq = LOW,
602 .freq = LOW,
637 .freq = LOW,
[all …]
H A Dbus_center_sdk_refresh_small_test.cpp161 testInfo.freq = LOW;
218 testInfo.freq = LOW;
275 testInfo.freq = LOW;
332 testInfo.freq = LOW;
389 testInfo.freq = LOW;
446 testInfo.freq = LOW;
503 testInfo.freq = LOW;
560 testInfo.freq = LOW;
H A Dbus_center_sdk_refresh_test.cpp154 .freq = LOW,
207 .freq = LOW,
344 .freq = LOW,
397 .freq = LOW,
480 testInfo.freq = LOW;
575 .freq = LOW,
603 .freq = LOW,
631 .freq = LOW,
743 .freq = LOW,
791 .freq = LOW,
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dtask_executor.h39 LOW, enumerator
74 … task, TaskType type, const std::string& name, PriorityType priorityType = PriorityType::LOW) const
88 PriorityType priorityType = PriorityType::LOW) const
134 PriorityType priorityType = PriorityType::LOW) const
153 PriorityType priorityType = PriorityType::LOW) const
263 PriorityType priorityType = PriorityType::LOW) const
290 PriorityType priorityType = PriorityType::LOW) const = 0;
293 PriorityType priorityType = PriorityType::LOW) const = 0;
H A Dbackground_task_executor.cpp96 case BgTaskPriority::LOW: in PostTask()
106 case BgTaskPriority::LOW: in PostTask()
131 case BgTaskPriority::LOW: in PostTask()
140 case BgTaskPriority::LOW: in PostTask()
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_dumper_system_test/
H A Dems_dumper_system_test.cpp208 handler->PostTask(task, DELAY_TIME, EventQueue::Priority::LOW);
226 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::LOW);
244 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::LOW);
263 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::LOW);
264 handler->PostTask(task, DELAY_TIME * 2, EventQueue::Priority::LOW);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_runner_adapter_impl.cpp66 case PriorityType::LOW: in ConvertPriority()
67 return AppExecFwk::EventQueue::Priority::LOW; in ConvertPriority()
72 return AppExecFwk::EventQueue::Priority::LOW; in ConvertPriority()
H A Dtask_runner_adapter.h34 …std::function<void()> task, const std::string& name, PriorityType priorityType = PriorityType::LOW)
38 PriorityType priorityType = PriorityType::LOW)
H A Dtask_executor_impl.h66 … uint32_t delayTime, const std::string& name, PriorityType priorityType = PriorityType::LOW) const;
69 PriorityType priorityType = PriorityType::LOW) const final;
73 PriorityType priorityType = PriorityType::LOW) const final;
H A Dtask_runner_adapter_impl.h31 …ion<void()> task, const std::string& name, PriorityType priorityType = PriorityType::LOW) override;
34 …, uint32_t delay, const std::string& name, PriorityType priorityType = PriorityType::LOW) override;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_device_status_change_listener.h25 LOW, enumerator
34 return ChangeLevelType::LOW; in GetChangeLevelType()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_ffrt.h46 LOCAL_API void Insert(InnerEvent::Pointer &event, Priority priority = Priority::LOW,
147 LOCAL_API void InsertSyncEvent(InnerEvent::Pointer &event, Priority priority = Priority::LOW,
158 …LOCAL_API void InsertEvent(InnerEvent::Pointer &event, Priority priority = Priority::LOW, bool syn…
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp251 queue.Insert(event, EventQueue::Priority::LOW); in InsertPriorityEvent()
280 queue.Insert(event, EventQueue::Priority::LOW); in InsertAllPriorityEvent()
512 EventQueue::Priority::LOW,
541 EventQueue::Priority::LOW,
611 queue.Insert(event, EventQueue::Priority::LOW);
919 handler->SendEvent(event, delayTime, EventQueue::Priority::LOW);
1379 handler->SendEvent(event, HAS_DELAY_TIME, EventQueue::Priority::LOW);
1454 handler->SendEvent(event, HAS_DELAY_TIME, EventQueue::Priority::LOW);
1619 handler->PostTask(task, HAS_DELAY_TIME, EventQueue::Priority::LOW);
1644 handler->SendEvent(event, HAS_DELAY_TIME, EventQueue::Priority::LOW);
[all …]
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_interface_test.cpp99 bool ret = handler->PostTask(blockFunc, "Block70s", 0, EventQueue::Priority::LOW);
139 bool ret = handler->PostTask(blockFunc, "Block30", 0, EventQueue::Priority::LOW);
211 bool ret = handler->PostTask(blockFunc, "Block002", 0, EventQueue::Priority::LOW);
241 bool ret = handler->PostTask(blockFunc, "Block10", 0, EventQueue::Priority::LOW);
368 bool ret = handler->PostTask(blockFunc, "Block001", 0, EventQueue::Priority::LOW);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/task/
H A Dtask_runner_adapter_impl.h31 PriorityType priorityType = PriorityType::LOW) override;
34 PriorityType priorityType = PriorityType::LOW) override;
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_task_executor.h31 PriorityType priorityType = PriorityType::LOW) const override
58 PriorityType priorityType = PriorityType::LOW) const override
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_systemload_notifier_stub.cpp53 int32_t level = static_cast<int32_t>(ResType::SystemloadLevel::LOW); in OnSystemloadLevelInner()
56 || (level < static_cast<int32_t>(ResType::SystemloadLevel::LOW))) { in OnSystemloadLevelInner()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_video_capture_test.cpp191 values.Put(PhotoColumn::PHOTO_QUALITY, static_cast<int32_t>(MultiStagesPhotoQuality::LOW)); in PrepareVideoData()
251 EXPECT_EQ(quality, static_cast<int32_t>(MultiStagesPhotoQuality::LOW));
279 EXPECT_EQ(quality, static_cast<int32_t>(MultiStagesPhotoQuality::LOW));
287 EXPECT_EQ(quality, static_cast<int32_t>(MultiStagesPhotoQuality::LOW));
295 EXPECT_EQ(quality, static_cast<int32_t>(MultiStagesPhotoQuality::LOW));
484 EXPECT_EQ(quality, static_cast<int32_t>(MultiStagesPhotoQuality::LOW));
515 EXPECT_EQ(quality, static_cast<int32_t>(MultiStagesPhotoQuality::LOW));

1234567891011