/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
H A D | hisysevent_rust_manager.cpp | 50 if (querier == nullptr || querier->status != STATUS_NORMAL) { in HiSysEventQuery() 87 if (watcher == nullptr || watcher->status != STATUS_NORMAL) { in HiSysEventAddWatcher() 114 if (watcher == nullptr || watcher->status != STATUS_NORMAL) { in HiSysEventRemoveWatcher()
|
H A D | hisysevent_c_wrapper.cpp | 149 watcher->status = STATUS_NORMAL; in CreateRustEventWatcher() 171 querier->status = STATUS_NORMAL; in CreateRustEventQuerier()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | value_proxy_test.cpp | 286 EXPECT_EQ(result, DistributedData::Asset::STATUS_NORMAL); 298 uint32_t status = static_cast<uint32_t>(DistributedData::Asset::STATUS_NORMAL); 338 EXPECT_EQ(result, DistributedData::Asset::STATUS_NORMAL); 362 EXPECT_NE(result, DistributedData::Asset::STATUS_NORMAL);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/common_type/include/ |
H A D | common_types.h | 26 STATUS_NORMAL, enumerator
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/ |
H A D | common_types.h | 26 STATUS_NORMAL, enumerator
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | asset_value.h | 23 STATUS_NORMAL, enumerator
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/ |
H A D | hisysevent_c_wrapper.h | 31 #define STATUS_NORMAL 2 macro
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_common_type_init.cpp | 37 SetNamedProperty(env, assetStatus, "ASSET_NORMAL", AssetValue::STATUS_NORMAL); in ExportAssetStatus()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/ |
H A D | value_proxy.cpp | 321 lowStatus = DistributedData::Asset::STATUS_NORMAL; in ConvertToDataStatus() 332 case DistributedData::Asset::STATUS_NORMAL: in ConvertToDBStatus() 570 lowStatus = static_cast<uint32_t>(DistributedData::Asset::STATUS_NORMAL); in ConvertToDataStatus() 588 lowStatus = static_cast<uint32_t>(DistributedData::Asset::STATUS_NORMAL); in ConvertToDataStatus()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_value.h | 66 STATUS_NORMAL, enumerator
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/ |
H A D | hisysevent_c_wrapper_test.cpp | 211 ASSERT_EQ(querier->status, STATUS_NORMAL);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_const_properties.cpp | 164 SET_NAPI_PROPERTY(assetStatus, "ASSET_NORMAL", int32_t(NativeRdb::AssetValue::STATUS_NORMAL)); in ExportAssetStatus()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_machine.cpp | 333 asset.status = Asset::STATUS_NORMAL; in ChangeAssetToNormal()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | extension_util.cpp | 486 case DBAssetStatus::STATUS_NORMAL: in ConvertAssetStatus()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_connection.cpp | 1113 case Status::STATUS_NORMAL: // fallthrough in MergeAsset()
|