Searched refs:IsNative (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_conflict_data_impl.h | 37 bool IsNative(ValueType type) const override;
|
H A D | kv_store_nb_conflict_data_impl.cpp | 56 bool KvStoreNbConflictDataImpl::IsNative(ValueType type) const in IsNative() function in DistributedDB::KvStoreNbConflictDataImpl
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_nb_conflict_data.h | 46 DB_API virtual bool IsNative(ValueType type) const = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_register_conflict_test.cpp | 123 … data.IsDeleted(NEW_VALUE_TYPE), data.IsNative(OLD_VALUE_TYPE), data.IsNative(NEW_VALUE_TYPE)); in NotifierCallback() 125 … data.IsDeleted(NEW_VALUE_TYPE), data.IsNative(OLD_VALUE_TYPE), data.IsNative(NEW_VALUE_TYPE), in NotifierCallback()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_transaction_test.cpp | 117 … data.IsDeleted(NEW_VALUE_TYPE), data.IsNative(OLD_VALUE_TYPE), data.IsNative(NEW_VALUE_TYPE)); in NotifierCallback() 119 … data.IsDeleted(NEW_VALUE_TYPE), data.IsNative(OLD_VALUE_TYPE), data.IsNative(NEW_VALUE_TYPE), in NotifierCallback()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_nb_test_tools.cpp | 502 data.IsNative(KvStoreNbConflictData::ValueType::OLD_VALUE), in NotifyCallBack() 503 data.IsNative(KvStoreNbConflictData::ValueType::NEW_VALUE)}); in NotifyCallBack()
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 136 if (funcValue->IsNative(vm)) { in FunctionSetContainerId()
|