/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/ |
H A D | base_key_mock.h | 33 virtual bool UpdateKey(const std::string &keypath) = 0; 52 MOCK_METHOD1(UpdateKey, bool(const std::string &keypath));
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | base_key_mock.cpp | 64 bool BaseKey::UpdateKey(const std::string &keypath, bool needSyncCandidate) in UpdateKey() function in BaseKey 69 return IBaseKeyMoc::baseKeyMoc->UpdateKey(keypath); in UpdateKey()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/ |
H A D | crypto_key_test.cpp | 230 EXPECT_FALSE(g_testKeyV1BadDir.UpdateKey()); 276 EXPECT_TRUE(g_testKeyV2->UpdateKey()); 317 g_testKeyV1->UpdateKey(); 326 EXPECT_TRUE(g_testKeyV1->UpdateKey()); 483 EXPECT_TRUE(g_testKeyV2->UpdateKey()); 681 g_testKeyV1->UpdateKey(); 709 EXPECT_TRUE(g_testKeyV1->UpdateKey()); 797 EXPECT_FALSE(g_testKeyV1->UpdateKey()); 801 EXPECT_FALSE(g_testKeyV1->UpdateKey()); 819 EXPECT_FALSE(g_testKeyV1->UpdateKey()); [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_ecs_animation.h | 67 …virtual void UpdateKey(IEcsTrackAnimation::Ptr track, uint32_t oldKeyIndex, uint32_t newKeyIndex, …
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | base_key.cpp | 357 bool BaseKey::UpdateKey(const std::string &keypath, bool needSyncCandidate) in StoreKey() function in OHOS::StorageDaemon::BaseKey 492 UpdateKey("", needSyncCandidate); in StoreKey() 512 UpdateKey(it, needSyncCandidate); in StoreKey() 553 if (!UpdateKey()) { in StoreKey() 721 if (!UpdateKey()) { in StoreKey()
|
H A D | fscrypt_key_v1.cpp | 239 UpdateKey("", needSyncCandidate); in DoDecryptClassE() 259 UpdateKey(it, needSyncCandidate); in DoDecryptClassE()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store_connection.h | 99 int UpdateKey(const UpdateKeyCallback &callback) override;
|
H A D | rd_single_ver_storage_executor.h | 197 int UpdateKey(const UpdateKeyCallback &callback);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_kvdb_connection.h | 82 int UpdateKey(const UpdateKeyCallback &callback) override;
|
H A D | generic_kvdb_connection.cpp | 364 int GenericKvDBConnection::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey() function in DistributedDB::GenericKvDBConnection
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | ikvdb_connection.h | 139 virtual int UpdateKey(const UpdateKeyCallback &callback) = 0;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | upgrade.cpp | 113 auto dbStatus = kvStore->UpdateKey([uuid](const DBKey &originKey, DBKey &newKey) { in UpdateUuid()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | kv_store_nb_delegate_mock.h | 93 DBStatus UpdateKey(const UpdateKeyCallback &callback);
|
H A D | kv_store_nb_delegate_mock.cpp | 248 DBStatus KvStoreNbDelegateMock::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey() function in DistributedDB::KvStoreNbDelegateMock
|
H A D | db_store_mock.h | 100 DBStatus UpdateKey(const UpdateKeyCallback &callback) override;
|
H A D | db_store_mock.cpp | 309 DBStatus DBStoreMock::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey() function in OHOS::DistributedData::DBStoreMock
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | base_key.h | 48 bool UpdateKey(const std::string &keypath = "", bool needSyncCandidate = true);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/ |
H A D | key_manager_test.cpp | 183 EXPECT_CALL(*baseKeyMock_, UpdateKey(_)).WillOnce(Return(true)); 484 EXPECT_CALL(*baseKeyMock_, UpdateKey(_)).WillOnce(Return(false)); 488 EXPECT_CALL(*baseKeyMock_, UpdateKey(_)).WillOnce(Return(true)); 684 EXPECT_CALL(*baseKeyMock_, UpdateKey(_)).WillOnce(Return(true)); 701 EXPECT_CALL(*baseKeyMock_, UpdateKey(_)).WillOnce(Return(true)); 728 EXPECT_CALL(*baseKeyMock_, UpdateKey(_)).WillOnce(Return(true)); 743 EXPECT_CALL(*baseKeyMock_, UpdateKey(_)).WillOnce(Return(true));
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 2674 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527440f02() 2720 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441002() 2741 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441102() 2785 EXPECT_EQ(g_kvNbDelegatePtr->UpdateKey(nullptr), INVALID_ARGS); 2786 DBStatus status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441202() 2790 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441302() 2794 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441402() 3144 EXPECT_EQ(kvStoreImpl->UpdateKey(nullptr), DB_ERROR);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_connection.h | 105 int UpdateKey(const UpdateKeyCallback &callback) override;
|
H A D | sqlite_single_ver_storage_executor.h | 188 int UpdateKey(const UpdateKeyCallback &callback);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_nb_delegate.h | 240 DB_API virtual DBStatus UpdateKey(const UpdateKeyCallback &callback) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.h | 160 DBStatus UpdateKey(const UpdateKeyCallback &callback) override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/ |
H A D | nbdelegate_fuzzer.cpp | 170 kvNbDelegatePtr->UpdateKey([](const Key &origin, Key &newKey) { in TestCRUD()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.h | 264 …void UpdateKey(IEcsTrackAnimation::Ptr track, uint32_t oldKeyIndex, uint32_t newKeyIndex, float ti…
|