OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SystemProfileCache
(Results
1 - 4
of
4
) sorted by null
/system/core/metricsd/uploader/
system_profile_cache.h
49
class
SystemProfileCache
: public SystemProfileSetter {
51
SystemProfileCache
();
53
SystemProfileCache
(bool testing, const base::FilePath& metrics_directory);
system_profile_cache.cc
56
SystemProfileCache
::
SystemProfileCache
()
63
SystemProfileCache
::
SystemProfileCache
(bool testing,
71
bool
SystemProfileCache
::Initialize() {
139
bool
SystemProfileCache
::InitializeOrCheck() {
143
bool
SystemProfileCache
::Populate(
171
std::string
SystemProfileCache
::GetPersistentGUID(
184
metrics::SystemProfileProto_Channel
SystemProfileCache
::ProtoChannelFromString(
upload_service_test.cc
225
EXPECT_EQ(
SystemProfileCache
::ProtoChannelFromString("developer-build"),
229
SystemProfileCache
::ProtoChannelFromString("dev-channel"));
232
SystemProfileCache
::ProtoChannelFromString("stable-channel"));
235
SystemProfileCache
::ProtoChannelFromString("this is a test"));
249
new
SystemProfileCache
(true, dir_.path()));
265
std::string first_guid =
SystemProfileCache
::GetPersistentGUID(tmp_file);
266
std::string second_guid =
SystemProfileCache
::GetPersistentGUID(tmp_file);
273
first_guid =
SystemProfileCache
::GetPersistentGUID(tmp_file);
275
second_guid =
SystemProfileCache
::GetPersistentGUID(tmp_file);
283
SystemProfileCache
cache(true, dir_.path())
[
all
...]
upload_service.cc
74
system_profile_setter_.reset(new
SystemProfileCache
());
Completed in 55 milliseconds