Home
last modified time | relevance | path

Searched defs:slot (Results 76 – 100 of 174) sorted by relevance

1234567

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dwheel.rs143 slot: usize, field
348 let slot = ((duration >> (self.level * LEVELS_NUM)) % SLOTS_NUM as u64) as usize; in insert() localVariable
359 let slot = ((duration >> (self.level * LEVELS_NUM)) % SLOTS_NUM as u64) as usize; in cancel() localVariable
376 let slot = self.next_occupied_slot(now)?; in next_expiration() localVariable
411 let slot = (zeros as u64 + now_slot) % SLOTS_NUM as u64; in next_occupied_slot() localVariable
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
H A Daddnotificationslot_fuzzer.cpp34 Notification::NotificationSlot slot; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslab.rs203 let slot = slots.slots.as_ptr().add(slot_idx); in for_each() localVariable
223 let slot = self.pages[page_idx] in get() localVariable
306 fn slot(&self, addr: Address) -> usize { in slot() method
340 let slot = &locked.slots[idx]; in allocate() localVariable
411 let slot = slot as usize; in index_for() localVariable
430 let slot = self as *const Slot<T>; in gen_ref() localVariable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_swiper.cpp43 void DOMSwiper::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_grid_row.cpp37 void DomGridRow::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_navigation_menu.cpp38 void DOMNavigationMenu::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_tabs.cpp104 void DOMTabs::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_refresh.cpp97 void DOMRefresh::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_span.cpp84 void DOMSpan::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_form.cpp26 void DOMForm::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_stack.cpp26 void DOMStack::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_list_item.cpp238 void DOMListItem::AddListItem(const RefPtr<DOMNode>& node, int32_t slot) in AddListItem()
256 void DOMListItem::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_text.cpp95 void DOMText::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_tab_content.cpp40 void DOMTabContent::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface_delegator.cpp39 GSError ConsumerSurfaceDelegator::ReleaseBuffer(int slot, int releaseFenceFd) in ReleaseBuffer()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_delegator_test.cpp110 int slot = 0; variable
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp42 sptr<Notification::NotificationSlot> slot = new Notification::NotificationSlot(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_node.cpp59 void TitleBarNode::FastPreviewUpdateChild(int32_t slot, const RefPtr<UINode>& newChild) in FastPreviewUpdateChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group_element.cpp81 int32_t slot = 0; in UpdateChildrenForDeclarative() local
H A Delement.h165 void SetSlot(int32_t slot) in SetSlot()
175 void SetRenderSlot(int32_t slot) in SetRenderSlot()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_content.cpp34 void RSRenderContent::DrawPropertyDrawable(RSPropertyDrawableSlot slot, RSPaintFilterCanvas& canvas… in DrawPropertyDrawable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dswiper_composed_element.cpp302 void SwiperComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot()
313 void SwiperComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in UpdateChildWithSlot()
333 void SwiperComposedElement::DeleteChildWithSlot(int32_t slot) in DeleteChildWithSlot()
H A Dlist_item_composed_element.cpp120 void ListItemComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& newCompone… in UpdateChildWithSlot()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_sorting.cpp40 void NotificationSorting::SetSlot(const sptr<NotificationSlot> &slot) in SetSlot()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp429 …tionNapi::GetNotificationSlot(const napi_env &env, const napi_value &value, NotificationSlot &slot) in GetNotificationSlot()
486 const napi_env &env, const napi_value &value, NotificationSlot &slot) in GetNotificationSlotByString()
533 const napi_env &env, const napi_value &value, NotificationSlot &slot) in GetNotificationSlotByBool()
589 const napi_env &env, const napi_value &value, NotificationSlot &slot) in GetNotificationSlotByNumber()
650 const napi_env &env, const napi_value &value, NotificationSlot &slot) in GetNotificationSlotByVibration()

1234567