| /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() argument 125 UpButton(int32_t slot) UpButton() argument 157 Move(int32_t slot, int32_t dx, int32_t dy) Move() argument 198 MoveTo(int32_t slot, int32_t x, int32_t y) MoveTo() argument [all...] |
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| H A D | notification_sorting.cpp | 40 void NotificationSorting::SetSlot(const sptr<NotificationSlot> &slot) in SetSlot() argument
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| H A D | advanced_notification_slot_service_test.cpp | 86 sptr<NotificationSlot> slot = new NotificationSlot(type); in TestAddSlot() local 104 sptr<NotificationSlot> slot = new NotificationSlot(slotType); in HWTEST_F() local 184 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F() local 359 sptr<NotificationSlot> slot; in HWTEST_F() local 396 sptr<NotificationSlot> slot = new NotificationSlot(slotType); HWTEST_F() local 434 sptr<NotificationSlot> slot = nullptr; HWTEST_F() local 451 sptr<NotificationSlot> slot = nullptr; HWTEST_F() local 498 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::CUSTOMER_SERVICE); HWTEST_F() local 517 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); HWTEST_F() local 531 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); HWTEST_F() local [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/backend/ |
| H A D | mali_kbase_debug_ktrace_csf.c | 44 const s8 slot = be_msg->gpu.csg_nr; in kbasep_ktrace_backend_format_msg() local 133 const s8 slot = group->csg_nr; in kbasep_ktrace_add_csf() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/full_screen/ |
| H A D | full_screen_manager.cpp | 40 auto slot = parentNode->RemoveChildAndReturnIndex(frameNode); in RequestFullScreen() local 83 auto slot = iterOfParent->second.second; in ExitFullScreen() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | nav_bar_node.cpp | 38 void NavBarNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_grid_container.cpp | 39 void DomGridContainer::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_grid_column.cpp | 38 void DomGridColumn::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_form.cpp | 26 void DOMForm::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_tab_content.cpp | 40 void DOMTabContent::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_stack.cpp | 26 void DOMStack::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_span.cpp | 84 void DOMSpan::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_refresh.cpp | 97 void DOMRefresh::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_text.cpp | 95 void DOMText::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_dialog.cpp | 139 void DOMDialog::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | flex_composed_element.cpp | 120 void FlexComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() argument 132 void FlexComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in UpdateChildWithSlot() argument 145 void FlexComposedElement::DeleteChildWithSlot(int32_t slot) in DeleteChildWithSlot() argument [all...] |
| H A D | water_flow_composed_element.cpp | 149 void WaterFlowComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() argument 160 void WaterFlowComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in UpdateChildWithSlot() argument 176 void WaterFlowComposedElement::DeleteChildWithSlot(int32_t slot) in DeleteChildWithSlot() argument [all...] |
| /foundation/graphic/graphic_surface/surface/src/ |
| H A D | consumer_surface_delegator.cpp | 39 GSError ConsumerSurfaceDelegator::ReleaseBuffer(int slot, int releaseFenceFd) in ReleaseBuffer() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
| H A D | rs_property_drawable_utilities.cpp | 25 RSAliasDrawable::RSAliasDrawable(RSPropertyDrawableSlot slot) : slot_(slot) {} in RSAliasDrawable() argument
|
| /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); DeleteHashTable() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_core.h | 170 psa_key_slot_has_readers(const psa_key_slot_t *slot) psa_key_slot_has_readers() argument 182 psa_key_slot_get_slot_number( const psa_key_slot_t *slot) psa_key_slot_get_slot_number() argument [all...] |
| H A D | psa_crypto_storage.h | 288 psa_key_slot_number_t slot; global() member [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_input_attachments.c | 63 gl_varying_slot slot = options->use_view_id_for_layer ? in load_layer_id() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | lower_cs_derived.cpp | 94 add_system_value( int slot, const glsl_type *type, const char *name) add_system_value() argument
|
| /third_party/node/src/ |
| H A D | node_process_object.cc | 117 auto* slot = &versions_array[0]; in CreateProcessObject() local
|