Home
last modified time | relevance | path

Searched defs:response (Results 1 – 25 of 200) sorted by relevance

12345678

/aosp14/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp146 AddEntropyResponse* response) { in AddRngEntropy()
155 GenerateKeyResponse* response) { in GenerateKey()
177 GenerateCsrResponse* response) { in GenerateCsr()
243 GetHmacSharingParametersResponse response(message_version()); in GetHmacSharingParameters() local
250 ComputeSharedHmacResponse response(message_version()); in ComputeSharedHmac() local
257 VerifyAuthorizationResponse response(message_version()); in VerifyAuthorization() local
263 GetVersion2Response response(message_version()); in GetVersion2() local
269 EarlyBootEndedResponse response(message_version()); in EarlyBootEnded() local
275 DeviceLockedResponse response(message_version()); in DeviceLocked() local
288 GetRootOfTrustResponse response(message_version()); in GetRootOfTrust() local
[all …]
/aosp14/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticator.aidl33 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
41 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials()
49 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account, in getAuthToken()
57 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel()
64 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials()
72 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
80 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures()
88 void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account); in getAccountRemovalAllowed()
94 void getAccountCredentialsForCloning(in IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
110 void startAddAccountSession(in IAccountAuthenticatorResponse response, String accountType, in startAddAccountSession()
[all …]
H A DAbstractAccountAuthenticator.java214 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel()
241 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken()
302 public void editProperties(IAccountAuthenticatorResponse response, in editProperties()
319 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures()
424 IAccountAuthenticatorResponse response, in startUpdateCredentialsSession()
465 IAccountAuthenticatorResponse response, in finishSession()
494 IAccountAuthenticatorResponse response, in isCredentialsUpdateSuggested()
811 final AccountAuthenticatorResponse response, in startAddAccountSession()
867 final AccountAuthenticatorResponse response, in startUpdateCredentialsSession()
922 final AccountAuthenticatorResponse response, in finishSession()
[all …]
H A DIAccountManager.aidl44 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in getAccountsByFeatures()
47 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser()
50 void copyAccountToUser(in IAccountManagerResponse response, in Account account, in copyAccountToUser()
60 void getAuthToken(in IAccountManagerResponse response, in Account account, in getAuthToken()
63 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount()
66 void addAccountAsUser(in IAccountManagerResponse response, String accountType, in addAccountAsUser()
69 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials()
71 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties()
73 void confirmCredentialsAsUser(in IAccountManagerResponse response, in Account account, in confirmCredentialsAsUser()
76 void getAuthTokenLabel(in IAccountManagerResponse response, String accountType, in getAuthTokenLabel()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType2Authenticator.java47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
54 AccountAuthenticatorResponse response, in addAccount()
65 AccountAuthenticatorResponse response, in confirmCredentials()
74 AccountAuthenticatorResponse response, in getAuthToken()
90 AccountAuthenticatorResponse response, in updateCredentials()
100 AccountAuthenticatorResponse response, in hasFeatures()
109 AccountAuthenticatorResponse response, in startAddAccountSession()
120 AccountAuthenticatorResponse response, in startUpdateCredentialsSession()
131 public Bundle finishSession(AccountAuthenticatorResponse response, in finishSession()
140 final AccountAuthenticatorResponse response, in isCredentialsUpdateSuggested()
H A DTestAccountType1Authenticator.java45 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
59 AccountAuthenticatorResponse response, in addAccount()
104 AccountAuthenticatorResponse response, in confirmCredentials()
143 AccountAuthenticatorResponse response, in getAuthToken()
198 AccountAuthenticatorResponse response, in updateCredentials()
236 AccountAuthenticatorResponse response, in hasFeatures()
259 AccountAuthenticatorResponse response, in startAddAccountSession()
318 AccountAuthenticatorResponse response, in startUpdateCredentialsSession()
373 public Bundle finishSession(AccountAuthenticatorResponse response, in finishSession()
425 final AccountAuthenticatorResponse response, in isCredentialsUpdateSuggested()
[all …]
H A DAccountManagerServiceTest.java601 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithoutPasswordForwarding() local
632 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithPasswordForwarding() local
672 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithInvalidIntent() local
701 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithValidIntent() local
735 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionWhereAuthenticatorReturnsIntentWithProhibitedFlags() local
767 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionError() local
822 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding() local
852 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding() local
891 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithInvalidIntent() local
920 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithValidIntent() local
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java145 GetWalletCardsResponse response = in queryCards_deviceLocked_udfpsEnabled_hideUnlockButton() local
169 GetWalletCardsResponse response = in queryCards_deviceLocked_udfpsNotEnabled_showUnlockButton() local
194 GetWalletCardsResponse response = in queryCards_hasCards_showCarousel_activeCard() local
220 GetWalletCardsResponse response = in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel() local
246 GetWalletCardsResponse response = in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash() local
271 GetWalletCardsResponse response = in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash() local
296 GetWalletCardsResponse response = in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash() local
320 GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.EMPTY_LIST, 0); in queryCards_noCards_showEmptyState() local
409 GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.emptyList(), 0); in onWalletCardsRetrieved_cardDataEmpty_intentIsNull_hidesWallet() local
445 GetWalletCardsResponse response = new GetWalletCardsResponse(walletCardList, 0); in onWalletCardsRetrieved_cardDataAllUnknown_showsAllCards() local
[all …]
/aosp14/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.h86 gatekeeper_error_t Send(const EnrollRequest& request, EnrollResponse* response) { in Send()
90 gatekeeper_error_t Send(const VerifyRequest& request, VerifyResponse* response) { in Send()
94 gatekeeper_error_t Send(const DeleteUserRequest& request, DeleteUserResponse* response) { in Send()
99 DeleteAllUsersResponse* response) { in Send()
H A Dtrusty_gatekeeper.cpp92 EnrollResponse response; in enroll() local
127 VerifyResponse response; in verify() local
153 DeleteUserResponse response; in deleteUser() local
173 DeleteAllUsersResponse response; in deleteAllUsers() local
188 GateKeeperMessage *response) { in Send()
/aosp14/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp112 keymaster::AddEntropyResponse response(impl_->message_version()); in addRngEntropy() local
131 keymaster::GenerateKeyResponse response(impl_->message_version()); in generateKey() local
178 keymaster::ImportKeyResponse response(impl_->message_version()); in importKey() local
208 keymaster::ImportWrappedKeyResponse response(impl_->message_version()); in importWrappedKey() local
230 keymaster::UpgradeKeyResponse response(impl_->message_version()); in upgradeKey() local
245 keymaster::DeleteKeyResponse response(impl_->message_version()); in deleteKey() local
254 keymaster::DeleteAllKeysResponse response(impl_->message_version()); in deleteAllKeys() local
277 keymaster::BeginOperationResponse response(impl_->message_version()); in begin() local
299 keymaster::DeviceLockedResponse response = impl_->DeviceLocked(request); in deviceLocked() local
304 keymaster::EarlyBootEndedResponse response = impl_->EarlyBootEnded(); in earlyBootEnded() local
[all …]
H A DTrustyKeyMintOperation.cpp65 UpdateOperationResponse response(impl_->message_version()); in updateAad() local
100 UpdateOperationResponse response(impl_->message_version()); in update() local
162 FinishOperationResponse response(impl_->message_version()); in finish() local
176 AbortOperationResponse response(impl_->message_version()); in abort() local
H A DTrustyRemotelyProvisionedComponentDevice.cpp79 GetHwInfoResponse response = impl_->GetHwInfo(); in getHardwareInfo() local
96 GenerateRkpKeyResponse response(impl_->message_version()); in generateEcdsaP256KeyPair() local
120 GenerateCsrResponse response(impl_->message_version()); in generateCertificateRequest() local
143 GenerateCsrV2Response response(impl_->message_version()); in generateCertificateRequestV2() local
H A DTrustySharedSecret.cpp29 auto response = impl_->GetHmacSharingParameters(); in getSharedSecretParameters() local
49 auto response = impl_->ComputeSharedHmac(request); in computeSharedSecret() local
/aosp14/system/core/fastboot/
H A Dfastboot_driver.cpp73 RetCode FastBootDriver::Boot(std::string* response, std::vector<std::string>* info) { in Boot()
90 RetCode FastBootDriver::Erase(const std::string& partition, std::string* response, in Erase()
95 RetCode FastBootDriver::Flash(const std::string& partition, std::string* response, in Flash()
105 RetCode FastBootDriver::GetVarAll(std::vector<std::string>* response) { in GetVarAll()
114 RetCode FastBootDriver::RebootTo(std::string target, std::string* response, in RebootTo()
124 RetCode FastBootDriver::SetActive(const std::string& slot, std::string* response, in SetActive()
188 size_t size, std::string* response, in Download()
227 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download()
299 RetCode FastBootDriver::Upload(const std::string& outfile, std::string* response, in Upload()
436 RetCode FastBootDriver::RawCommand(const std::string& cmd, std::string* response, in RawCommand()
[all …]
/aosp14/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp300 auto response = impl_->ComputeSharedHmac(request); in computeSharedHmac() local
324 auto response = impl_->VerifyAuthorization(request); in verifyAuthorization() local
343 AddEntropyResponse response(impl_->message_version()); in addRngEntropy() local
354 GenerateKeyResponse response(impl_->message_version()); in generateKey() local
397 ImportKeyResponse response(impl_->message_version()); in importKey() local
447 ExportKeyResponse response(impl_->message_version()); in exportKey() local
465 AttestKeyResponse response(impl_->message_version()); in attestKey() local
483 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey() local
498 DeleteKeyResponse response(impl_->message_version()); in deleteKey() local
506 DeleteAllKeysResponse response(impl_->message_version()); in deleteAllKeys() local
[all …]
/aosp14/system/core/trusty/keymaster/3.0/
H A DTrustyKeymaster3Device.cpp228 AddEntropyResponse response(impl_->message_version()); in addRngEntropy() local
239 GenerateKeyResponse response(impl_->message_version()); in generateKey() local
282 ImportKeyResponse response(impl_->message_version()); in importKey() local
306 ExportKeyResponse response(impl_->message_version()); in exportKey() local
324 AttestKeyResponse response(impl_->message_version()); in attestKey() local
342 UpgradeKeyResponse response(impl_->message_version()); in upgradeKey() local
357 DeleteKeyResponse response(impl_->message_version()); in deleteKey() local
365 DeleteAllKeysResponse response(impl_->message_version()); in deleteAllKeys() local
383 BeginOperationResponse response(impl_->message_version()); in begin() local
399 UpdateOperationResponse response(impl_->message_version()); in update() local
[all …]
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DGetWalletCardsCallbackImpl.java63 public void onSuccess(@NonNull GetWalletCardsResponse response) { in onSuccess()
90 private void onSuccessInternal(GetWalletCardsResponse response) { in onSuccessInternal()
116 private boolean isValidResponse(@NonNull GetWalletCardsResponse response) { in isValidResponse()
169 private void removeLocationsFromResponse(@NonNull GetWalletCardsResponse response) { in removeLocationsFromResponse()
/aosp14/system/core/libappfuse/
H A DFuseAppLoop.cc149 FuseSimpleResponse response; in ReplySimple() local
155 FuseSimpleResponse response; in ReplyLookup() local
168 FuseSimpleResponse response; in ReplyGetAttr() local
178 FuseSimpleResponse response; in ReplyOpen() local
186 FuseSimpleResponse response; in ReplyWrite() local
194 FuseSimpleResponse response; in ReplyRead() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DDevicePowerStatusActionTest.java128 HdmiCecMessage response = in queryDisplayStatus_sendsRequestAndHandlesResponse() local
166 HdmiCecMessage response = in queryDisplayStatus_sendsRequest_timeout_retriesSuccessfully() local
211 HdmiCecMessage response = in queryDisplayStatus_localDevice_2_0_targetDevice_1_4() local
267 HdmiCecMessage response = in queryDisplayStatus_localDevice_2_0_targetDevice_2_0_unknown() local
/aosp14/system/core/debuggerd/tombstoned/
H A Dintercept_manager.cpp123 InterceptResponse response = {}; in intercept_request_cb() local
135 InterceptResponse response = {}; in intercept_request_cb() local
147 InterceptResponse response = {}; in intercept_request_cb() local
228 InterceptResponse response = {}; in GetIntercept() local
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dsnapuserd_client.cpp155 std::string response = Receivemsg(); in WaitForDeviceDelete() local
169 std::string response = Receivemsg(); in SupportsSecondStageSocketHandoff() local
267 std::string response = Receivemsg(); in InitiateMerge() local
277 std::string response = Receivemsg(); in GetMergePercent() local
297 std::string response = Receivemsg(); in QueryUpdateVerification() local
/aosp14/frameworks/base/core/java/android/app/cloudsearch/
H A DCloudSearchManager.java45 void onSearchSucceeded(@NonNull SearchRequest request, @NonNull SearchResponse response); in onSearchSucceeded()
55 void onSearchFailed(@NonNull SearchRequest request, @NonNull SearchResponse response); in onSearchFailed()
/aosp14/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java75 HttpResponse response = httpClient.execute( in testConnectToHttps() local
124 HttpResponse response = httpProxyClient.execute(request); in testConnectViaProxy() local
169 HttpResponse response = httpProxyClient.execute(request); in testConnectViaHttpProxyToHttps() local
199 HttpResponse response = client.execute(request); in testParamPreferredOverSystemProperty() local
215 HttpResponse response = client.execute(request); in testExplicitNoProxyCancelsSystemProperty() local
278 private String contentToString(HttpResponse response) throws IOException { in contentToString()
/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestHttpClient.java105 HttpResponse response = this.httpexecutor.execute(request, conn, this.context); in execute() local
112 public boolean keepAlive(final HttpResponse response) { in keepAlive()

12345678