Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h63 struct Asset { struct
64 enum Status : int32_t {
76 uint32_t version = 0;
79 std::string id;
80 std::string name;
81 std::string uri;
82 std::string createTime;
83 std::string modifyTime;
84 std::string size;
85 std::string hash;
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h62 struct Asset { struct
72 uint32_t flag = static_cast<uint32_t>(AssetOpType::NO_CHANGE); argument
73 uint32_t status = static_cast<uint32_t>(AssetStatus::NORMAL); argument
75 bool operator==(const Asset& asset) const argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h36 struct Asset { struct
47 Asset* head; argument
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dcloud_info.h29 struct Asset { struct
38 Asset asset; argument
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dvalue_object.h43 using Asset = AssetValue; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dcommon_types_utils.h21 using Asset = OHOS::CommonType::Asset; variable
H A Dvalue_proxy.h50 Asset(Asset &&proxy) noexcept in Asset() function
54 Asset(const Asset &proxy) in Asset() function
H A Dvalue_proxy.cpp180 ValueProxy::Asset::Asset(DistributedData::Asset asset) in Asset() function in OHOS::DistributedData::ValueProxy::Asset
185 ValueProxy::Asset::Asset(NativeRdb::AssetValue asset) in Asset() function in OHOS::DistributedData::ValueProxy::Asset
200 ValueProxy::Asset::Asset(CommonType::AssetValue asset) in Asset() function in OHOS::DistributedData::ValueProxy::Asset
215 ValueProxy::Asset::Asset(DistributedDB::Asset asset) in Asset() function in OHOS::DistributedData::ValueProxy::Asset
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dobject_types_util.h24 using Asset = OHOS::ObjectStore::Asset; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_js_utils.h24 using Asset = OHOS::NativeRdb::AssetValue; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_asset_loader.h29 using Asset = DistributedDB::Asset; variable
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-commonType.md30 ## Asset section
H A Djs-apis-data-sendableRelationalStore.md225 ## Asset section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-commonType.md30 ## Asset section
H A Djs-apis-data-sendableRelationalStore.md225 ## Asset section
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Djs_cloud_utils.h33 using Asset = OHOS::CommonType::AssetValue; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.h28 using Asset = OHOS::NativeRdb::AssetValue; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/
H A Dcloud_types_util.h29 using Asset = OHOS::NativeRdb::AssetValue; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h35 using Asset = NativeRdb::AssetValue; variable
H A Dsqlite_statement.h64 using Asset = ValueObject::Asset; variable
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Dobject_types.h32 using Asset = CommonType::AssetValue; variable
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_remove.cpp35 namespace Asset { namespace
H A Dasset_napi_add.cpp35 namespace Asset { namespace
H A Dasset_napi_post_query.cpp35 namespace Asset { namespace
H A Dasset_napi_pre_query.cpp35 namespace Asset { namespace

12