/foundation/distributedhardware/device_manager/ext/pin_auth/src/ |
H A D | pin_auth.cpp | 38 int32_t PinAuth::ShowAuthInfo(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) in ShowAuthInfo() argument 52 int32_t PinAuth::StartAuth(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) in StartAuth() argument
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_pin_auth.cpp | 60 std::string authToken = "123456"; in HWTEST_F() local 76 std::string authToken = jsonObject.dump(); in HWTEST_F() local 92 std::string authToken = jsonObject.dump(); in HWTEST_F() local 108 std::string authToken = jsonObject.dump(); in HWTEST_F() local 122 std::string authToken = ""; in HWTEST_F() local 136 std::string authToken = ""; HWTEST_F() local [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_service_mock.h | 136 virtual int32_t UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_service_mock.h | 207 virtual int32_t UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
H A D | storage_manager_proxy_test.cpp | 1632 std::vector<uint8_t> authToken; in HWTEST_F() local
|
/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | user_idm_client_impl_mock.cpp | 71 void UserIdmClientImpl::DeleteUser(int32_t userId, const std::vector<uint8_t> &authToken, in DeleteUser() argument 65 DeleteCredential(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, const std::shared_ptr<UserIdmClientCallback> &callback) DeleteCredential() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/crypto/test/ |
H A D | filesystem_crypto_test.cpp | 500 std::vector<uint8_t> authToken; in HWTEST_F() local
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | recover_manager.h | 44 uint8_t authToken[AUTH_TOKEN_LEN]; member
|
/foundation/filemanagement/storage_service/services/storage_manager/crypto/ |
H A D | filesystem_crypto.cpp | 92 int32_t FileSystemCrypto::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/client/ |
H A D | storage_manager_client.cpp | 100 int32_t StorageManagerClient::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/client/ |
H A D | storage_daemon_client.cpp | 274 int32_t StorageDaemonClient::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/ |
H A D | key_manager_mock.cpp | 46 int32_t KeyManager::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_daemon_proxy.cpp | 419 int32_t StorageDaemonProxy::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
H A D | storage_daemon.cpp | 692 int32_t StorageDaemon::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 154 std::string authToken; member
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | dm_device_info.h | 220 std::string authToken;
member
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | dm_native_util.cpp | 303 char authToken[DM_NAPI_BUF_LENGTH] = ""; in JsToBindParam() local 427 std::string authToken = bindParamObj[PARAM_KEY_AUTH_TOKEN].get<std::string>(); in InsertMapParames() local
|
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/ |
H A D | storage_daemon_communication.cpp | 289 int32_t StorageDaemonCommunication::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_daemon_proxy_mock.cpp | 112 int32_t StorageDaemonProxy::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
H A D | storage_manager_proxy_mock.cpp | 64 int32_t StorageManagerProxy::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager.cpp | 427 int32_t StorageManager::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | storage_manager_proxy.cpp | 244 int32_t StorageManagerProxy::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_manager.cpp | 784 int32_t KeyManager::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
|