Home
last modified time | relevance | path

Searched refs:GetItems (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dsystem_defined_form.h42 UDDetails GetItems();
H A Dsystem_defined_appitem.h44 UDDetails GetItems();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp142 for (const auto& item : renderList_.GetItems()) { in HandleItemStateAndEffect()
179 for (const auto& item : renderList_.GetItems()) { in MarkAllItemBlur()
H A Dlist_layout_manager.cpp157 auto items = renderList_.GetItems(); in RefreshLayout()
234 auto iter = renderList_.GetItems().begin(); in CheckNeedAnimation()
235 while (iter != renderList_.GetItems().end()) { in CheckNeedAnimation()
492 for (const auto& item : renderList_.GetItems()) { in ShowItemFocusAnimation()
H A Dgrid_layout_manager.cpp228 auto items = renderList_.GetItems(); in RefreshLayout()
480 for (const auto& item : renderList_.GetItems()) { in ShowItemFocusAnimation()
H A Drender_list.h251 const std::map<int32_t, RefPtr<RenderNode>>& GetItems() const in GetItems() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp223 auto items = ilocBox_->GetItems(); in GetGridLength()
248 auto items = ilocBox_->GetItems(); in GetItemData()
837 const std::vector<HeifIlocBox::Item>& items = ilocBox_->GetItems(); in CheckExtentData()
931 auto items = ilocBox_->GetItems(); in GetConstructMethod()
966 auto items = ilocBox_->GetItems(); in SetTiffOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drosen_render_list_item_group.cpp68 for (const auto& child : GetItems()) { in PaintDivider()
H A Drender_list_item_group.h155 const std::list<RefPtr<RenderListItem>>& GetItems() const in GetItems() function
H A Drender_list_item_group.cpp508 for (const auto& child : GetItems()) { in Paint()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dobject_storage_engine.h62 …virtual uint32_t GetItems(const std::string &key, std::map<std::string, std::vector<uint8_t>> &dat…
H A Dflat_object_storage_engine.h40 …uint32_t GetItems(const std::string &key, std::map<std::string, std::vector<uint8_t>> &data) overr…
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_data_box.h51 const std::vector<Item> &GetItems() const { return items_; } in GetItems() function
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_form.cpp144 UDDetails SystemDefinedForm::GetItems() in GetItems() function in OHOS::UDMF::SystemDefinedForm
H A Dsystem_defined_appitem.cpp156 UDDetails SystemDefinedAppItem::GetItems() in GetItems() function in OHOS::UDMF::SystemDefinedAppItem
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dsystem_defined_appitem_test.cpp184 UDDetails items = valueType.GetItems();
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_store.cpp204 uint32_t status = storageEngine_->GetItems(sessionId, objectData); in Save()
254 storageEngine_->GetItems(sessionId, allData); in FilterData()
H A Dflat_object_storage_engine.cpp411 uint32_t FlatObjectStorageEngine::GetItems(const std::string &key, std::map<std::string, std::vecto… in GetItems() function in OHOS::ObjectStore::FlatObjectStorageEngine
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.cpp457 const auto& items = builder_->GetItems(childList); in LoadChildren()
H A Dlazy_for_each_builder.h152 …std::map<int32_t, LazyForEachChild>& GetItems(std::list<std::pair<std::string, RefPtr<UINode>>>& c… in GetItems() function
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp1614 uint32_t ret = storageEngine->GetItems(sessionId, data);
1617 ret = storageEngine->GetItems("", data);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp917 for (const auto &itemPair : listBase->GetItems()) { in GetFixPositionOnWatch()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp656 kvRecord->SetSystemDefinedContent(form->GetItems()); in Form2PasteRecord()