/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_node.cpp | 22 void SearchNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 33 inline RSPropertyDrawable::DrawablePtr GenerateAlias(RSPropertyDrawableSlot slot) in GenerateAlias() 325 for (const auto& slot : dirtySlots) { in UpdateDrawableVec() local 407 for (auto& slot : boundsSlotsToErase) { in OptimizeBoundsSaveRestore() local 465 for (auto& slot : frameSlotsToErase) { in OptimizeFrameSaveRestore() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_node.cpp | 20 void SlidingPanelNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | water_flow_composed_element.cpp | 151 void WaterFlowComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() 162 void WaterFlowComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& newCompon… in UpdateChildWithSlot() 178 void WaterFlowComposedElement::DeleteChildWithSlot(int32_t slot) in DeleteChildWithSlot()
|
H A D | navigation_menus_composed_element.cpp | 30 void NavigationMenusComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& new… in UpdateChildWithSlot()
|
H A D | navigation_title_composed_element.cpp | 30 void NavigationTitleComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& new… in UpdateChildWithSlot()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 373 for (auto& slot : boundsSlotsToErase) { in OptimizeBoundsSaveRestore() local 431 for (auto& slot : frameSlotsToErase) { in OptimizeFrameSaveRestore() local 448 for (auto& slot : globalSlotsToErase) { in OptimizeGlobalSaveRestore() local 511 for (auto slot : affectedSlots) { in MarkAffectedSlots() local 585 for (const auto& slot : dirtySlots) { in UpdateDirtySlots() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | content_slot_model_ng.cpp | 27 auto slot = ContentSlotNode::GetOrCreateContentSlot(nodeId); in Create() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_sorting_test.cpp | 74 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(); variable 99 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(); variable
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | mock_notification_preferences.cpp | 32 const NotificationConstant::SlotType &type, sptr<NotificationSlot> &slot) in GetNotificationSlot()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/full_screen/ |
H A D | full_screen_manager.cpp | 44 auto slot = parentNode->RemoveChildAndReturnIndex(frameNode); in RequestFullScreen() local 87 auto slot = iterOfParent->second.second; in ExitFullScreen() local
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_database.cpp | 1069 sptr<NotificationSlot> slot = nullptr; in ParseSlotFromDisturbeDB() local 1400 sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotEnableVrbration() 1408 sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotLedLightColor() 1416 sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotLockscreenVisibleness() 1434 sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotVibrationSytle() 1443 sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotEnableBypassDnd() 1451 sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotEnabled() 1459 sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotAuthorizedStatus() 1467 sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotAuthHitnCnt() 1475 sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotReminderMode() [all …]
|
H A D | permission_filter.cpp | 47 sptr<NotificationSlot> slot; in OnPublish() local
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/ |
H A D | ans_module_test.cpp | 727 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMA… variable 816 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMA… variable 858 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMA… variable 953 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDE… variable 1033 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable 1073 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM); variable 1243 sptr<NotificationSlot> slot = new NotificationSlot(); variable 1888 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable 2006 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDE… variable 2378 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDE… variable [all …]
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getnotificationslotsforbundle_fuzzer/ |
H A D | getnotificationslotsforbundle_fuzzer.cpp | 28 sptr<Notification::NotificationSlot> slot = nullptr; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | multi_composed_element.cpp | 45 int32_t slot = 0; in UpdateChildren() local 78 int32_t slot = 0; in UpdateChildrenForRebuild() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_svg_circle.cpp | 28 void DOMSvgCircle::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_svg_defs.cpp | 29 void DOMSvgDefs::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_svg_ellipse.cpp | 27 void DOMSvgEllipse::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_svg_fe_colormatrix.cpp | 27 void DOMSvgFeColorMatrix::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_svg_fe_composite.cpp | 27 void DOMSvgFeComposite::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_svg_fe_gaussianblur.cpp | 27 void DOMSvgFeGaussianBlur::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_svg_fe_offset.cpp | 27 void DOMSvgFeOffset::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_svg_line.cpp | 27 void DOMSvgLine::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_svg_path.cpp | 27 void DOMSvgPath::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|