Home
last modified time | relevance | path

Searched refs:InactiveUserKey (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/client/
H A Dstorage_manager_client.cpp113 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 Dsdc.cpp162 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 Dfilesystem_crypto.cpp108 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 Dfilesystem_crypto.h37 int32_t InactiveUserKey(uint32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/client/
H A Dstorage_manager_client.h38 static int32_t InactiveUserKey(uint32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/crypto/test/
H A Dfilesystem_crypto_test.cpp236 ret = fileSystemCrypto_->InactiveUserKey(userId);
324 uint32_t ret = fileSystemCrypto_->InactiveUserKey(userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/include/
H A Dstorage_daemon_client.h50 static int32_t InactiveUserKey(uint32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp292 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 Dstorage_daemon_stub_mock.h48 MOCK_METHOD1(InactiveUserKey, int32_t (uint32_t));
H A Dstorage_daemon_service_mock.h143 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 Dstorage_daemon_communication.h55 int32_t InactiveUserKey(uint32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp54 proxy->InactiveUserKey(metaData3); in StorageManagerProxyFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Distorage_daemon.h61 virtual int32_t InactiveUserKey(uint32_t userId) = 0;
H A Dstorage_daemon_proxy.h54 virtual int32_t InactiveUserKey(uint32_t userId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h64 MOCK_METHOD1(InactiveUserKey, int32_t(uint32_t));
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/
H A Dstorage_daemon_communication.cpp306 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 Dstorage_daemon_client_test.cpp183 ret = storageDaemonClient_->InactiveUserKey(userid);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_daemon_proxy_mock.h54 virtual int32_t InactiveUserKey(uint32_t userId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp124 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 Dstorage_manager.cpp443 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 Distorage_manager.h81 virtual int32_t InactiveUserKey(uint32_t userId) = 0;
H A Dstorage_manager_proxy.h73 int32_t InactiveUserKey(uint32_t userId) override;
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/filesystemcrypto_fuzzer/
H A Dfilesystemcrypto_fuzzer.cpp128 int32_t result = fileSystem->InactiveUserKey(userId); in InactiveUserKeyFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/client/test/
H A Dstorage_manager_client_test.cpp227 ret = storageManagerClient_->InactiveUserKey(userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h82 int32_t InactiveUserKey(uint32_t userId) override;

12