OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMachineType
(Results
1 - 3
of
3
) sorted by null
/system/update_engine/
omaha_request_params_unittest.cc
91
string
GetMachineType
() {
114
EXPECT_EQ(string("0.2.2.3_") +
GetMachineType
(), out.os_sp());
137
EXPECT_EQ(string("0.2.2.3_") +
GetMachineType
(), out.os_sp());
157
EXPECT_EQ(string("0.2.2.3_") +
GetMachineType
(), out.os_sp());
174
EXPECT_EQ(string("0.2.2.3_") +
GetMachineType
(), out.os_sp());
190
EXPECT_EQ(string("_") +
GetMachineType
(), out.os_sp());
208
EXPECT_EQ(string("ForcedVersion_") +
GetMachineType
(), out.os_sp());
227
EXPECT_EQ(string("0.2.2.3_") +
GetMachineType
(), out.os_sp());
247
EXPECT_EQ(string("0.2.2.3_") +
GetMachineType
(), out.os_sp());
285
EXPECT_EQ(string("0.2.2.3_") +
GetMachineType
(), out.os_sp())
[
all
...]
omaha_request_params.cc
84
os_sp_ = image_props_.version + "_" +
GetMachineType
();
183
string OmahaRequestParams::
GetMachineType
() const {
omaha_request_params.h
264
std::string
GetMachineType
() const;
Completed in 197 milliseconds