Home
last modified time | relevance | path

Searched refs:CreateRecoverKey (Results 1 - 25 of 39) sorted by relevance

12

/foundation/filemanagement/storage_service/services/storage_manager/include/crypto/
H A Dfilesystem_crypto.h52 int32_t CreateRecoverKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Drecover_manager.h73 int CreateRecoverKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dsdc.cpp292 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 Dstorage_daemon_client.h70 static int32_t CreateRecoverKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dkey_manager_mock.cpp95 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 Dfilesystem_crypto.cpp227 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 Dstorage_daemon_stub_mock.h67 MOCK_METHOD4(CreateRecoverKey, int32_t (uint32_t, uint32_t, const std::vector<uint8_t> &,
H A Dstorage_daemon_service_mock.h184 virtual int32_t CreateRecoverKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp425 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 Dfilesystem_crypto_test.cpp296 * @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 Dstorage_daemon_proxy_mock.h69 virtual int32_t CreateRecoverKey(uint32_t userId,
H A Dstorage_manager_proxy_mock.h87 int32_t CreateRecoverKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/
H A Dstorage_daemon_communication.h71 int32_t CreateRecoverKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h82 MOCK_METHOD4(CreateRecoverKey, int32_t(uint32_t, uint32_t, const std::vector<uint8_t> &,
H A Dstorage_manager_service_mock.h266 virtual int32_t CreateRecoverKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_proxy.h69 virtual int32_t CreateRecoverKey(uint32_t userId,
H A Distorage_daemon.h76 virtual int32_t CreateRecoverKey(uint32_t userId,
H A Dstorage_daemon.h80 virtual int32_t CreateRecoverKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp160 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 Dstorage_manager.cpp538 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 Dstorage_daemon_communication.cpp565 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 Dmock_storage_manager_service.h267 virtual int32_t CreateRecoverKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h101 int32_t CreateRecoverKey(uint32_t userId,
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxymock.h252 int32_t CreateRecoverKey(uint32_t userId,
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dstorage_manager_proxy.h91 int32_t CreateRecoverKey(uint32_t userId,

Completed in 14 milliseconds

12