Home
last modified time | relevance | path

Searched refs:updateType (Results 1 - 25 of 38) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_component.cpp38 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 Dlist_item_group_component.cpp38 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 Dtext_component.cpp48 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 Dbutton_component.cpp363 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 Dsole_child_component.h38 void SetUpdateType(UpdateType updateType) override
40 RenderComponent::SetUpdateType(updateType);
43 child->SetUpdateType(updateType);
H A Dcomposed_component.h40 void SetUpdateType(UpdateType updateType) override
42 BaseComposedComponent::SetUpdateType(updateType);
45 child->SetUpdateType(updateType);
H A Dcomponent_group.h149 void SetUpdateType(UpdateType updateType) override
151 if (GetUpdateType() == updateType) {
154 RenderComponent::SetUpdateType(updateType);
156 child->SetUpdateType(updateType);
H A Dcomponent.h101 virtual void SetUpdateType(UpdateType updateType) in SetUpdateType() argument
103 updateType_ = updateType; in SetUpdateType()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Di_anco_consumer.cpp127 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 Dwindow_layout_policy_cascade.h38 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 Di_anco_consumer.h76 ANCO_WINDOW_UPDATE_TYPE updateType; member
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp59 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 Ddistributed_ui.cpp188 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 Dwindow_layout_policy_tile.cpp158 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 Dwindow_layout_policy_cascade.cpp123 * 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 Dmock_form_mgr_service.h239 * @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 Dfms_form_mgr_service_test.cpp105 * @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 Daot_handler.cpp587 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 Dform_mgr.h287 * @param updateType update type, enable if true and disable if false.
291 bool updateType);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h110 const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken, bool updateType));
H A Dmock_form_mgr_service.h37 bool updateType));
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h62 const bool updateType) override
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h74 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 Dfms_form_host_record_test.cpp373 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 Dparticle_property.h403 void SetUpdaterType(const UpdaterType& updateType) in SetUpdaterType()
405 updaterType_ = updateType; in SetUpdaterType()

Completed in 16 milliseconds

12