Home
last modified time | relevance | path

Searched refs:NEW_VALUE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_nb_conflict_data.h33 NEW_VALUE, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp498 data.GetValue(KvStoreNbConflictData::ValueType::NEW_VALUE, newValue); in NotifyCallBack()
501 data.IsDeleted(KvStoreNbConflictData::ValueType::NEW_VALUE), in NotifyCallBack()
503 data.IsNative(KvStoreNbConflictData::ValueType::NEW_VALUE)}); in NotifyCallBack()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp65 constexpr float NEW_VALUE = 70.0f; variable
202 model.SetValue(NEW_VALUE); in __anon035cb6070202()
217 EXPECT_EQ(paintProperty_->GetValueValue(), NEW_VALUE);
1931 gauge.SetValue(nodePtr, NEW_VALUE);
1943 EXPECT_EQ(paintProperty_->GetValueValue(), NEW_VALUE);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_register_conflict_test.cpp52 const auto NEW_VALUE_TYPE = KvStoreNbConflictData::ValueType::NEW_VALUE;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_transaction_test.cpp34 const auto NEW_VALUE_TYPE = KvStoreNbConflictData::ValueType::NEW_VALUE;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_auto_launch_test.cpp618 data.GetValue(KvStoreNbConflictData::ValueType::NEW_VALUE, newValue); in ConflictNotifierCallback()