Home
last modified time | relevance | path

Searched refs:HIGH (Results 1 – 25 of 264) sorted by relevance

1234567891011

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_processor.cpp98 if (repository_->GetJobPriority(postedImageId_) != PhotoJobPriority::HIGH) { in ProcessImage()
122 if ((repository_->GetJobPriority(imageId) != PhotoJobPriority::HIGH)) { in OnProcessDone()
128 if (repository_->GetJobRunningPriority(imageId) != PhotoJobPriority::HIGH) { in OnProcessDone()
145 if ((repository_->GetJobPriority(imageId) != PhotoJobPriority::HIGH)) { in OnProcessDoneExt()
151 if (repository_->GetJobRunningPriority(imageId) != PhotoJobPriority::HIGH) { in OnProcessDoneExt()
165 repository_->GetJobPriority(imageId) == PhotoJobPriority::HIGH && in OnError()
172 if (repository_->GetJobPriority(imageId) == PhotoJobPriority::HIGH) { in OnError()
173 if (repository_->GetJobRunningPriority(imageId) != PhotoJobPriority::HIGH) { in OnError()
/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_event_module_test.cpp60 if (priority == EventQueue::Priority::HIGH) { in SendEventWithPriority()
97 if (priority == EventQueue::Priority::HIGH) { in SendEventWithPriorityByEventId()
128 if (priority == EventQueue::Priority::HIGH) { in SendEventWithSharedOrWeakPtr()
158 case EventQueue::Priority::HIGH: { in SendEventWithUniquePtr()
313 SendAndCheck(delayTime, EventQueue::Priority::HIGH);
495 SendEventWithPriority(EventQueue::Priority::HIGH);
506 SendEventWithPriorityByEventId(EventQueue::Priority::HIGH);
517 SendEventWithSmartPtr(SmartPointerType::SHARED_PTR, EventQueue::Priority::HIGH);
528 SendEventWithSmartPtr(SmartPointerType::WEAK_PTR, EventQueue::Priority::HIGH);
539 … SendEventWithSmartPtr(SmartPointerType::LVALUE_REFERENCE_UNIQUE_PTR, EventQueue::Priority::HIGH);
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H A Dmedialibrary_thumbnail_worker_test.cpp47 foregroundWorkerPtr_->ReleaseTaskQueue(ThumbnailTaskPriority::HIGH); in TearDownTestCase()
51 backgroundWorkerPtr_->ReleaseTaskQueue(ThumbnailTaskPriority::HIGH); in TearDownTestCase()
80 int32_t status = foregroundWorkerPtr_->AddTask(task, ThumbnailTaskPriority::HIGH);
97 int32_t status = backgroundWorkerPtr_->ReleaseTaskQueue(ThumbnailTaskPriority::HIGH);
119 int32_t status = foregroundWorkerPtr_->AddTask(task, ThumbnailTaskPriority::HIGH);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_event_handler.cpp27 return AppExecFwk::EventHandler::PostTask(callback, delayTime, Priority::HIGH); in PostAsyncTask()
32 return AppExecFwk::EventHandler::PostTask(callback, taskName, delayTime, Priority::HIGH); in PostAsyncTask()
37 return AppExecFwk::EventHandler::PostSyncTask(callback, Priority::HIGH); in PostSyncTask()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_epoll_io_waiter_test.cpp105 listener, EventQueue::Priority::HIGH);
127 listener, EventQueue::Priority::HIGH);
149 listener, EventQueue::Priority::HIGH);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_common_event.cpp74 …tHandler_->PostTask(func, "wms:SubscriberEventInner", 500, AppExecFwk::EventQueue::Priority::HIGH); in SubscriberEventInner()
82 … eventHandler_->PostTask(task, "wms:UnSubscriberEvent", 0, AppExecFwk::EventQueue::Priority::HIGH); in UnSubscriberEvent()
98 eventHandler_->PostTask(task, "wms:OnReceiveEvent", 0, AppExecFwk::EventQueue::Priority::HIGH); in OnReceiveEvent()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dapp_device_change_listener.h23 HIGH, enumerator
33 return ChangeLevelType::HIGH; in GetChangeLevelType()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/osal/thread/
H A Dthread.h31 HIGH = 32, enumerator
37 explicit Thread(ThreadPriority priority = ThreadPriority::HIGH) noexcept;
H A Dtask.h32 explicit Task(std::string name, ThreadPriority priority = ThreadPriority::HIGH);
34 …k(std::string name, std::function<void()> handler, ThreadPriority priority = ThreadPriority::HIGH);
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dthread.h31 HIGH = 32, enumerator
37 explicit Thread(ThreadPriority priority = ThreadPriority::HIGH) noexcept;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Drender_data_store_render_pods.h284 enum class Quality { LOW = 0, MEDIUM = 1, HIGH = 2 }; enumerator
295 enum class Quality { LOW = 0, MEDIUM = 1, HIGH = 2 }; enumerator
335 enum class Quality : uint32_t { LOW = 0U, MEDIUM = 1U, HIGH = 2U }; enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_runner_adapter_impl.cpp64 case PriorityType::HIGH: in ConvertPriority()
65 return AppExecFwk::EventQueue::Priority::HIGH; in ConvertPriority()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dworker.cpp167 {ffrt::qos_user_initiated, Priority::HIGH}, in InitFfrtInfo()
524 if (priority_ != Priority::HIGH) { in ResetWorkerPriority()
527 if (ffrt::this_task::update_qos(WORKERPRIORITY_FFRTQOS_MAP.at(Priority::HIGH)) != 0) { in ResetWorkerPriority()
528 SetWorkerPriority(Priority::HIGH); in ResetWorkerPriority()
532 SetWorkerPriority(Priority::HIGH); in ResetWorkerPriority()
534 priority_ = Priority::HIGH; in ResetWorkerPriority()
/ohos5.0/base/powermgr/power_manager/test/apitest/inner_api/shutdown/
H A Dsync_shutdown_callback_test.cpp158 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
177 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
H A Dtakeover_shutdown_callback_test.cpp154 shutdownClient.RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
176 shutdownClient.RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
H A Dasync_shutdown_callback_test.cpp190 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
209 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1624 ImageModelNG::SetImageInterpolation(frameNode, ImageInterpolation::HIGH); in ImageModelNGTest001_MixedProperties01()
1628 EXPECT_EQ(imageInterpolation, ImageInterpolation::HIGH); in ImageModelNGTest001_MixedProperties01()
1726 image.SetDynamicRangeMode(DynamicRangeMode::HIGH); in ImageModelNGTest001_MixedProperties03()
1735 image.SetEnhancedImageQuality(AIImageQuality::HIGH); in ImageModelNGTest001_MixedProperties03()
1736 EXPECT_EQ(imagePattern->GetImageQuality(), AIImageQuality::HIGH); in ImageModelNGTest001_MixedProperties03()
1810 image.SetDynamicRangeMode(DynamicRangeMode::HIGH); in ImageModelNGFailedTest001_Properties01()
1813 ImageModelNG::SetDynamicRangeMode(frameNodeNull, DynamicRangeMode::HIGH); in ImageModelNGFailedTest001_Properties01()
1816 image.SetEnhancedImageQuality(AIImageQuality::HIGH); in ImageModelNGFailedTest001_Properties01()
1817 EXPECT_NE(imagePattern->GetImageQuality(), AIImageQuality::HIGH); in ImageModelNGFailedTest001_Properties01()
1820 EXPECT_NE(imagePattern->GetImageQuality(), AIImageQuality::HIGH); in ImageModelNGFailedTest001_Properties01()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_sdk_refresh_test.cpp173 testInfo.freq = HIGH;
226 testInfo.freq = HIGH;
363 testInfo.freq = HIGH;
416 testInfo.freq = HIGH;
760 testInfo.freq = HIGH;
808 testInfo.freq = HIGH;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/
H A Dlnn_coap_discovery_impl.c130 .freq = HIGH, in LnnStartCoapPublish()
156 .freq = HIGH, in LnnStartCoapDiscovery()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-emitter.md378 priority: emitter.EventPriority.HIGH
482 priority: emitter.EventPriority.HIGH
525 priority: emitter.EventPriority.HIGH
565 | HIGH | 1 | 表示事件先于LOW优先级投递。 |
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_event_queue.cpp24 enum class TelPriority : uint32_t { IMMEDIATE = 0, HIGH, LOW }; enumerator
78 if (priority == AppExecFwk::EventQueue::Priority::HIGH) { in ToTelPriority()
79 return static_cast<uint32_t>(TelPriority::HIGH); in ToTelPriority()
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_event_handler.cpp235 return eventHandler->PostSyncTask(callback, AppExecFwk::EventHandler::Priority::HIGH); in PostSyncTask()
243 … return eventHandler->PostTask(callback, delayTime, AppExecFwk::EventHandler::Priority::HIGH); in PostAsyncTask()
251 …return eventHandler->PostTask(callback, name, delayTime, AppExecFwk::EventHandler::Priority::HIGH); in PostAsyncTask()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/task/
H A Dtask_priority.h29 HIGH, enumerator
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability_const.cpp73 {OHOS_CAMERA_VIDEO_STABILIZATION_HIGH, HIGH},
90 {HIGH, OHOS_CAMERA_VIDEO_STABILIZATION_HIGH},
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/shutdown/
H A Dshutdown_priority.h30 HIGH, enumerator

1234567891011