Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 174) sorted by relevance

1234567

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface_delegator.cpp29 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 Dpartitionslot_manager.cpp53 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 Dnotification_preferences_test.cpp71 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 Dadvanced_notification_slot_service_test.cpp88 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 Dpermission_filter_test.cpp59 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 Dsimulate_rk_touchscreen_dragging.json5 { "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 Dsimulate_touchscreen_dragging.json5 { "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 Dnode_content.cpp22 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 Dvirtual_touchscreen.cpp98 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 Dvirtual_touchscreen_builder.cpp287 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 Dmmc_adapter.c25 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 Dhi35xx_mmc_adapter.c28 struct mmc_host *GetMmcHost(int32_t slot) in GetMmcHost()
34 void SdioRescan(int slot) in SdioRescan()
H A Dimx8mm_mmc_adapter.c28 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 Dpartitionslot_impl.cpp39 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 Dproducer_surface_delegator_test.cpp121 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 Dhash_table.c92 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 Dpartitionslot.cpp72 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 Dstepper_node.cpp42 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 Dcounter_node.cpp42 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 Dflex_composed_element.cpp123 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 Djs-components-custom-slot.md1 # slot chapter
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp32 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 Dgroup_node.h33 void FastPreviewUpdateChild(int32_t slot, const RefPtr<UINode>& newChild) override in FastPreviewUpdateChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar.cpp35 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 Dadvanced_notification_slot_service.cpp81 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()

1234567