/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | system_defined_form.h | 42 UDDetails GetItems();
|
H A D | system_defined_appitem.h | 44 UDDetails GetItems();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_watch_layout_manager.cpp | 142 for (const auto& item : renderList_.GetItems()) { in HandleItemStateAndEffect() 179 for (const auto& item : renderList_.GetItems()) { in MarkAllItemBlur()
|
H A D | list_layout_manager.cpp | 157 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 D | grid_layout_manager.cpp | 228 auto items = renderList_.GetItems(); in RefreshLayout() 480 for (const auto& item : renderList_.GetItems()) { in ShowItemFocusAnimation()
|
H A D | render_list.h | 251 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 D | heif_parser.cpp | 223 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 D | rosen_render_list_item_group.cpp | 68 for (const auto& child : GetItems()) { in PaintDivider()
|
H A D | render_list_item_group.h | 155 const std::list<RefPtr<RenderListItem>>& GetItems() const in GetItems() function
|
H A D | render_list_item_group.cpp | 508 for (const auto& child : GetItems()) { in Paint()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/ |
H A D | object_storage_engine.h | 62 …virtual uint32_t GetItems(const std::string &key, std::map<std::string, std::vector<uint8_t>> &dat…
|
H A D | flat_object_storage_engine.h | 40 …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 D | item_data_box.h | 51 const std::vector<Item> &GetItems() const { return items_; } in GetItems() function
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_form.cpp | 144 UDDetails SystemDefinedForm::GetItems() in GetItems() function in OHOS::UDMF::SystemDefinedForm
|
H A D | system_defined_appitem.cpp | 156 UDDetails SystemDefinedAppItem::GetItems() in GetItems() function in OHOS::UDMF::SystemDefinedAppItem
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | system_defined_appitem_test.cpp | 184 UDDetails items = valueType.GetItems();
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | flat_object_store.cpp | 204 uint32_t status = storageEngine_->GetItems(sessionId, objectData); in Save() 254 storageEngine_->GetItems(sessionId, allData); in FilterData()
|
H A D | flat_object_storage_engine.cpp | 411 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 D | lazy_for_each_node.cpp | 457 const auto& items = builder_->GetItems(childList); in LoadChildren()
|
H A D | lazy_for_each_builder.h | 152 …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 D | object_store_test.cpp | 1614 uint32_t ret = storageEngine->GetItems(sessionId, data); 1617 ret = storageEngine->GetItems("", data);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_multi_child_scroll.cpp | 917 for (const auto &itemPair : listBase->GetItems()) { in GetFixPositionOnWatch()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_utils.cpp | 656 kvRecord->SetSystemDefinedContent(form->GetItems()); in Form2PasteRecord()
|