Home
last modified time | relevance | path

Searched refs:STATUS_ABNORMAL (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/common_type/include/
H A Dcommon_types.h30 STATUS_ABNORMAL, enumerator
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dcommon_types.h30 STATUS_ABNORMAL, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dasset_value.h27 STATUS_ABNORMAL, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_common_type_init.cpp41 SetNamedProperty(env, assetStatus, "ASSET_ABNORMAL", AssetValue::STATUS_ABNORMAL); in ExportAssetStatus()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dvalue_proxy_test.cpp269 EXPECT_EQ(result, DistributedData::Asset::STATUS_ABNORMAL);
302 status = static_cast<uint32_t>(DistributedData::Asset::STATUS_ABNORMAL);
342 EXPECT_EQ(result, DistributedData::Asset::STATUS_ABNORMAL);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.cpp308 lowStatus = DistributedData::Asset::STATUS_ABNORMAL; in ConvertToDataStatus()
335 case DistributedData::Asset::STATUS_ABNORMAL: in ConvertToDBStatus()
573 lowStatus = static_cast<uint32_t>(DistributedData::Asset::STATUS_ABNORMAL); in ConvertToDataStatus()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h70 STATUS_ABNORMAL, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_const_properties.cpp168 … SET_NAPI_PROPERTY(assetStatus, "ASSET_ABNORMAL", int32_t(NativeRdb::AssetValue::STATUS_ABNORMAL)); in ExportAssetStatus()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Draw_data_parser.cpp293 asset_.status = AssetValue::STATUS_ABNORMAL; in Unmarshal()
H A Dsqlite_connection.cpp1114 case Status::STATUS_ABNORMAL: // fallthrough in MergeAsset()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp494 case DBAssetStatus::STATUS_ABNORMAL: in ConvertAssetStatus()