Home
last modified time | relevance | path

Searched defs:Assets (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Ddata.h33 struct Assets { in CORE3D_BEGIN_NAMESPACE() struct
38 BASE_NS::string filepath; in CORE3D_BEGIN_NAMESPACE()
39 BASE_NS::string defaultResources; in CORE3D_BEGIN_NAMESPACE()
40 int32_t defaultResourcesOffset = -1; in CORE3D_BEGIN_NAMESPACE()
44 BASE_NS::unique_ptr<GLTF2::Material> defaultMaterial; in CORE3D_BEGIN_NAMESPACE()
45 BASE_NS::unique_ptr<GLTF2::Sampler> defaultSampler; in CORE3D_BEGIN_NAMESPACE()
51 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::Mesh>> meshes; in CORE3D_BEGIN_NAMESPACE()
57 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::Node>> nodes; in CORE3D_BEGIN_NAMESPACE()
60 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::Skin>> skins; in CORE3D_BEGIN_NAMESPACE()
72 struct Thumbnail { in CORE3D_BEGIN_NAMESPACE()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dvalue_object.h44 using Assets = std::vector<Asset>; variable
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-commonType.md46 ## Assets section
H A Djs-apis-data-sendableRelationalStore.md242 ## Assets section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-commonType.md46 ## Assets section
H A Djs-apis-data-sendableRelationalStore.md242 ## Assets section
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud_data_translate.h25 using Assets = DistributedDB::Assets; variable
H A Drdb_cloud_data_translate.cpp23 using Assets = DistributedDB::Assets; typedef
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.h88 Assets(Assets &&proxy) noexcept in Assets() function
92 Assets(const Assets &proxy) in Assets() function
H A Dvalue_proxy.cpp356 ValueProxy::Assets::Assets(DistributedData::Assets assets) in Assets() function in OHOS::DistributedData::ValueProxy::Assets
365 ValueProxy::Assets::Assets(NativeRdb::ValueObject::Assets assets) in Assets() function in OHOS::DistributedData::ValueProxy::Assets
374 ValueProxy::Assets::Assets(CommonType::Assets assets) in Assets() function in OHOS::DistributedData::ValueProxy::Assets
383 ValueProxy::Assets::Assets(DistributedDB::Assets assets) in Assets() function in OHOS::DistributedData::ValueProxy::Assets
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h46 struct Assets { struct
68 Assets assets; argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Draw_data_parser.h26 using Assets = ValueObject::Assets; variable
H A Dsqlite_statement.h65 using Assets = ValueObject::Assets; variable
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Dobject_types.h35 using Assets = std::vector<Asset>; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/common_type/include/
H A Dcommon_types.h49 using Assets = std::vector<AssetValue>; variable
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dcommon_types.h49 using Assets = std::vector<AssetValue>; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/cloud/
H A Dasset_operation_utils.cpp132 …setOperationUtils::AssetOpType AssetOperationUtils::DefaultOperation(const Asset &, const Assets &) in DefaultOperation()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dtypes.rs49 Assets(Vec<ipc_conn::CloudAsset>), enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h118 using Assets = std::vector<Asset>; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h88 using Assets = std::vector<Asset>; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Dcache_result_set_test.cpp29 using Assets = ValueObject::Assets; typedef
H A Drdb_sqlite_shared_result_set_test.cpp31 using Assets = ValueObject::Assets; typedef
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp586 std::function<void(Assets &, Assets &, in FillAssetFromVBucketFinish()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs163 Assets(CloudAssets), enumerator
351 Assets, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_result_set.cpp38 using Assets = std::vector<Asset>; typedef