Home
last modified time | relevance | path

Searched refs:LOCAL_ASSET_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h91 LOCAL_ASSET_NOT_FOUND, // file manager miss local assets enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp1705 … extend[CloudDbConstant::ERROR_FIELD] = static_cast<int64_t>(DBStatus::LOCAL_ASSET_NOT_FOUND); in __anon32d7e6602002()
1706 return DBStatus::LOCAL_ASSET_NOT_FOUND; in __anon32d7e6602002()
1753 … extend[CloudDbConstant::ERROR_FIELD] = static_cast<int64_t>(DBStatus::LOCAL_ASSET_NOT_FOUND); in __anon32d7e6602102()
1754 return DBStatus::LOCAL_ASSET_NOT_FOUND; in __anon32d7e6602102()
1793 … extend[CloudDbConstant::ERROR_FIELD] = static_cast<int64_t>(DBStatus::LOCAL_ASSET_NOT_FOUND); in __anon32d7e6602202()
1794 return DBStatus::LOCAL_ASSET_NOT_FOUND; in __anon32d7e6602202()
1831 … extend[CloudDbConstant::ERROR_FIELD] = static_cast<int64_t>(DBStatus::LOCAL_ASSET_NOT_FOUND); in __anon32d7e6602302()
1832 return DBStatus::LOCAL_ASSET_NOT_FOUND; in __anon32d7e6602302()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.cpp198 return DBStatus::LOCAL_ASSET_NOT_FOUND; in ConvertStatus()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp691 return status == static_cast<int64_t>(DBStatus::LOCAL_ASSET_NOT_FOUND); in IsRecordAssetsMissing()