Home
last modified time | relevance | path

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

12

/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dsdc.cpp142 static int32_t ActiveUserKey(const std::vector<std::string> &args) in ActiveUserKey() function
157 return OHOS::StorageDaemon::StorageDaemonClient::ActiveUserKey(userId, {}, secret); in ActiveUserKey()
159 return OHOS::StorageDaemon::StorageDaemonClient::ActiveUserKey(userId, {}, {}); in ActiveUserKey()
362 {"active_user_key", ActiveUserKey},
/foundation/filemanagement/storage_service/services/storage_manager/client/
H A Dstorage_manager_client.cpp115 int32_t StorageManagerClient::ActiveUserKey(uint32_t userId, in ActiveUserKey() function in OHOS::StorageManager::StorageManagerClient
125 return client->ActiveUserKey(userId, token, secret); in ActiveUserKey()
/foundation/filemanagement/storage_service/services/storage_manager/include/crypto/
H A Dfilesystem_crypto.h39 int32_t ActiveUserKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_manager/include/client/
H A Dstorage_manager_client.h40 static int32_t ActiveUserKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_manager/crypto/test/
H A Dfilesystem_crypto_test.cpp171 * @tc.desc: Test function of ActiveUserKey interface for SUCCESS.
186 result = fileSystemCrypto_->ActiveUserKey(userId, {}, {}); in HWTEST_F()
196 * @tc.desc: Test function of ActiveUserKey interface for Parameters ERROR which userId not in [101, 1099].
208 uint32_t ret = fileSystemCrypto_->ActiveUserKey(userId, {}, {}); in HWTEST_F()
233 ret = fileSystemCrypto_->ActiveUserKey(userId, {}, {}); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/client/include/
H A Dstorage_daemon_client.h52 static int32_t ActiveUserKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dkey_manager_mock.cpp53 int32_t KeyManager::ActiveUserKey(unsigned int user, const std::vector<uint8_t> &token, in ActiveUserKey() function in OHOS::StorageDaemon::KeyManager
/foundation/filemanagement/storage_service/services/storage_manager/client/test/
H A Dstorage_manager_client_test.cpp180 * @tc.desc: Test function of ActiveUserKey interface for SUCCESS.
197 ret = storageManagerClient_->ActiveUserKey(userId, {}, {}); in HWTEST_F()
224 ret = storageManagerClient_->ActiveUserKey(userId, {}, {}); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/crypto/
H A Dfilesystem_crypto.cpp110 int32_t FileSystemCrypto::ActiveUserKey(uint32_t userId, in ActiveUserKey() function in OHOS::StorageManager::FileSystemCrypto
122 err = sdCommunication->ActiveUserKey(userId, token, secret); in ActiveUserKey()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_stub_mock.h49 MOCK_METHOD3(ActiveUserKey, int32_t (uint32_t, const std::vector<uint8_t> &, const std::vector<uint8_t> &));
H A Dstorage_daemon_service_mock.h145 virtual int32_t ActiveUserKey(uint32_t userId,
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp65 proxy->ActiveUserKey(metaData2, token, secret); in StorageManagerProxyFuzzTest()
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp294 int32_t StorageDaemonClient::ActiveUserKey(uint32_t userId, in ActiveUserKey() function in OHOS::StorageDaemon::StorageDaemonClient
309 return client->ActiveUserKey(userId, token, secret); in ActiveUserKey()
/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_daemon_proxy_mock.h56 virtual int32_t ActiveUserKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/
H A Dstorage_daemon_communication.h57 int32_t ActiveUserKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h65 MOCK_METHOD3(ActiveUserKey, int32_t(uint32_t, const std::vector<uint8_t> &, const std::vector<uint8_t> &));
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_proxy.h56 virtual int32_t ActiveUserKey(uint32_t userId,
H A Distorage_daemon.h63 virtual int32_t ActiveUserKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp121 int32_t StorageDaemonProxy::ActiveUserKey(uint32_t userId, in ActiveUserKey() function in OHOS::StorageDaemon::StorageDaemonProxy
/foundation/filemanagement/storage_service/test/fuzztest/filesystemcrypto_fuzzer/
H A Dfilesystemcrypto_fuzzer.cpp111 int32_t result = fileSystem->ActiveUserKey(userId, token, secret); in ActiveUserKeyFuzzTest()
113 LOGI("file system crypto fuzz test of interface FileSystemCrypto::ActiveUserKey failed!"); in ActiveUserKeyFuzzTest()
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp443 int32_t StorageManager::ActiveUserKey(uint32_t userId, in ActiveUserKey() function in OHOS::StorageManager::StorageManager
450 int32_t err = fsCrypto->ActiveUserKey(userId, token, secret); in ActiveUserKey()
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/test/
H A Dstorage_daemon_communication_test.cpp672 * @tc.desc: Test function of ActiveUserKey interface for SUCCESS.
689 result = sdCommunication->ActiveUserKey(userId, {}, {}); in HWTEST_F()
745 result = sdCommunication->ActiveUserKey(userId, {}, {}); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/
H A Dstorage_daemon_communication.cpp308 int32_t StorageDaemonCommunication::ActiveUserKey(uint32_t userId, in ActiveUserKey() function in OHOS::StorageManager::StorageDaemonCommunication
322 return storageDaemon_->ActiveUserKey(userId, token, secret); in ActiveUserKey()
/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_storage_manager_service.h223 virtual int32_t ActiveUserKey(uint32_t userId,
/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h88 int32_t ActiveUserKey(uint32_t userId,

Completed in 13 milliseconds

12