Home
last modified time | relevance | path

Searched refs:ModifyKey (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_modify_key_test.cpp65 static int32_t ModifyKey(struct HksBlob *keyAlias) in ModifyKey() function
162 ret = ModifyKey(&keyAlias);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dintercepted_data.h38 DB_API virtual DBStatus ModifyKey(size_t index, const Key &newKey) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.h37 DBStatus ModifyKey(size_t index, const Key &newKey) override;
H A Dintercepted_data_impl.cpp106 DBStatus InterceptedDataImpl::ModifyKey(size_t index, const Key &newKey) in ModifyKey() function in DistributedDB::InterceptedDataImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
H A Dnbdelegate_fuzzer.cpp138 errCode = data.ModifyKey(i, newKey); in FuzzSetInterceptorTest()
152 errCode = data.ModifyKey(i, newKey); in FuzzSetInterceptorTest()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp721 errCode = data.ModifyKey(i, newKey); in SetDBPushDataInterceptor()
759 errCode = data.ModifyKey(i, newKey); in SetDBReceiveDataInterceptor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1991 errCode = data.ModifyKey(i, newKey); in __anonb4f3bed91702()
2038 int errCode = data.ModifyKey(i, newKey); in __anonb4f3bed91802()
2085 int errCode = data.ModifyKey(i, newKey); in __anonb4f3bed91902()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_test.cpp1496 errCode = data.ModifyKey(i, newKey); in __anonf9df31ef0502()