Searched refs:IsBoundAsset (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_snapshot_test.cpp | 92 ASSERT_EQ(snapshot->IsBoundAsset(asset), false); 108 ASSERT_EQ(snapshot->IsBoundAsset(asset_), true); 131 ASSERT_EQ(snapshot->IsBoundAsset(asset), false); 147 ASSERT_EQ(snapshot->IsBoundAsset(asset_), true); 170 ASSERT_EQ(snapshot->IsBoundAsset(asset), false); 186 ASSERT_EQ(snapshot->IsBoundAsset(asset_), true); 209 ASSERT_EQ(snapshot->IsBoundAsset(asset), false); 225 ASSERT_EQ(snapshot->IsBoundAsset(asset_), true); 248 ASSERT_EQ(snapshot->IsBoundAsset(asset), false); 264 ASSERT_EQ(snapshot->IsBoundAsset(asset_), true); [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_snapshot.cpp | 28 if (!IsBoundAsset(asset)) { in Upload() 34 bool ObjectSnapshot::IsBoundAsset(const Asset& asset) in IsBoundAsset() function in OHOS::DistributedObject::ObjectSnapshot 45 if (!IsBoundAsset(asset)) { in Download() 53 if (!IsBoundAsset(asset)) { in GetAssetStatus() 61 if (!IsBoundAsset(asset)) { in Uploaded() 69 if (!IsBoundAsset(asset)) { in Downloaded() 77 if (!IsBoundAsset(asset)) { in OnDataChanged() 87 if (IsBoundAsset(asset)) { in BindAsset() 97 if (!IsBoundAsset(asset)) { in Transferred()
|
H A D | object_snapshot.h | 39 bool IsBoundAsset(const Asset& asset) override;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/snapshot/ |
H A D | snapshot.cpp | 57 bool Snapshot::IsBoundAsset(const Asset& asset) in IsBoundAsset() function in OHOS::DistributedData::Snapshot
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/ |
H A D | snapshot.h | 45 virtual bool IsBoundAsset(const Asset& asset) = 0;
|