Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:workPath_
(Results
1 - 12
of
12
) sorted by relevance
/base/hiviewdfx/hiview/plugins/usage_event_report/
H
A
D
usage_event_report.cpp
45
std::string UsageEventReport::
workPath_
= "";
member in OHOS::HiviewDFX::UsageEventReport
99
workPath_
= context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY);
in Init()
102
UsageEventCacher cacher(
workPath_
);
in Init()
124
InitFoldEventCacher(
workPath_
);
in Init()
272
UsageEventCacher cacher(
workPath_
);
in SavePluginStatsEvents()
278
UsageEventCacher cacher(
workPath_
);
in DeletePluginStatsEvents()
308
"-p",
workPath_
.c_str(),
in StartServiceByOption()
/base/hiviewdfx/hiview/plugins/usage_event_report/service/
H
A
D
usage_event_report_service.cpp
38
UsageEventReportService::UsageEventReportService() :
workPath_
(DEFAULT_WORK_PATH), lastReportTime_(0),
in UsageEventReportService()
57
workPath_
= realPath;
in InitWorkPath()
75
UsageEventCacher cacher(
workPath_
);
in ReportSysUsage()
116
UsageEventCacher cacher(
workPath_
);
in SaveSysUsage()
/base/hiviewdfx/hiview/plugins/unified_collector/task/
H
A
D
cpu_collection_task.cpp
36
CpuCollectionTask::CpuCollectionTask(const std::string& workPath) :
workPath_
(workPath)
in CpuCollectionTask()
63
cpuStorage_ = std::make_shared<CpuStorage>(
workPath_
);
in InitCpuStorage()
/base/hiviewdfx/hiview/plugins/unified_collector/task/include/
H
A
D
cpu_collection_task.h
44
std::string
workPath_
;
member in OHOS::HiviewDFX::CpuCollectionTask
/base/hiviewdfx/hiview/plugins/usage_event_report/service/include/
H
A
D
usage_event_report_service.h
41
std::string
workPath_
;
member in OHOS::HiviewDFX::UsageEventReportService
/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/
H
A
D
cpu_storage.h
56
std::string
workPath_
;
member in OHOS::HiviewDFX::CpuStorage
/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H
A
D
usage_event_report.h
66
static std::string
workPath_
;
member in OHOS::HiviewDFX::UsageEventReport
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H
A
D
daily_db_helper.cpp
73
DailyDbHelper::DailyDbHelper(const std::string& workPath) :
workPath_
(workPath), dbStore_(nullptr)
in DailyDbHelper()
88
if (
workPath_
.empty()) {
in InitDbPath()
94
std::string tempDbPath = FileUtil::IncludeTrailingPathDelimiter(
workPath_
).append(thresholdDir);
in InitDbPath()
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/
H
A
D
daily_db_helper.h
60
std::string
workPath_
;
member in OHOS::HiviewDFX::DailyDbHelper
/base/hiviewdfx/hiview/plugins/unified_collector/include/
H
A
D
unified_collector.h
61
std::string
workPath_
;
member in OHOS::HiviewDFX::UnifiedCollector
/base/hiviewdfx/hiview/plugins/unified_collector/
H
A
D
unified_collector.cpp
436
workPath_
= tempWorkPath;
in InitWorkPath()
441
if (
workPath_
.empty() || isCpuTaskRunning_) {
in RunCpuCollectionTask()
452
cpuCollectionTask_ = std::make_shared<CpuCollectionTask>(
workPath_
);
in CpuCollectionFfrtTask()
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H
A
D
cpu_storage.cpp
252
CpuStorage::CpuStorage(const std::string& workPath) :
workPath_
(workPath)
in CpuStorage()
264
std::string tempDbStorePath = FileUtil::IncludeTrailingPathDelimiter(
workPath_
);
in InitDbStorePath()
Completed in 5 milliseconds