Home
last modified time | relevance | path

Searched defs:slot (Results 26 – 50 of 174) sorted by relevance

1234567

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_node.cpp22 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 Drs_property_drawable.cpp33 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 Dsliding_panel_node.cpp20 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 Dwater_flow_composed_element.cpp151 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 Dnavigation_menus_composed_element.cpp30 void NavigationMenusComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& new… in UpdateChildWithSlot()
H A Dnavigation_title_composed_element.cpp30 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 Drs_drawable.cpp373 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 Dcontent_slot_model_ng.cpp27 auto slot = ContentSlotNode::GetOrCreateContentSlot(nodeId); in Create() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_sorting_test.cpp74 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 Dmock_notification_preferences.cpp32 const NotificationConstant::SlotType &type, sptr<NotificationSlot> &slot) in GetNotificationSlot()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/full_screen/
H A Dfull_screen_manager.cpp44 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 Dnotification_preferences_database.cpp1069 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 Dpermission_filter.cpp47 sptr<NotificationSlot> slot; in OnPublish() local
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp727 …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 Dgetnotificationslotsforbundle_fuzzer.cpp28 sptr<Notification::NotificationSlot> slot = nullptr; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dmulti_composed_element.cpp45 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 Ddom_svg_circle.cpp28 void DOMSvgCircle::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_svg_defs.cpp29 void DOMSvgDefs::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_svg_ellipse.cpp27 void DOMSvgEllipse::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_svg_fe_colormatrix.cpp27 void DOMSvgFeColorMatrix::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_svg_fe_composite.cpp27 void DOMSvgFeComposite::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_svg_fe_gaussianblur.cpp27 void DOMSvgFeGaussianBlur::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_svg_fe_offset.cpp27 void DOMSvgFeOffset::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_svg_line.cpp27 void DOMSvgLine::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_svg_path.cpp27 void DOMSvgPath::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()

1234567