/foundation/filemanagement/storage_service/services/storage_manager/include/crypto/ |
H A D | filesystem_crypto.h | 52 int32_t CreateRecoverKey(uint32_t userId,
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | recover_manager.h | 73 int CreateRecoverKey(uint32_t userId,
|
/foundation/filemanagement/storage_service/services/storage_daemon/ |
H A D | sdc.cpp | 292 static int32_t CreateRecoverKey(const std::vector<std::string> &args) in CreateRecoverKey() function 309 return OHOS::StorageDaemon::StorageDaemonClient::CreateRecoverKey(userId, userType, {}, {}); in CreateRecoverKey() 371 {"create_recover_key", CreateRecoverKey},
|
/foundation/filemanagement/storage_service/services/storage_daemon/client/include/ |
H A D | storage_daemon_client.h | 70 static int32_t CreateRecoverKey(uint32_t userId,
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/ |
H A D | key_manager_mock.cpp | 95 int32_t KeyManager::CreateRecoverKey(uint32_t userId, uint32_t userType, const std::vector<uint8_t> &token, in CreateRecoverKey() function in OHOS::StorageDaemon::KeyManager
|
/foundation/filemanagement/storage_service/services/storage_manager/crypto/ |
H A D | filesystem_crypto.cpp | 227 int32_t FileSystemCrypto::CreateRecoverKey(uint32_t userId, in CreateRecoverKey() function in OHOS::StorageManager::FileSystemCrypto 240 return sdCommunication->CreateRecoverKey(userId, userType, token, secret); in CreateRecoverKey()
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_stub_mock.h | 67 MOCK_METHOD4(CreateRecoverKey, int32_t (uint32_t, uint32_t, const std::vector<uint8_t> &,
|
H A D | storage_daemon_service_mock.h | 184 virtual int32_t CreateRecoverKey(uint32_t userId,
|
/foundation/filemanagement/storage_service/services/storage_daemon/client/ |
H A D | storage_daemon_client.cpp | 425 int32_t StorageDaemonClient::CreateRecoverKey(uint32_t userId, in CreateRecoverKey() function in OHOS::StorageDaemon::StorageDaemonClient 441 return client->CreateRecoverKey(userId, userType, token, secret); in CreateRecoverKey()
|
/foundation/filemanagement/storage_service/services/storage_manager/crypto/test/ |
H A D | filesystem_crypto_test.cpp | 296 * @tc.desc: Test function of CreateRecoverKey interface for SUCCESS. 310 int32_t ret = fileSystemCrypto_->CreateRecoverKey(userId, userType, {}, {}); in HWTEST_F() 314 ret = fileSystemCrypto_->CreateRecoverKey(userId, userType, {}, {}); in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_manager/include/mock/ |
H A D | storage_daemon_proxy_mock.h | 69 virtual int32_t CreateRecoverKey(uint32_t userId,
|
H A D | storage_manager_proxy_mock.h | 87 int32_t CreateRecoverKey(uint32_t userId,
|
/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/ |
H A D | storage_daemon_communication.h | 71 int32_t CreateRecoverKey(uint32_t userId,
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_stub_mock.h | 82 MOCK_METHOD4(CreateRecoverKey, int32_t(uint32_t, uint32_t, const std::vector<uint8_t> &,
|
H A D | storage_manager_service_mock.h | 266 virtual int32_t CreateRecoverKey(uint32_t userId,
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/ |
H A D | storage_daemon_proxy.h | 69 virtual int32_t CreateRecoverKey(uint32_t userId,
|
H A D | istorage_daemon.h | 76 virtual int32_t CreateRecoverKey(uint32_t userId,
|
H A D | storage_daemon.h | 80 virtual int32_t CreateRecoverKey(uint32_t userId,
|
/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_daemon_proxy_mock.cpp | 160 int32_t StorageDaemonProxy::CreateRecoverKey(uint32_t userId, in CreateRecoverKey() function in OHOS::StorageDaemon::StorageDaemonProxy
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager.cpp | 538 int32_t StorageManager::CreateRecoverKey(uint32_t userId, in CreateRecoverKey() function in OHOS::StorageManager::StorageManager 544 LOGI("CreateRecoverKey enter"); in CreateRecoverKey() 547 return fsCrypto->CreateRecoverKey(userId, userType, token, secret); in CreateRecoverKey()
|
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/ |
H A D | storage_daemon_communication.cpp | 565 int32_t StorageDaemonCommunication::CreateRecoverKey(uint32_t userId, in CreateRecoverKey() function in OHOS::StorageManager::StorageDaemonCommunication 580 return storageDaemon_->CreateRecoverKey(userId, userType, token, secret); in CreateRecoverKey()
|
/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/ |
H A D | mock_storage_manager_service.h | 267 virtual int32_t CreateRecoverKey(uint32_t userId,
|
/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/ |
H A D | storage_manager.h | 101 int32_t CreateRecoverKey(uint32_t userId,
|
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/ |
H A D | storagemanagerproxymock.h | 252 int32_t CreateRecoverKey(uint32_t userId,
|
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | storage_manager_proxy.h | 91 int32_t CreateRecoverKey(uint32_t userId,
|