OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldCancel
(Results
1 - 9
of
9
) sorted by null
/system/update_engine/payload_consumer/
mock_download_action.h
35
MOCK_METHOD1(
ShouldCancel
, bool(ErrorCode* cancel_reason));
download_action.h
56
virtual bool
ShouldCancel
(ErrorCode* cancel_reason) = 0;
delta_performer_unittest.cc
102
EXPECT_CALL(mock_delegate_,
ShouldCancel
(_))
375
EXPECT_CALL(mock_delegate_,
ShouldCancel
(_))
[
all
...]
delta_performer_integration_test.cc
715
EXPECT_CALL(state->mock_delegate_,
ShouldCancel
(_))
[
all
...]
delta_performer.cc
654
if (download_delegate_ && download_delegate_->
ShouldCancel
(error))
[
all
...]
/system/update_engine/
update_attempter_android.h
83
bool
ShouldCancel
(ErrorCode* cancel_reason) override;
update_attempter.h
177
bool
ShouldCancel
(ErrorCode* cancel_reason) override;
update_attempter_android.cc
350
bool UpdateAttempterAndroid::
ShouldCancel
(ErrorCode* cancel_reason) {
update_attempter.cc
[
all
...]
Completed in 2516 milliseconds