Home
last modified time | relevance | path

Searched defs:authToken (Results 1 - 23 of 23) sorted by relevance

/foundation/distributedhardware/device_manager/ext/pin_auth/src/
H A Dpin_auth.cpp38 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 DUTTest_pin_auth.cpp60 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 Dstorage_daemon_service_mock.h136 virtual int32_t UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_service_mock.h207 virtual int32_t UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
H A Dstorage_manager_proxy_test.cpp1632 std::vector<uint8_t> authToken; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Duser_idm_client_impl_mock.cpp71 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 Dfilesystem_crypto_test.cpp500 std::vector<uint8_t> authToken; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Drecover_manager.h44 uint8_t authToken[AUTH_TOKEN_LEN]; member
/foundation/filemanagement/storage_service/services/storage_manager/crypto/
H A Dfilesystem_crypto.cpp92 int32_t FileSystemCrypto::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
/foundation/filemanagement/storage_service/services/storage_manager/client/
H A Dstorage_manager_client.cpp100 int32_t StorageManagerClient::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp274 int32_t StorageDaemonClient::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dkey_manager_mock.cpp46 int32_t KeyManager::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_proxy.cpp419 int32_t StorageDaemonProxy::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
H A Dstorage_daemon.cpp692 int32_t StorageDaemon::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h154 std::string authToken; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddm_device_info.h220 std::string authToken; member
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp303 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 Dstorage_daemon_communication.cpp289 int32_t StorageDaemonCommunication::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp112 int32_t StorageDaemonProxy::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
H A Dstorage_manager_proxy_mock.cpp64 int32_t StorageManagerProxy::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp427 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 Dstorage_manager_proxy.cpp244 int32_t StorageManagerProxy::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp784 int32_t KeyManager::UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, in UpdateUseAuthWithRecoveryKey() argument

Completed in 23 milliseconds