OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetIsOfficialBuild
(Results
1 - 6
of
6
) sorted by null
/system/update_engine/common/
fake_hardware.h
74
void
SetIsOfficialBuild
(bool is_official_build) {
http_fetcher_unittest.cc
270
fake_hardware_.
SetIsOfficialBuild
(false);
316
fake_hardware_.
SetIsOfficialBuild
(false);
1003
fake_hardware->
SetIsOfficialBuild
(false);
[
all
...]
/system/update_engine/payload_consumer/
delta_performer_unittest.cc
760
fake_hardware_.
SetIsOfficialBuild
(false);
767
fake_hardware_.
SetIsOfficialBuild
(true);
771
fake_hardware_.
SetIsOfficialBuild
(false);
776
fake_hardware_.
SetIsOfficialBuild
(true);
780
fake_hardware_.
SetIsOfficialBuild
(false);
785
fake_hardware_.
SetIsOfficialBuild
(true);
789
fake_hardware_.
SetIsOfficialBuild
(false);
794
fake_hardware_.
SetIsOfficialBuild
(true);
799
fake_hardware_.
SetIsOfficialBuild
(false);
[
all
...]
/system/update_engine/
update_attempter_unittest.cc
[
all
...]
omaha_response_handler_action_unittest.cc
272
fake_system_state_.fake_hardware()->
SetIsOfficialBuild
(false);
346
fake_system_state_.fake_hardware()->
SetIsOfficialBuild
(false);
387
fake_system_state_.fake_hardware()->
SetIsOfficialBuild
(false);
omaha_request_params_unittest.cc
67
fake_system_state_.fake_hardware()->
SetIsOfficialBuild
(locked_down);
Completed in 229 milliseconds