Home
last modified time | relevance | path

Searched refs:successful (Results 1 – 25 of 29) sorted by relevance

12

/system/update_engine/common/
Dmulti_range_http_fetcher.cc119 bool successful) { in TransferEnded() argument
147 successful = true; in TransferEnded()
162 delegate_->TransferComplete(this, successful); in TransferEnded()
166 bool successful) { in TransferComplete() argument
168 TransferEnded(fetcher, successful); in TransferComplete()
Dhttp_fetcher_unittest.cc422 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
568 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
645 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
742 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
743 EXPECT_TRUE(successful); in TransferComplete()
810 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
811 EXPECT_FALSE(successful); in TransferComplete()
980 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
981 EXPECT_EQ(expected_successful_, successful); in TransferComplete()
1081 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
[all …]
Dmulti_range_http_fetcher.h154 void TransferEnded(HttpFetcher* fetcher, bool successful);
156 void TransferComplete(HttpFetcher* fetcher, bool successful) override;
Dhttp_fetcher.h201 virtual void TransferComplete(HttpFetcher* fetcher, bool successful) = 0;
/system/update_engine/update_manager/
Dreal_device_policy_provider.cc82 bool successful) { in OnSignalConnected() argument
83 if (!successful) { in OnSignalConnected()
Dreal_shill_provider.cc81 bool successful) { in OnSignalConnected() argument
82 if (!successful) { in OnSignalConnected()
Dreal_shill_provider.h73 bool successful);
Dreal_device_policy_provider.h112 bool successful);
/system/update_engine/
Dboot_control_chromeos.cc170 return params.successful || params.tries > 0; in IsSlotBootable()
191 params.successful = false; in MarkSlotUnbootable()
Domaha_request_action.h169 void TransferComplete(HttpFetcher *fetcher, bool successful) override;
Dupdate_attempter_android.cc313 if (!boot_control_->MarkBootSuccessfulAsync(Bind([](bool successful){}))) in ResetStatus() argument
556 void UpdateAttempterAndroid::CompleteUpdateBootFlags(bool successful) { in CompleteUpdateBootFlags() argument
Dupdate_attempter.cc1145 if (!boot_control->MarkBootSuccessfulAsync(Bind([](bool successful){}))) in ResetStatus() argument
1203 void UpdateAttempter::CompleteUpdateBootFlags(bool successful) { in CompleteUpdateBootFlags() argument
Domaha_request_action.cc1096 bool successful) { in TransferComplete() argument
1110 if (!successful) { in TransferComplete()
/system/libhidl/transport/manager/1.1/
DIServiceManager.hal33 * @return success Whether or not deregistration was successful.
/system/update_engine/payload_consumer/
Ddownload_action.h103 void TransferComplete(HttpFetcher* fetcher, bool successful) override;
Ddownload_action.cc361 void DownloadAction::TransferComplete(HttpFetcher* fetcher, bool successful) { in TransferComplete() argument
371 successful ? ErrorCode::kSuccess : ErrorCode::kDownloadTransferError; in TransferComplete()
/system/bt/service/doc/
DIBluetoothGattClient.txt26 * otherwise. If successful, the caller will be assigned a "client_id" which
139 * |characteristic_id|. If successful, notifications will be signaled via
DIBluetoothGattClientCallback.txt65 * the operation was successful.
/system/libhidl/transport/manager/1.0/
DIServiceManager.hal124 * @return success Whether or not registration was successful.
/system/core/rootdir/
Dinit.rc561 # A/B update verifier that marks a successful boot.
568 # A/B update verifier that marks a successful boot.
575 # A/B update verifier that marks a successful boot.
703 # A/B update verifier that marks a successful boot.
710 # A/B update verifier that marks a successful boot.
/system/core/adb/
Dprotocol.txt278 preceeded by a 4 digit hex length. Upon successful connection an
/system/tpm/trunks/generator/
Draw_commands.txt6458 If successful, a new private area for the TPM-resident object associated with objectHandle is retur…
13827 A session does not become an audit session until the successful completion of the command in
15420 // The commit computation was successful so complete the commit by setting
16573 PcrUpdateCounter counter will be incremented on the successful completion of any command that
16916 On successful command completion, digests will contain the list of tagged digests of eventData that…
18664 The commands in this clause 1 are used for policy evaluation. When successful, each command will
22740 If this command is successful, policySession→isPPRequired will be SET to indicate that this check is
24162 If successful, policySession→policyDigest will be updated with
24360 If successful, policySession→policyDigest will be updated with
24372 When this command is successful, policySession→isAuthValueNeeded will be CLEAR.
[all …]
Draw_commands_fixed.txt6462 If successful, a new private area for the TPM-resident object associated with objectHandle is retur…
13838 A session does not become an audit session until the successful completion of the command in
15431 // The commit computation was successful so complete the commit by setting
16584 PcrUpdateCounter counter will be incremented on the successful completion of any command that
16927 On successful command completion, digests will contain the list of tagged digests of eventData that…
18675 The commands in this clause 1 are used for policy evaluation. When successful, each command will
22751 If this command is successful, policySession→isPPRequired will be SET to indicate that this check is
24173 If successful, policySession→policyDigest will be updated with
24371 If successful, policySession→policyDigest will be updated with
24383 When this command is successful, policySession→isAuthValueNeeded will be CLEAR.
[all …]
Draw_structures_fixed.txt3309 If this column contains a “Y,” then successful completion of the
8711 after successful completion of the command. In a response, it indicates that the
15082 the TPM2B values will determine if the unmarshal operation is successful . Since there is no select…
15557 SET (1): If TPM2_NV_GlobalWriteLock() is successful, then further
Draw_structures.txt3315 If this column contains a “Y,” then successful completion of the
8683 after successful completion of the command. In a response, it indicates that the
15090 the TPM2B values will determine if the unmarshal operation is successful . Since there is no select…
15568 SET (1): If TPM2_NV_GlobalWriteLock() is successful, then further

12