/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_component.cpp | 38 uint32_t updateType = static_cast<uint32_t>(UpdateRenderType::NONE); in Compare() local 39 updateType |= static_cast<uint32_t>(list->GetSpace() == propSpace_ ? in Compare() 41 updateType |= static_cast<uint32_t>(list->GetDirection() == propDirection_ ? UpdateRenderType::NONE : in Compare() 43 updateType |= static_cast<uint32_t>(list->GetItemDivider()->strokeWidth == itemDivider_->strokeWidth ? in Compare() 45 updateType |= static_cast<uint32_t>(list->GetEditMode() == list->GetEditMode() ? in Compare() 47 updateType |= static_cast<uint32_t>(list->GetItemDivider()->startMargin == itemDivider_->startMargin ? in Compare() 49 updateType |= static_cast<uint32_t>(list->GetItemDivider()->endMargin == itemDivider_->endMargin ? in Compare() 51 updateType |= static_cast<uint32_t>(list->GetSticky() == GetSticky() ? in Compare() 53 if (updateType == static_cast<uint32_t>(UpdateRenderType::LAYOUT)) { in Compare() 54 return updateType; in Compare() [all...] |
H A D | list_item_group_component.cpp | 38 uint32_t updateType = static_cast<uint32_t>(UpdateRenderType::NONE); in Compare() local 39 updateType |= static_cast<uint32_t>(listItemGroup->GetItemDivider()->strokeWidth == itemDivider_->strokeWidth ? in Compare() 41 updateType |= static_cast<uint32_t>(listItemGroup->GetItemDivider()->startMargin == itemDivider_->startMargin ? in Compare() 43 updateType |= static_cast<uint32_t>(listItemGroup->GetItemDivider()->endMargin == itemDivider_->endMargin ? in Compare() 45 if (updateType == static_cast<uint32_t>(UpdateRenderType::LAYOUT)) { in Compare() 46 return updateType; in Compare() 48 updateType |= static_cast<uint32_t>(listItemGroup->GetItemDivider()->color == itemDivider_->color ? in Compare() 50 return updateType; in Compare()
|
/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | text_component.cpp | 48 uint32_t updateType = static_cast<uint32_t>(UpdateRenderType::NONE); in Compare() local 51 updateType |= static_cast<uint32_t>(declarationStyle.GetMaxLines() == textStyle.GetMaxLines() ? in Compare() 53 updateType |= static_cast<uint32_t>(declarationStyle.GetLineHeight() == textStyle.GetLineHeight() ? in Compare() 55 updateType |= static_cast<uint32_t>(declarationStyle.GetAdaptMinFontSize() == textStyle.GetAdaptMinFontSize() ? in Compare() 57 updateType |= static_cast<uint32_t>(declarationStyle.GetAdaptMaxFontSize() == textStyle.GetAdaptMaxFontSize() ? in Compare() 59 updateType |= static_cast<uint32_t>(declarationStyle.GetLetterSpacing() == textStyle.GetLetterSpacing() ? in Compare() 61 updateType |= static_cast<uint32_t>(declarationStyle.GetBaselineOffset() == textStyle.GetBaselineOffset() ? in Compare() 63 updateType |= static_cast<uint32_t>(declarationStyle.GetTextAlign() == textStyle.GetTextAlign() ? in Compare() 65 updateType |= static_cast<uint32_t>(declarationStyle.GetTextOverflow() == textStyle.GetTextOverflow() ? in Compare() 67 updateType | in Compare() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.cpp | 363 uint32_t updateType = static_cast<uint32_t>(UpdateRenderType::NONE); in Compare() local 364 updateType |= static_cast<uint32_t>(button->GetWidth() == width_ ? UpdateRenderType::NONE : in Compare() 366 updateType |= static_cast<uint32_t>(button->GetHeight() == height_ ? UpdateRenderType::NONE : in Compare() 368 updateType |= static_cast<uint32_t>(button->GetMinWidth() == declaration_->GetMinWidth() ? UpdateRenderType::NONE : in Compare() 370 updateType |= static_cast<uint32_t>(button->GetType() == type_ ? UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 371 updateType |= static_cast<uint32_t>(button->GetRadiusState() == declaration_->GetRadiusState() ? in Compare() 373 updateType |= static_cast<uint32_t>(button->GetStateEffect() == stateEffect_ ? in Compare() 375 if (updateType == static_cast<uint32_t>(UpdateRenderType::LAYOUT)) { in Compare() 376 return updateType; in Compare() 378 updateType | in Compare() [all...] |
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | sole_child_component.h | 38 void SetUpdateType(UpdateType updateType) override 40 RenderComponent::SetUpdateType(updateType); 43 child->SetUpdateType(updateType);
|
H A D | composed_component.h | 40 void SetUpdateType(UpdateType updateType) override 42 BaseComposedComponent::SetUpdateType(updateType); 45 child->SetUpdateType(updateType);
|
H A D | component_group.h | 149 void SetUpdateType(UpdateType updateType) override 151 if (GetUpdateType() == updateType) { 154 RenderComponent::SetUpdateType(updateType); 156 child->SetUpdateType(updateType);
|
H A D | component.h | 101 virtual void SetUpdateType(UpdateType updateType) in SetUpdateType() argument 103 updateType_ = updateType; in SetUpdateType()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | i_anco_consumer.cpp | 127 parcel.WriteUint32(static_cast<uint32_t>(windows.updateType)) && in Marshalling() 135 uint32_t updateType {}; in Unmarshalling() 138 parcel.ReadUint32(updateType) && in Unmarshalling() 142 windows.updateType = static_cast<ANCO_WINDOW_UPDATE_TYPE>(updateType); in Unmarshalling()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_layout_policy_cascade.h | 38 void PerformWindowLayout(const sptr<WindowNode>& node, WindowUpdateType updateType) override; 91 void LayoutPreProcess(const sptr<WindowNode>& node, WindowUpdateType updateType);
|
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | i_anco_consumer.h | 76 ANCO_WINDOW_UPDATE_TYPE updateType; member
|
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 59 bool updateType = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local 60 formMgrService.LifecycleUpdate(formIds, callerToken, updateType); in DoSomethingInterestingWithMyAPI()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | distributed_ui.cpp | 188 DistributedUI::UpdateType updateType; in OnTreeUpdate() local 194 updateType = UpdateType::PAGE_CHANGE; in OnTreeUpdate() 200 updateType = UpdateType::PAGE_UPDATE; in OnTreeUpdate() 209 onUpdateCb_(updateType, update); in OnTreeUpdate()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_layout_policy_tile.cpp | 158 void WindowLayoutPolicyTile::PerformWindowLayout(const sptr<WindowNode>& node, WindowUpdateType updateType) in PerformWindowLayout() argument 163 WLOGI("[PerformWindowLayout] windowId: %{public}u, windowType: %{public}u, updateType: %{public}u, requestRect: " in PerformWindowLayout() 164 "requestRect: [%{public}d, %{public}d, %{public}u, %{public}u]", node->GetWindowId(), windowType, updateType, in PerformWindowLayout() 167 switch (updateType) { in PerformWindowLayout()
|
H A D | window_layout_policy_cascade.cpp | 123 * If updateType is remove we need to layout all appNodes, cause remove split node or in LayoutSplitNodes() 158 void WindowLayoutPolicyCascade::LayoutPreProcess(const sptr<WindowNode>& node, WindowUpdateType updateType) in LayoutPreProcess() argument 160 if (updateType == WindowUpdateType::WINDOW_UPDATE_ADDED) { in LayoutPreProcess() 168 void WindowLayoutPolicyCascade::PerformWindowLayout(const sptr<WindowNode>& node, WindowUpdateType updateType) in PerformWindowLayout() argument 173 WLOGFD("windowId: %{public}u, windowType: %{public}u, updateType: %{public}u, requestRect: " in PerformWindowLayout() 174 "requestRect: [%{public}d, %{public}d, %{public}u, %{public}u]", node->GetWindowId(), windowType, updateType, in PerformWindowLayout() 177 LayoutPreProcess(node, updateType); in PerformWindowLayout() 180 LayoutDivider(node, updateType); in PerformWindowLayout() 191 LayoutSplitNodes(node->GetDisplayId(), updateType); in PerformWindowLayout() 196 if (updateType in PerformWindowLayout() [all...] |
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_service.h | 239 * @param updateType The update type. 245 const int32_t updateType) in LifecycleUpdate() 242 LifecycleUpdate( const std::vector<int64_t>& formIds, const sptr<IRemoteObject>& callerToken, const int32_t updateType) LifecycleUpdate() argument
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test.cpp | 105 * @tc.desc: Verify that the test program executes as expected when the incoming parameter updateType is false. 113 bool updateType = false; in HWTEST_F() local 116 EXPECT_EQ(formMgrService.LifecycleUpdate(formIds, callerToken, updateType), in HWTEST_F() 120 EXPECT_EQ(formMgrService.LifecycleUpdate(formIds, callerToken, updateType), ERR_OK); in HWTEST_F() 127 * @tc.desc: Verify that the test program executes as expected when the incoming parameter updateType is true. 135 bool updateType = true; in HWTEST_F() local 137 EXPECT_EQ(ERR_OK, formMgrService.LifecycleUpdate(formIds, callerToken, updateType)); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 587 std::string updateType = system::GetParameter(UPDATE_TYPE, ""); in GetOTACompileList() local 588 APP_LOGI("updateType %{public}s", updateType.c_str()); in GetOTACompileList() 590 if (updateType == UPDATE_TYPE_MANUAL) { in GetOTACompileList() 592 } else if (updateType == UPDATE_TYPE_NIGHT) { in GetOTACompileList() 595 APP_LOGE("invalid updateType"); in GetOTACompileList()
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 287 * @param updateType update type, enable if true and disable if false. 291 bool updateType);
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 110 const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken, bool updateType));
|
H A D | mock_form_mgr_service.h | 37 bool updateType));
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 62 const bool updateType) override
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 74 const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken, bool updateType) override
|
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/ |
H A D | fms_form_host_record_test.cpp | 373 bool updateType = false; in HWTEST_F() local 375 ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS, formMgrService.LifecycleUpdate(formIds, callerToken, updateType)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | particle_property.h | 403 void SetUpdaterType(const UpdaterType& updateType) in SetUpdaterType() 405 updaterType_ = updateType; in SetUpdaterType()
|