Home
last modified time | relevance | path

Searched defs:collection (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Dasset_migration.cpp83 void MigrateAnimation(IEntityCollection& collection) in MigrateAnimation() argument
H A Decs_asset_manager.cpp210 auto collection = cacheCollections_.find(cacheId); in GetCachedCollection() local
[all...]
H A Dentity_collection.cpp368 IEntityCollection& EntityCollection::AddSubCollectionClone(IEntityCollection& collection, string_view uri) in AddSubCollectionClone() argument
[all...]
H A Decs_serializer.cpp320 auto* collection = ec.GetSubCollection(i); EntityToJson() local
514 auto* collection = ec.GetSubCollection(i); WriteEntityCollection() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_migration.cpp83 void MigrateAnimation(IEntityCollection& collection) in MigrateAnimation() argument
H A Dentity_collection.cpp346 auto collection = EntityCollection::Ptr { new EntityCollection(ecs_, uri, contextUri) }; in AddSubCollection() local
359 IEntityCollection& EntityCollection::AddSubCollectionClone(IEntityCollection& collection, string_vie argument
[all...]
H A Dasset_manager.cpp177 auto collection = cacheCollections_.find(cacheId); in GetCachedCollection() local
[all...]
H A Decs_serializer.cpp375 auto* collection = ec.GetSubCollection(i); EntityToJson() local
576 auto* collection = ec.GetSubCollection(i); WriteEntityCollection() local
[all...]
H A Dscene_holder.cpp901 void ExtractQueryResults(CORE_NS::ComponentQuery& query, SCENE_NS::IEntityCollection& collection, in ExtractQueryResults() argument
875 GetEntityId(const CORE_NS::Entity& entity, BASE_NS::string_view& entityName, SCENE_NS::IEntityCollection& collection, BASE_NS::string_view backupCollection, CORE3D_NS::INameComponentManager& nameComponentManager) GetEntityId() argument
[all...]
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography_create.h40 Create( const TestingTypographyStyle &style, std::shared_ptr<TestingFontCollection> collection) Create() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography_create.cpp26 Create(const TypographyStyle& style, std::shared_ptr<FontCollection> collection) Create() argument
33 TypographyCreate(const TypographyStyle& style, std::shared_ptr<OHOS::Rosen::FontCollection> collection) TypographyCreate() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp142 int UpdateArgsCheck(const std::string &collection, const std::string &filter, const std::string &update, uint32_t flags) in UpdateArgsCheck() argument
257 int DocumentStore::UpdateDocument(const std::string &collection, cons argument
284 UpsertArgsCheck(const std::string &collection, const std::string &filter, const std::string &document, uint32_t flags) UpsertArgsCheck() argument
445 UpsertDocument(const std::string &collection, const std::string &filter, const std::string &document, uint32_t flags) UpsertDocument() argument
483 InsertArgsCheck(const std::string &collection, const std::string &document, uint32_t flags) InsertArgsCheck() argument
502 InsertDataIntoDB(const std::string &collection, const std::string &document, JsonObject &documentObj, bool &isIdExist) InsertDataIntoDB() argument
520 InsertDocument(const std::string &collection, const std::string &document, uint32_t flags) InsertDocument() argument
539 DeleteArgsCheck(const std::string &collection, const std::string &filter, uint32_t flags) DeleteArgsCheck() argument
596 DeleteDocument(const std::string &collection, const std::string &filter, uint32_t flags) DeleteDocument() argument
712 FindArgsCheck(const std::string &collection, const std::string &filter, const std::string &projection, uint32_t flags) FindArgsCheck() argument
801 FindDocument(const std::string &collection, const std::string &filter, const std::string &projection, uint32_t flags, GRD_ResultSet *grdResultSet) FindDocument() argument
837 IsExistResultSet(const std::string &collection) IsExistResultSet() argument
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp523 OH_ArkUI_StyledString_Create( OH_Drawing_TypographyStyle* typoStyle, OH_Drawing_FontCollection* collection) OH_ArkUI_StyledString_Create() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp96 std::map<std::string, Connection::Info> collection; in Collect() local

Completed in 14 milliseconds