/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/ |
H A D | refresh_event_test_ng.cpp | 69 * @tc.expected: DONE in HWTEST_F() 73 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DONE); in HWTEST_F() 130 EXPECT_EQ(refreshStatus, RefreshStatus::DONE); in HWTEST_F() 202 * @tc.expected: DONE in HWTEST_F() 206 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DONE); in HWTEST_F() 265 EXPECT_EQ(refreshStatus, RefreshStatus::DONE); in HWTEST_F() 345 * @tc.expected: DONE in HWTEST_F() 349 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DONE); in HWTEST_F() 407 EXPECT_EQ(refreshStatus, RefreshStatus::DONE); in HWTEST_F() 492 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DONE); in HWTEST_F() [all...] |
H A D | refresh_layout_test_ng.cpp | 200 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DONE); in HWTEST_F() 304 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DONE); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/refresh/ |
H A D | refresh_controller.h | 33 DONE, member in OHOS::Ace::RefreshStatus
|
H A D | render_refresh.cpp | 254 refreshStatus_ == RefreshStatus::DONE) { in HandleDragUpdate() 271 if (refreshStatus_ == RefreshStatus::DRAG || refreshStatus_ == RefreshStatus::DONE) { in HandleDragEnd() 410 nextStatus = RefreshStatus::DONE; in GetNextStatus() 423 nextStatus = RefreshStatus::DONE; in GetNextStatus() 428 case RefreshStatus::DONE: in GetNextStatus() 430 nextStatus = RefreshStatus::DONE; in GetNextStatus()
|
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_action.h | 35 DONE = 6, member in OHOS::Ace::TextInputAction
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | lazy_load_manager.h | 31 DONE,
member in OHOS::ACELite::LazyLoadState
|
H A D | lazy_load_manager.cpp | 60 state_ = LazyLoadState::DONE;
in RenderLazyLoadWatcher()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_layout_property.h | 35 DONE, member in OHOS::Ace::NG::RefreshStatus
|
H A D | refresh_pattern.cpp | 666 if (refreshStatus_ != RefreshStatus::REFRESH && refreshStatus_ != RefreshStatus::DONE) { in SwitchToFinish() 669 UpdateRefreshStatus(RefreshStatus::DONE); in SwitchToFinish()
|
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ |
H A D | camera_napi_const.h | 46 enum NapiWorkerQueueStatus : int32_t { INIT = 0, RUNNING, DONE };
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ |
H A D | camera_napi_worker_queue_keeper.cpp | 134 queueTask->queueStatus = DONE; in ConsumeWorkerQueueTask()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | wait_queue.h | 43 DONE, member in ffrt::TimeoutState
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_sub_thread.cpp | 233 surfaceNodePtr->SetCacheSurfaceProcessedStatus(CacheProcessStatus::DONE); in RenderCache() 292 nodeDrawable->SetCacheSurfaceProcessedStatus(CacheProcessStatus::DONE); in DrawableCache()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_ability.cpp | 259 if (state == LazyLoadState::INIT || state == LazyLoadState::DONE) { in LazyLoadHandleRenderTick()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testfour.cpp | 451 pattern->PerformAction(TextInputAction::DONE); in HWTEST_F() 458 pattern->PerformAction(TextInputAction::DONE); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | on_text_changed_listener_impl.cpp | 199 case TextInputAction::DONE: in HandleFunctionKey()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_textfield_ffi.cpp | 30 TextInputAction::SEND, TextInputAction::NEXT, TextInputAction::DONE, TextInputAction::PREVIOUS,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_common_def.h | 194 DONE, // processed member in OHOS::Rosen::CacheProcessStatus
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_ui_first_surface_render_node_drawable.cpp | 68 if (cacheProcessStatus == CacheProcessStatus::DONE || cacheProcessStatus == CacheProcessStatus::SKIPPED) { in SetCacheSurfaceProcessedStatus()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | on_text_changed_listener_impl.cpp | 178 case TextInputAction::DONE: in HandleFunctionKey()
|
H A D | text_field_model_ng.cpp | 332 value = pattern->IsTextArea() ? TextInputAction::NEW_LINE : TextInputAction::DONE; in SetEnterKeyType() 1198 value = pattern->IsTextArea() ? TextInputAction::NEW_LINE : TextInputAction::DONE; in SetEnterKeyType() 1455 frameNode->GetTag() == V2::TEXTAREA_ETS_TAG ? TextInputAction::NEW_LINE : TextInputAction::DONE); in GetEnterKeyType()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.h | 409 inputAction = TextInputAction::DONE; in ConvertStrToTextInputAction()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | text_field_model_impl.cpp | 42 textInputComponent->SetAction(TextInputAction::DONE); in CreateTextInput()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 974 if (node->GetCacheSurfaceProcessedStatus() == CacheProcessStatus::DONE && in AssignSubThreadNode() 986 if (node->GetCacheSurfaceProcessedStatus() == CacheProcessStatus::DONE && in AssignSubThreadNode()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_change_callback_test_ng.cpp | 1347 action2 = TextInputAction::DONE; in HWTEST_F()
|