Home
last modified time | relevance | path

Searched refs:IsBoundAsset (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_snapshot.cpp28 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 Dobject_snapshot.h39 bool IsBoundAsset(const Asset& asset) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_snapshot_test.cpp94 ASSERT_EQ(snapshot->IsBoundAsset(asset), false); in HWTEST_F()
110 ASSERT_EQ(snapshot->IsBoundAsset(asset_), true); in HWTEST_F()
133 ASSERT_EQ(snapshot->IsBoundAsset(asset), false); in HWTEST_F()
149 ASSERT_EQ(snapshot->IsBoundAsset(asset_), true); in HWTEST_F()
172 ASSERT_EQ(snapshot->IsBoundAsset(asset), false); in HWTEST_F()
188 ASSERT_EQ(snapshot->IsBoundAsset(asset_), true); in HWTEST_F()
211 ASSERT_EQ(snapshot->IsBoundAsset(asset), false); in HWTEST_F()
227 ASSERT_EQ(snapshot->IsBoundAsset(asset_), true); in HWTEST_F()
250 ASSERT_EQ(snapshot->IsBoundAsset(asset), false); in HWTEST_F()
266 ASSERT_EQ(snapshot->IsBoundAsset(asset in HWTEST_F()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dsnapshot.h45 virtual bool IsBoundAsset(const Asset& asset) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/snapshot/
H A Dsnapshot.cpp57 bool Snapshot::IsBoundAsset(const Asset& asset) in IsBoundAsset() function in OHOS::DistributedData::Snapshot

Completed in 2 milliseconds