OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AreDevFeaturesEnabled
(Results
1 - 8
of
8
) sorted by null
/system/update_engine/common/
hardware_interface.h
48
virtual bool
AreDevFeaturesEnabled
() const = 0;
mock_hardware.h
39
ON_CALL(*this,
AreDevFeaturesEnabled
())
41
&FakeHardware::
AreDevFeaturesEnabled
));
fake_hardware.h
44
bool
AreDevFeaturesEnabled
() const override {
/system/update_engine/
hardware_android.h
39
bool
AreDevFeaturesEnabled
() const override;
hardware_chromeos.h
43
bool
AreDevFeaturesEnabled
() const override;
hardware_android.cc
135
bool HardwareAndroid::
AreDevFeaturesEnabled
() const {
hardware_chromeos.cc
102
bool HardwareChromeOS::
AreDevFeaturesEnabled
() const {
update_attempter.cc
[
all
...]
Completed in 1005 milliseconds