Home
last modified time | relevance | path

Searched refs:InactiveUserKey (Results 1 - 25 of 41) sorted by relevance

12

/foundation/filemanagement/storage_service/services/storage_manager/client/
H A Dstorage_manager_client.cpp128 int32_t StorageManagerClient::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageManager::StorageManagerClient
136 return client->InactiveUserKey(userId); in InactiveUserKey()
/foundation/filemanagement/storage_service/services/storage_manager/include/crypto/
H A Dfilesystem_crypto.h42 int32_t InactiveUserKey(uint32_t userId);
/foundation/filemanagement/storage_service/services/storage_manager/include/client/
H A Dstorage_manager_client.h43 static int32_t InactiveUserKey(uint32_t userId);
/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()
363 {"inactive_user_key", InactiveUserKey},
/foundation/filemanagement/storage_service/services/storage_daemon/client/include/
H A Dstorage_daemon_client.h55 static int32_t InactiveUserKey(uint32_t userId);
/foundation/filemanagement/storage_service/services/storage_manager/crypto/
H A Dfilesystem_crypto.cpp126 int32_t FileSystemCrypto::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageManager::FileSystemCrypto
136 err = sdCommunication->InactiveUserKey(userId); in InactiveUserKey()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_stub_mock.h50 MOCK_METHOD1(InactiveUserKey, int32_t (uint32_t));
H A Dstorage_daemon_service_mock.h152 virtual int32_t InactiveUserKey(uint32_t userId) override
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp54 proxy->InactiveUserKey(metaData3); in StorageManagerProxyFuzzTest()
H A Dstoragemanagerproxymock.h220 int32_t InactiveUserKey(uint32_t userId) override
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp312 int32_t StorageDaemonClient::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageDaemon::StorageDaemonClient
325 return client->InactiveUserKey(userId); in InactiveUserKey()
/foundation/filemanagement/storage_service/services/storage_manager/crypto/test/
H A Dfilesystem_crypto_test.cpp217 * @tc.desc: Test function of InactiveUserKey interface for SUCCESS.
236 ret = fileSystemCrypto_->InactiveUserKey(userId); in HWTEST_F()
368 * @tc.desc: Test function of InactiveUserKey interface for Parameters ERROR which userId not in [101, 1099].
380 uint32_t ret = fileSystemCrypto_->InactiveUserKey(userId); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_daemon_proxy_mock.h59 virtual int32_t InactiveUserKey(uint32_t userId) override;
H A Dstorage_manager_proxy_mock.h77 int32_t InactiveUserKey(uint32_t userId) override;
/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/
H A Dstorage_daemon_communication.h60 int32_t InactiveUserKey(uint32_t userId);
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h66 MOCK_METHOD1(InactiveUserKey, int32_t(uint32_t));
H A Dstorage_manager_service_mock.h222 virtual int32_t InactiveUserKey(uint32_t userId) override
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_proxy.h59 virtual int32_t InactiveUserKey(uint32_t userId) override;
H A Distorage_daemon.h66 virtual int32_t InactiveUserKey(uint32_t userId) = 0;
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp128 int32_t StorageDaemonProxy::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageDaemon::StorageDaemonProxy
/foundation/filemanagement/storage_service/test/fuzztest/filesystemcrypto_fuzzer/
H A Dfilesystemcrypto_fuzzer.cpp128 int32_t result = fileSystem->InactiveUserKey(userId); in InactiveUserKeyFuzzTest()
130 LOGI("file system crypto fuzz test of interface FileSystemCrypto::InactiveUserKey failed!"); in InactiveUserKeyFuzzTest()
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp457 int32_t StorageManager::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageManager::StorageManager
462 int32_t err = fsCrypto->InactiveUserKey(userId); in InactiveUserKey()
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/
H A Dstorage_daemon_communication.cpp325 int32_t StorageDaemonCommunication::InactiveUserKey(uint32_t userId) in InactiveUserKey() function in OHOS::StorageManager::StorageDaemonCommunication
337 return storageDaemon_->InactiveUserKey(userId); in InactiveUserKey()
/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_storage_manager_service.h230 virtual int32_t InactiveUserKey(uint32_t userId) override
/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h91 int32_t InactiveUserKey(uint32_t userId) override;

Completed in 12 milliseconds

12