Home
last modified time | relevance | path

Searched refs:successful (Results 1 – 25 of 28) 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.cc423 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
569 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
646 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
743 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
744 EXPECT_TRUE(successful); in TransferComplete()
811 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
812 EXPECT_FALSE(successful); in TransferComplete()
981 void TransferComplete(HttpFetcher* fetcher, bool successful) override { in TransferComplete() argument
982 EXPECT_EQ(expected_successful_, successful); in TransferComplete()
1082 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_shill_provider.cc81 bool successful) { in OnSignalConnected() argument
82 if (!successful) { in OnSignalConnected()
Dreal_device_policy_provider.cc82 bool successful) { in OnSignalConnected() argument
83 if (!successful) { in OnSignalConnected()
Dreal_shill_provider.h73 bool successful);
Dreal_device_policy_provider.h112 bool successful);
/system/update_engine/
Dboot_control_chromeos.cc171 return params.successful || params.tries > 0; in IsSlotBootable()
192 params.successful = false; in MarkSlotUnbootable()
Dupdate_attempter_android.cc270 if (!boot_control_->MarkBootSuccessfulAsync(Bind([](bool successful){}))) in ResetStatus() argument
406 void UpdateAttempterAndroid::CompleteUpdateBootFlags(bool successful) { in CompleteUpdateBootFlags() argument
Domaha_request_action.h169 void TransferComplete(HttpFetcher *fetcher, bool successful) override;
Dupdate_attempter.cc1108 if (!boot_control->MarkBootSuccessfulAsync(Bind([](bool successful){}))) in UpdateAttempter() argument
1167 void UpdateAttempter::CompleteUpdateBootFlags(bool successful) { in UpdateAttempter() argument
Domaha_request_action.cc1031 bool successful) { in TransferComplete() argument
1045 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.h102 void TransferComplete(HttpFetcher* fetcher, bool successful) override;
Ddownload_action.cc349 void DownloadAction::TransferComplete(HttpFetcher* fetcher, bool successful) { in TransferComplete() argument
356 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.rc534 # A/B update verifier that marks a successful boot.
541 # A/B update verifier that marks a successful boot.
548 # A/B update verifier that marks a successful boot.
672 # A/B update verifier that marks a successful boot.
677 # 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_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_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_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
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

12