Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/crypto/test/
H A Dfilesystem_crypto_test.cpp51 fileSystemCrypto_->DeleteUserKeys(userId);
96 fileSystemCrypto_->DeleteUserKeys(userId);
116 uint32_t ret = fileSystemCrypto_->DeleteUserKeys(userId);
143 fileSystemCrypto_->DeleteUserKeys(userId);
189 fileSystemCrypto_->DeleteUserKeys(userId);
239 fileSystemCrypto_->DeleteUserKeys(userId);
355 fileSystemCrypto_->DeleteUserKeys(userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/client/test/
H A Dstorage_manager_client_test.cpp121 storageManagerClient_->DeleteUserKeys(userId);
145 ret = storageManagerClient_->DeleteUserKeys(userId);
200 storageManagerClient_->DeleteUserKeys(userId);
230 storageManagerClient_->DeleteUserKeys(userId);
251 storageManagerClient_->DeleteUserKeys(userId);
261 storageManagerClient_->DeleteUserKeys(userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H A Duser_manager_test.cpp182 KeyManager::GetInstance()->DeleteUserKeys(StorageTest::USER_ID5);
209 KeyManager::GetInstance()->DeleteUserKeys(StorageTest::USER_ID3);
253 KeyManager::GetInstance()->DeleteUserKeys(StorageTest::USER_ID4);
299 KeyManager::GetInstance()->DeleteUserKeys(StorageTest::USER_ID4);
326 KeyManager::GetInstance()->DeleteUserKeys(StorageTest::USER_ID3);
/ohos5.0/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()
/ohos5.0/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()
300 {"delete_user_keys", DeleteUserKeys},
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/test/
H A Dstorage_daemon_client_test.cpp186 storageDaemonClient_->DeleteUserKeys(userid);
239 storageDaemonClient_->DeleteUserKeys(userid);
/ohos5.0/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()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/crypto/
H A Dfilesystem_crypto.h29 int32_t DeleteUserKeys(uint32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/client/
H A Dstorage_manager_client.h30 static int32_t DeleteUserKeys(uint32_t userId);
/ohos5.0/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
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/include/
H A Dstorage_daemon_client.h42 static int32_t DeleteUserKeys(uint32_t userId);
/ohos5.0/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()
/ohos5.0/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 in DeleteUserKeys() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/test/
H A Dstorage_daemon_communication_test.cpp380 sdCommunication->DeleteUserKeys(userId);
383 result = sdCommunication->DeleteUserKeys(userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/
H A Dstorage_daemon_communication.h47 int32_t DeleteUserKeys(uint32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp52 proxy->DeleteUserKeys(metaData3); in StorageManagerProxyFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Distorage_daemon.h53 virtual int32_t DeleteUserKeys(uint32_t userId) = 0;
H A Dstorage_daemon_proxy.h46 virtual int32_t DeleteUserKeys(uint32_t userId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h60 MOCK_METHOD1(DeleteUserKeys, int32_t(uint32_t));
/ohos5.0/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()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_daemon_proxy_mock.h46 virtual int32_t DeleteUserKeys(uint32_t userId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp104 int32_t StorageDaemonProxy::DeleteUserKeys(uint32_t userId) in DeleteUserKeys() function in OHOS::StorageDaemon::StorageDaemonProxy
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp402 int32_t StorageManager::DeleteUserKeys(uint32_t userId) in DeleteUserKeys() function in OHOS::StorageManager::StorageManager
407 int32_t err = fsCrypto->DeleteUserKeys(userId); in DeleteUserKeys()
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Distorage_manager.h73 virtual int32_t DeleteUserKeys(uint32_t userId) = 0;

12