Home
last modified time | relevance | path

Searched refs:LOADING (Results 1 - 25 of 36) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.cpp78 if (type_ == ChartType::LOADING || (type_ == ChartType::RAINBOW && needReplayAnimation_)) { in PerformLayout()
97 if (type_ != ChartType::LOADING) { in AnimationChanged()
127 if (isLoading_ != (dataPanelComponent->GetPanelType() == ChartType::LOADING)) { in Update()
130 isLoading_ = dataPanelComponent->GetPanelType() == ChartType::LOADING ? true : false; in Update()
H A Ddata_panel_component.cpp92 if (type_ == ChartType::LOADING) { in InitalStyle()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_event_handler.cpp88 case SystemAbilityState::LOADING: in HandleAbilityLoadFailedEventLocked()
111 case SystemAbilityState::LOADING: in HandleAbilityLoadSuccessEventLocked()
129 case SystemAbilityState::LOADING: in HandleAbilityUnLoadSuccessEventLocked()
H A Dsystem_ability_state_machine.cpp32 abilityStateHandlerMap_[SystemAbilityState::LOADING] = std::make_shared<LoadingStateHandler>(listener); in InitStateHandlerMap()
170 || fromState == SystemAbilityState::LOADING in CanEnter()
H A Dsystem_ability_state_scheduler.cpp52 "NOT_LOADED", "LOADING", "LOADED", "UNLOADABLE", "UNLOADING" };
104 processContext->abilityStateCountMap[SystemAbilityState::LOADING] = 0; in InitStateContext()
128 processContext->abilityStateCountMap[SystemAbilityState::LOADING] = 0; in InitSamgrProcessContext()
245 return stateMachine_->AbilityStateTransitionLocked(abilityContext, SystemAbilityState::LOADING); in HandleLoadAbilityEvent()
285 case SystemAbilityState::LOADING: in HandleLoadAbilityEventLocked()
343 case SystemAbilityState::LOADING: in HandleUnloadAbilityEventLocked()
554 return stateMachine_->AbilityStateTransitionLocked(abilityContext, SystemAbilityState::LOADING); in DoLoadSystemAbilityLocked()
850 || abilityContext->state == SystemAbilityState::LOADING) { in GetAbnormallyDiedAbilityLocked()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp199 SystemAbilityState::LOADING); in HWTEST_F()
217 SystemAbilityState::NOT_LOADED, SystemAbilityState::LOADING); in HWTEST_F()
237 systemProcessContext->abilityStateCountMap[SystemAbilityState::LOADING] = SAID; in HWTEST_F()
239 SystemAbilityState::LOADED, SystemAbilityState::LOADING); in HWTEST_F()
261 SystemAbilityState::NOT_LOADED, SystemAbilityState::LOADING); in HWTEST_F()
282 SystemAbilityState::NOT_LOADED, SystemAbilityState::LOADING); in HWTEST_F()
303 systemProcessContext->abilityStateCountMap[SystemAbilityState::LOADING] = SAID; in HWTEST_F()
305 SystemAbilityState::NOT_LOADED, SystemAbilityState::LOADING); in HWTEST_F()
H A Dsystem_ability_event_handler_test.cpp219 * @tc.desc: test HandleAbilityLoadFailedEventLocked with context's state is LOADING
234 systemAbilityContext->state = SystemAbilityState::LOADING; in HWTEST_F()
307 * @tc.desc: test HandleAbilityUnLoadSuccessEventLocked with context's state is SystemAbilityState::LOADING
322 systemAbilityContext->state = SystemAbilityState::LOADING; in HWTEST_F()
345 systemAbilityContext->state = SystemAbilityState::LOADING; in HWTEST_F()
H A Dsystem_ability_mgr_stub_test.cpp93 processContext->abilityStateCountMap[SystemAbilityState::LOADING] = 0; in AddSystemAbilityContext()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_state.h73 LOADING, member in OHOS::AAFwk::AbilityLoadState
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dmouse_style_ohos.cpp80 { MouseFormat::LOADING, MMI::LOADING }, in SetPointerStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_date.h42 LOADING
H A Dprogress_pattern.cpp366 case ProgressStatus::LOADING: in ConvertProgressStatusToString()
367 str = "ProgressStatus.LOADING"; in ConvertProgressStatusToString()
/foundation/arkui/ace_engine/frameworks/base/mousestyle/
H A Dmouse_style.h67 LOADING = 42, member in OHOS::Ace::MouseFormat
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_mask_painter.h32 LOADING, member in OHOS::OHOS::Ace::LoadStatus
/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_context.h34 LOADING, member in OHOS::SystemAbilityState
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp161 imageLoadingStatus_ = ImageLoadingStatus::LOADING; in ImageObjReady()
590 ((imageLoadingStatus_ == ImageLoadingStatus::LOADING) && !resizeCallLoadImage_) ? currentDstRect_ : dstRect_;
872 ((imageLoadingStatus_ == ImageLoadingStatus::LOADING) || (imageLoadingStatus_ == ImageLoadingStatus::UPDATING));
1075 (rawImageSizeUpdated_ && imageLoadingStatus_ != ImageLoadingStatus::LOADING) &&
1077 if (imageLoadingStatus_ != ImageLoadingStatus::LOADING) {
1088 imageLoadingStatus_ = ImageLoadingStatus::LOADING;
1204 case ImageLoadingStatus::LOADING:
1263 imageLoadingStatus_ = ImageLoadingStatus::LOADING;
H A Drender_image.h37 LOADING, member in OHOS::Ace::ImageLoadingStatus
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp104 chart.chartType_ = ChartType::LOADING; in SetSpecializedAttr()
347 } else if (chartType_ == ChartType::PROGRESS || chartType_ == ChartType::LOADING) { in PrepareSpecializedComponent()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp316 if (mouseStyle == MOUSE_ICON::LOADING) { in SetDynamicHardWareCursorLocation()
506 if (hardwareCursorPointerManager_->IsSupported() && lastMouseStyle_.id != MOUSE_ICON::LOADING && in SetHardwareCursorPosition()
793 if (mouseStyle == MOUSE_ICON::LOADING) { in InitVsync()
843 if ((mouseStyle == MOUSE_ICON::LOADING) || (mouseStyle == MOUSE_ICON::RUNNING)) { in InitLayer()
921 if (mouseStyle != MOUSE_ICON::LOADING && in DrawLoadingPointerStyle()
1108 if (currentMouseStyle_.id != MOUSE_ICON::RUNNING && currentMouseStyle_.id != MOUSE_ICON::LOADING) { in GetSurfaceInformation()
1126 if (currentMouseStyle_.id != MOUSE_ICON::RUNNING && currentMouseStyle_.id != MOUSE_ICON::LOADING) { in OnVsync()
1131 if (currentMouseStyle_.id != MOUSE_ICON::RUNNING && currentMouseStyle_.id != MOUSE_ICON::LOADING) { in OnVsync()
1685 if (mouseStyle == MOUSE_ICON::LOADING) { in DrawDynamicImage()
2741 {LOADING, {ANGLE_CENTE in InitStyle()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h42 LOADING, member in OHOS::Ace::ChartType
/foundation/multimodalinput/input/util/common/include/
H A Dstruct_multimodal.h161 LOADING = 42, enumerator
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js68 j18[j18['LOADING'] = 3] = 'LOADING';
652 if (this.operationType === OperationType.LOADING) {
756 Row.focusable(this.operationItem && this.operationType !== OperationType.LOADING ? true :
916 Row.focusable(this.operationItem && this.operationType !== OperationType.LOADING ? true :
1163 if (this.operationType === OperationType.LOADING) {
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_progress_bridge.cpp64 const std::vector<NG::ProgressStatus> STATUS_STYLES = { NG::ProgressStatus::PROGRESSING, NG::ProgressStatus::LOADING };
274 if (statusStr.compare("LOADING") == 0) { in ParseProgressStatus()
275 progressStatus = NG::ProgressStatus::LOADING; in ParseProgressStatus()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp247 if (value.compare("LOADING") == 0) { in ConvertStrToProgressStatus()
248 return NG::ProgressStatus::LOADING; in ConvertStrToProgressStatus()
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_modifier_test_ng.cpp691 * @tc.steps: step5. Set progress status to LOADING. in HWTEST_F()
694 progressModifier->SetProgressStatus(ProgressStatus::LOADING); in HWTEST_F()
707 * @tc.desc: Test sets the value in the LOADING state.
745 * @tc.steps: step2. Sets value in the LOADING state. in HWTEST_F()
1218 modifier->SetProgressStatus(ProgressStatus::LOADING); in HWTEST_F()
1225 EXPECT_EQ(modifier->progressStatus_->Get(), static_cast<int32_t>(ProgressStatus::LOADING)); in HWTEST_F()

Completed in 26 milliseconds

12