Home
last modified time | relevance | path

Searched defs:AssetBindInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Dobject_types.h24 struct AssetBindInfo { struct
25 std::string storeName;
26 std::string tableName;
27 CommonType::ValuesBucket primaryKey;
28 std::string field;
29 std::string assetName;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dmachine_status.h46 struct AssetBindInfo { struct
47 std::string storeName;
48 std::string tableName;
49 DistributedData::VBucket primaryKey;
50 std::string field;
51 std::string assetName;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_types_utils.h22 using AssetBindInfo = OHOS::ObjectStore::AssetBindInfo; variable
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dobject_types_util.h23 using AssetBindInfo = OHOS::ObjectStore::AssetBindInfo; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_asset_machine_test.cpp60 AssetBindInfo AssetBindInfo{ in SetUp() local
243 AssetBindInfo AssetBindInfo{ variable
H A Dobject_snapshot_test.cpp53 AssetBindInfo AssetBindInfo{ in SetUp() local
H A Dobject_manager_test.cpp83 OHOS::ObjectStore::AssetBindInfo AssetBindInfo{ in SetUp() local