/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/client/ |
H A D | storage_manager_client.cpp | 113 int32_t StorageManagerClient::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageManager::StorageManagerClient 121 return client->InactiveUserKey(userId); in InactiveUserKey()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ |
H A D | sdc.cpp | 162 static int32_t InactiveUserKey(const std::vector<std::string> &args) in InactiveUserKey() function 174 return OHOS::StorageDaemon::StorageDaemonClient::InactiveUserKey(userId); in InactiveUserKey() 304 {"inactive_user_key", InactiveUserKey},
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/crypto/ |
H A D | filesystem_crypto.cpp | 108 int32_t FileSystemCrypto::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageManager::FileSystemCrypto 118 err = sdCommunication->InactiveUserKey(userId); in InactiveUserKey()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/crypto/ |
H A D | filesystem_crypto.h | 37 int32_t InactiveUserKey(uint32_t userId);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/client/ |
H A D | storage_manager_client.h | 38 static int32_t InactiveUserKey(uint32_t userId);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/crypto/test/ |
H A D | filesystem_crypto_test.cpp | 236 ret = fileSystemCrypto_->InactiveUserKey(userId); 324 uint32_t ret = fileSystemCrypto_->InactiveUserKey(userId);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/include/ |
H A D | storage_daemon_client.h | 50 static int32_t InactiveUserKey(uint32_t userId);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/ |
H A D | storage_daemon_client.cpp | 292 int32_t StorageDaemonClient::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageDaemon::StorageDaemonClient 305 return client->InactiveUserKey(userId); in InactiveUserKey()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_stub_mock.h | 48 MOCK_METHOD1(InactiveUserKey, int32_t (uint32_t));
|
H A D | storage_daemon_service_mock.h | 143 virtual int32_t InactiveUserKey(uint32_t userId) override in InactiveUserKey() function
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/ |
H A D | storage_daemon_communication.h | 55 int32_t InactiveUserKey(uint32_t userId);
|
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/ |
H A D | storagemanagerproxy_fuzzer.cpp | 54 proxy->InactiveUserKey(metaData3); in StorageManagerProxyFuzzTest()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/ |
H A D | istorage_daemon.h | 61 virtual int32_t InactiveUserKey(uint32_t userId) = 0;
|
H A D | storage_daemon_proxy.h | 54 virtual int32_t InactiveUserKey(uint32_t userId) override;
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_stub_mock.h | 64 MOCK_METHOD1(InactiveUserKey, int32_t(uint32_t));
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/ |
H A D | storage_daemon_communication.cpp | 306 int32_t StorageDaemonCommunication::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageManager::StorageDaemonCommunication 318 return storageDaemon_->InactiveUserKey(userId); in InactiveUserKey()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/test/ |
H A D | storage_daemon_client_test.cpp | 183 ret = storageDaemonClient_->InactiveUserKey(userid);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/ |
H A D | storage_daemon_proxy_mock.h | 54 virtual int32_t InactiveUserKey(uint32_t userId) override;
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_daemon_proxy_mock.cpp | 124 int32_t StorageDaemonProxy::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageDaemon::StorageDaemonProxy
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager.cpp | 443 int32_t StorageManager::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageManager::StorageManager 448 int32_t err = fsCrypto->InactiveUserKey(userId); in InactiveUserKey()
|
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | istorage_manager.h | 81 virtual int32_t InactiveUserKey(uint32_t userId) = 0;
|
H A D | storage_manager_proxy.h | 73 int32_t InactiveUserKey(uint32_t userId) override;
|
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/filesystemcrypto_fuzzer/ |
H A D | filesystemcrypto_fuzzer.cpp | 128 int32_t result = fileSystem->InactiveUserKey(userId); in InactiveUserKeyFuzzTest()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/client/test/ |
H A D | storage_manager_client_test.cpp | 227 ret = storageManagerClient_->InactiveUserKey(userId);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/ |
H A D | storage_manager.h | 82 int32_t InactiveUserKey(uint32_t userId) override;
|