/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | asset_migration.cpp | 83 void MigrateAnimation(IEntityCollection& collection) in MigrateAnimation() argument
|
H A D | ecs_asset_manager.cpp | 210 auto collection = cacheCollections_.find(cacheId); in GetCachedCollection() local [all...] |
H A D | entity_collection.cpp | 368 IEntityCollection& EntityCollection::AddSubCollectionClone(IEntityCollection& collection, string_view uri) in AddSubCollectionClone() argument [all...] |
H A D | ecs_serializer.cpp | 320 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 D | asset_migration.cpp | 83 void MigrateAnimation(IEntityCollection& collection) in MigrateAnimation() argument
|
H A D | entity_collection.cpp | 346 auto collection = EntityCollection::Ptr { new EntityCollection(ecs_, uri, contextUri) }; in AddSubCollection() local 359 IEntityCollection& EntityCollection::AddSubCollectionClone(IEntityCollection& collection, string_vie argument [all...] |
H A D | asset_manager.cpp | 177 auto collection = cacheCollections_.find(cacheId); in GetCachedCollection() local [all...] |
H A D | ecs_serializer.cpp | 375 auto* collection = ec.GetSubCollection(i); EntityToJson() local 576 auto* collection = ec.GetSubCollection(i); WriteEntityCollection() local [all...] |
H A D | scene_holder.cpp | 901 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 D | testing_typography_create.h | 40 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 D | typography_create.cpp | 26 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 D | document_store.cpp | 142 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 D | native_node_extented.cpp | 523 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 D | sqlite_connection.cpp | 96 std::map<std::string, Connection::Info> collection; in Collect() local
|