Home
last modified time | relevance | path

Searched refs:DeleteUserKeys (Results 1 - 25 of 46) sorted by relevance

12

/foundation/filemanagement/storage_service/services/storage_manager/client/test/
H A Dstorage_manager_client_test.cpp121 storageManagerClient_->DeleteUserKeys(userId); in HWTEST_F()
128 * @tc.desc: Test function of DeleteUserKeys interface for SUCCESS.
145 ret = storageManagerClient_->DeleteUserKeys(userId); in HWTEST_F()
200 storageManagerClient_->DeleteUserKeys(userId); in HWTEST_F()
230 storageManagerClient_->DeleteUserKeys(userId); in HWTEST_F()
251 storageManagerClient_->DeleteUserKeys(userId); in HWTEST_F()
261 storageManagerClient_->DeleteUserKeys(userId); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/crypto/test/
H A Dfilesystem_crypto_test.cpp51 fileSystemCrypto_->DeleteUserKeys(userId); in HWTEST_F()
80 * @tc.desc: Test function of DeleteUserKeys interface for SUCCESS.
96 fileSystemCrypto_->DeleteUserKeys(userId); in HWTEST_F()
104 * @tc.desc: Test function of DeleteUserKeys interface for Parameters ERROR which userId not in [101, 1099].
116 uint32_t ret = fileSystemCrypto_->DeleteUserKeys(userId); in HWTEST_F()
143 fileSystemCrypto_->DeleteUserKeys(userId); in HWTEST_F()
189 fileSystemCrypto_->DeleteUserKeys(userId); in HWTEST_F()
239 fileSystemCrypto_->DeleteUserKeys(userId); in HWTEST_F()
411 fileSystemCrypto_->DeleteUserKeys(userId); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H A Duser_manager_test.cpp182 KeyManager::GetInstance()->DeleteUserKeys(StorageTest::USER_ID5); in HWTEST_F()
230 KeyManager::GetInstance()->DeleteUserKeys(StorageTest::USER_ID3); in HWTEST_F()
274 KeyManager::GetInstance()->DeleteUserKeys(StorageTest::USER_ID4); in HWTEST_F()
320 KeyManager::GetInstance()->DeleteUserKeys(StorageTest::USER_ID4); in HWTEST_F()
347 KeyManager::GetInstance()->DeleteUserKeys(StorageTest::USER_ID3); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/client/
H A Dstorage_manager_client.cpp75 int32_t StorageManagerClient::DeleteUserKeys(uint32_t userId) in DeleteUserKeys() function in OHOS::StorageManager::StorageManagerClient
83 return client->DeleteUserKeys(userId); in DeleteUserKeys()
/foundation/filemanagement/storage_service/services/storage_manager/include/crypto/
H A Dfilesystem_crypto.h29 int32_t DeleteUserKeys(uint32_t userId);
/foundation/filemanagement/storage_service/services/storage_manager/include/client/
H A Dstorage_manager_client.h30 static int32_t DeleteUserKeys(uint32_t userId);
/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dsdc.cpp87 static int32_t DeleteUserKeys(const std::vector<std::string> &args) in DeleteUserKeys() function
99 return OHOS::StorageDaemon::StorageDaemonClient::DeleteUserKeys(userId); in DeleteUserKeys()
359 {"delete_user_keys", DeleteUserKeys},
/foundation/filemanagement/storage_service/services/storage_daemon/client/include/
H A Dstorage_daemon_client.h42 static int32_t DeleteUserKeys(uint32_t userId);
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dkey_manager_mock.cpp37 int32_t KeyManager::DeleteUserKeys(unsigned int user) in DeleteUserKeys() function in OHOS::StorageDaemon::KeyManager
/foundation/filemanagement/storage_service/services/storage_daemon/client/test/
H A Dstorage_daemon_client_test.cpp195 storageDaemonClient_->DeleteUserKeys(userid); in HWTEST_F()
248 storageDaemonClient_->DeleteUserKeys(userid); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/crypto/
H A Dfilesystem_crypto.cpp61 int32_t FileSystemCrypto::DeleteUserKeys(uint32_t userId) in DeleteUserKeys() function in OHOS::StorageManager::FileSystemCrypto
71 err = sdCommunication->DeleteUserKeys(userId); in DeleteUserKeys()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_stub_mock.h44 MOCK_METHOD1(DeleteUserKeys, int32_t(uint32_t));
H A Dstorage_daemon_service_mock.h123 virtual int32_t DeleteUserKeys(uint32_t userId) override
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp52 proxy->DeleteUserKeys(metaData3); in StorageManagerProxyFuzzTest()
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp239 int32_t StorageDaemonClient::DeleteUserKeys(uint32_t userId) in DeleteUserKeys() function in OHOS::StorageDaemon::StorageDaemonClient
252 return client->DeleteUserKeys(userId); in DeleteUserKeys()
/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_daemon_proxy_mock.h46 virtual int32_t DeleteUserKeys(uint32_t userId) override;
/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/
H A Dstorage_daemon_communication.h47 int32_t DeleteUserKeys(uint32_t userId);
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h60 MOCK_METHOD1(DeleteUserKeys, int32_t(uint32_t));
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_proxy.h46 virtual int32_t DeleteUserKeys(uint32_t userId) override;
H A Distorage_daemon.h53 virtual int32_t DeleteUserKeys(uint32_t userId) = 0;
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp99 int32_t StorageDaemonProxy::DeleteUserKeys(uint32_t userId) in DeleteUserKeys() function in OHOS::StorageDaemon::StorageDaemonProxy
/foundation/filemanagement/storage_service/test/fuzztest/filesystemcrypto_fuzzer/
H A Dfilesystemcrypto_fuzzer.cpp64 int32_t result = fileSystem->DeleteUserKeys(userId); in DeleteUserKeysFuzzTest()
66 LOGI("file system crypto fuzz test of interface FileSystemCrypto::DeleteUserKeys failed!"); in DeleteUserKeysFuzzTest()
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp400 int32_t StorageManager::DeleteUserKeys(uint32_t userId) in DeleteUserKeys() function in OHOS::StorageManager::StorageManager
405 int32_t err = fsCrypto->DeleteUserKeys(userId); in DeleteUserKeys()
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/test/
H A Dstorage_daemon_communication_test.cpp616 * @tc.desc: Test function of DeleteUserKeys interface for SUCCESS.
631 sdCommunication->DeleteUserKeys(userId); in HWTEST_F()
634 result = sdCommunication->DeleteUserKeys(userId); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/
H A Dstorage_daemon_communication.cpp256 int32_t StorageDaemonCommunication::DeleteUserKeys(uint32_t userId) in DeleteUserKeys() function in OHOS::StorageManager::StorageDaemonCommunication
268 return storageDaemon_->DeleteUserKeys(userId); in DeleteUserKeys()

Completed in 18 milliseconds

12