/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | producer_surface_delegator.cpp | 29 GSError ProducerSurfaceDelegator::DequeueBuffer(int32_t slot, sptr<SurfaceBuffer> buffer) in DequeueBuffer() 34 GSError ProducerSurfaceDelegator::QueueBuffer(int32_t slot, int32_t acquireFence) in QueueBuffer() 44 GSError ProducerSurfaceDelegator::ClearBufferSlot(int32_t slot) in ClearBufferSlot() 55 void ProducerSurfaceDelegator::AddBufferLocked(const sptr<SurfaceBuffer>& buffer, int32_t slot) in AddBufferLocked() 61 sptr<SurfaceBuffer> ProducerSurfaceDelegator::GetBufferLocked(int32_t slot) in GetBufferLocked() 73 GSError ProducerSurfaceDelegator::CancelBuffer(int32_t slot, int32_t fenceFd) in CancelBuffer() 78 GSError ProducerSurfaceDelegator::DetachBuffer(int32_t slot) in DetachBuffer() 111 bool ProducerSurfaceDelegator::HasSlotInSet(int32_t slot) in HasSlotInSet() 117 void ProducerSurfaceDelegator::InsertSlotIntoSet(int32_t slot) in InsertSlotIntoSet() 123 void ProducerSurfaceDelegator::EraseSlotFromSet(int32_t slot) in EraseSlotFromSet()
|
/ohos5.0/drivers/peripheral/partitionslot/hal/src/ |
H A D | partitionslot_manager.cpp | 53 int32_t PartitionSlotManager::GetSlotSuffix(int32_t slot, std::string& suffix) in GetSlotSuffix() 65 int32_t PartitionSlotManager::SetActiveSlot(int32_t slot) in SetActiveSlot() 71 int32_t PartitionSlotManager::SetSlotUnbootable(int32_t slot) in SetSlotUnbootable() 77 int32_t PartitionSlotManager::WriteSlot(int fd, int32_t slot, off_t offset, off_t size) in WriteSlot() 102 int32_t slot = 0; in ReadMisc() local 113 int PartitionSlotManager::WriteSlotToMisc(int32_t slot, off_t offset, off_t size) in WriteSlotToMisc()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 71 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in TestAddNotificationSlot() local 79 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in TestAddNotificationSlot() local 90 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable 103 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable 130 sptr<NotificationSlot> slot = nullptr; variable 161 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable 378 sptr<NotificationSlot> slot; variable 392 sptr<NotificationSlot> slot; variable 407 sptr<NotificationSlot> slot; variable 422 sptr<NotificationSlot> slot; variable [all …]
|
H A D | advanced_notification_slot_service_test.cpp | 88 sptr<NotificationSlot> slot = new NotificationSlot(type); in TestAddSlot() local 106 sptr<NotificationSlot> slot = new NotificationSlot(slotType); variable 186 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::LIVE_VIEW); variable 361 sptr<NotificationSlot> slot; variable 398 sptr<NotificationSlot> slot = new NotificationSlot(slotType); variable 436 sptr<NotificationSlot> slot = nullptr; variable 453 sptr<NotificationSlot> slot = nullptr; variable 500 …sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::… variable 519 …sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::… variable 533 …sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::… variable
|
H A D | permission_filter_test.cpp | 59 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); variable 85 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); variable
|
/ohos5.0/base/msdp/device_status/tools/vdev/json/ |
H A D | simulate_rk_touchscreen_dragging.json | 5 { "action": "down", "slot": 1, "x": 200, "y": 200 }, number 7 { "action": "up", "slot": 1 }, number 9 { "action": "down", "slot": 1, "x": 218, "y": 1265 }, number 11 { "action": "up", "slot": 1 }, number 13 { "action": "down", "slot": 1, "x": 200, "y": 200 }, number 15 { "action": "move-to", "slot": 1, "x": 500, "y": 500 }, number 17 { "action": "up", "slot": 1 } number
|
H A D | simulate_touchscreen_dragging.json | 5 { "action": "down", "slot": 1, "x": 360, "y": 540 }, number 7 { "action": "move-to", "slot": 1, "x": 360, "y": 100 }, number 8 { "action": "up", "slot": 1 } number
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | node_content.cpp | 22 auto slot = nodeSlot_.Upgrade(); in AttachToNode() local 38 auto slot = nodeSlot_.Upgrade(); in DetachFromNode() local 51 auto slot = nodeSlot_.Upgrade(); in AddNode() local 70 auto slot = nodeSlot_.Upgrade(); in RemoveNode() local
|
/ohos5.0/base/msdp/device_status/tools/vdev/src/ |
H A D | virtual_touchscreen.cpp | 98 int32_t VirtualTouchScreen::DownButton(int32_t slot, int32_t x, int32_t y) in DownButton() 105 …bool firstTouchDown = std::none_of(slots_.cbegin(), slots_.cend(), [](const auto &slot) { return s… in DownButton() 125 int32_t VirtualTouchScreen::UpButton(int32_t slot) in UpButton() 147 …bool lastTouchUp = std::none_of(slots_.cbegin(), slots_.cend(), [](const auto &slot) { return slot… in UpButton() 157 int32_t VirtualTouchScreen::Move(int32_t slot, int32_t dx, int32_t dy) in Move() 198 int32_t VirtualTouchScreen::MoveTo(int32_t slot, int32_t x, int32_t y) in MoveTo()
|
H A D | virtual_touchscreen_builder.cpp | 287 int32_t slot = std::atoi(optarg); in ReadDownAction() local 307 int32_t slot = std::atoi(optarg); in ReadMoveAction() local 329 int32_t slot = std::atoi(optarg); in ReadUpAction() local 345 int32_t slot = std::atoi(optarg); in ReadMoveToAction() local 367 int32_t slot = std::atoi(optarg); in ReadDragToAction() local 446 int32_t slot = VirtualTouchScreenBuilder::GetModelValue(model, "slot", DEFAULT_VALUE_MINUS_ONE); in HandleDown() local 458 int32_t slot = VirtualTouchScreenBuilder::GetModelValue(model, "slot", DEFAULT_VALUE_MINUS_ONE); in HandleMove() local 470 int32_t slot = VirtualTouchScreenBuilder::GetModelValue(model, "slot", DEFAULT_VALUE_MINUS_ONE); in HandleUp() local 478 int32_t slot = VirtualTouchScreenBuilder::GetModelValue(model, "slot", DEFAULT_VALUE_MINUS_ONE); in HandleMoveTo() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/storage/ |
H A D | mmc_adapter.c | 25 struct mmc_host *GetMmcHost(int32_t slot) in GetMmcHost() 32 void SdioRescan(int32_t slot) in SdioRescan()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/storage/vendor_adapter/ |
H A D | hi35xx_mmc_adapter.c | 28 struct mmc_host *GetMmcHost(int32_t slot) in GetMmcHost() 34 void SdioRescan(int slot) in SdioRescan()
|
H A D | imx8mm_mmc_adapter.c | 28 struct mmc_host *GetMmcHost(int32_t slot) in GetMmcHost() 34 void SdioRescan(int slot) in SdioRescan()
|
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/src/ |
H A D | partitionslot_impl.cpp | 39 int32_t PartitionSlotImpl::GetSlotSuffix(int32_t slot, std::string& suffix) in GetSlotSuffix() 45 int32_t PartitionSlotImpl::SetActiveSlot(int32_t slot) in SetActiveSlot() 51 int32_t PartitionSlotImpl::SetSlotUnbootable(int32_t slot) in SetSlotUnbootable()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | producer_surface_delegator_test.cpp | 121 int32_t slot = 1; variable 139 int32_t slot = 1; variable 155 int32_t slot = 1; variable 187 int32_t slot = -1; variable 202 int32_t slot = -1; variable 218 int32_t slot = -1; variable
|
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | hash_table.c | 92 int slot = (p->slots << 1); /* double size */ in RebuildHashTable() local 125 int slot = CalcHash(p, fd); in FindContext() local 143 int slot = CalcHash(p, context->fd); in InsertHashTable() local 180 int slot = CalcHash(p, context->fd); in DeleteHashTable() local
|
/ohos5.0/base/startup/init/services/begetctl/ |
H A D | partitionslot.cpp | 72 int slot = atoi(argv[1]); in GetSuffix() local 93 int slot = atoi(argv[1]); in SetActiveSlot() local 115 int slot = atoi(argv[1]); in SetUnbootSlot() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_node.cpp | 42 void StepperNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() 51 void StepperNode::DeleteChildFromGroup(int32_t slot) in DeleteChildFromGroup()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_node.cpp | 42 void CounterNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() 50 void CounterNode::DeleteChildFromGroup(int32_t slot) in DeleteChildFromGroup()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | flex_composed_element.cpp | 123 void FlexComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() 135 void FlexComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in UpdateChildWithSlot() 148 void FlexComposedElement::DeleteChildWithSlot(int32_t slot) in DeleteChildWithSlot()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-custom-slot.md | 1 # slot chapter
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | element.cpp | 32 void Element::AddChild(const RefPtr<Element>& child, int32_t slot) in AddChild() 60 RefPtr<Element> Element::GetChildBySlot(int32_t slot) in GetChildBySlot() 70 void Element::ChangeChildSlot(const RefPtr<Element>& child, int32_t slot) in ChangeChildSlot() 189 …const RefPtr<Element>& child, const RefPtr<Component>& newComponent, int32_t slot, int32_t renderS… in DoUpdateChildWithNewComponent() 200 …const RefPtr<Element>& child, const RefPtr<Component>& newComponent, int32_t slot, int32_t renderS… in UpdateChildWithSlot() 266 void Element::Mount(const RefPtr<Element>& parent, int32_t slot, int32_t renderSlot) in Mount() 377 RefPtr<Element> Element::InflateComponent(const RefPtr<Component>& newComponent, int32_t slot, int3… in InflateComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | group_node.h | 33 void FastPreviewUpdateChild(int32_t slot, const RefPtr<UINode>& newChild) override in FastPreviewUpdateChild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_tool_bar.cpp | 35 void DOMToolBar::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() 59 void DOMToolBar::AddChildNode(const RefPtr<DOMNode>& child, int32_t slot, bool isRebuild) in AddChildNode()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 81 for (auto slot : slots) { in AddSlots() local 170 sptr<NotificationSlot> &slot) in GetSlotByBundle() 316 sptr<NotificationSlot> slot; in AddSlotByType() local 354 sptr<NotificationSlot> slot; in GetEnabledForBundleSlotSelf() local 468 sptr<NotificationSlot> slot; in AssignValidNotificationSlot() local 523 for (auto slot : slots) { in UpdateSlotReminderModeBySlotFlags() local 539 void AdvancedNotificationService::GenerateSlotReminderMode(const sptr<NotificationSlot> &slot, in GenerateSlotReminderMode() 587 sptr<NotificationSlot> slot; in SetRequestBySlotType() local 634 const NotificationConstant::SlotType &slotType, sptr<NotificationSlot> &slot) in GetSlotByType()
|