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 - 25
of
30
) sorted by relevance
1
2
/base/hiviewdfx/hiview/base/running_status_logger/
H
A
D
running_status_logger.cpp
74
std::string
workPath
= HiviewGlobal::GetInstance()->GetHiViewDirectory(
in GetLogDir()
local
76
if (
workPath
.back() != '/') {
in GetLogDir()
77
workPath
=
workPath
+ "/";
in GetLogDir()
79
std::string logDestDir =
workPath
+ "sys_event/";
in GetLogDir()
84
logDestDir =
workPath
;
in GetLogDir()
86
logDestDir.c_str(),
workPath
.c_str());
in GetLogDir()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H
A
D
data_share_test.cpp
42
std::string
workPath
= std::string(TEST_FILE_PATH);
in GetTestDir()
local
43
if (
workPath
.back() != '/') {
in GetTestDir()
44
workPath
=
workPath
+ "/";
in GetTestDir()
46
workPath
.append(testCaseName);
in GetTestDir()
47
workPath
.append("/");
in GetTestDir()
48
std::string testDir =
workPath
;
in GetTestDir()
/base/hiviewdfx/hiview/base/logstore/test/unittest/common/
H
A
D
log_store_unit_test.cpp
35
std::string
workPath
= std::string(LOG_FILE_PATH);
in GetLogDir()
local
36
if (
workPath
.back() != '/') {
in GetLogDir()
37
workPath
=
workPath
+ "/";
in GetLogDir()
39
std::string logDestDir =
workPath
;
in GetLogDir()
/base/hiviewdfx/hiview/base/running_status_logger/test/unittest/common/
H
A
D
running_status_logger_test.cpp
48
std::string
workPath
= HiviewGlobal::GetInstance()->GetHiViewDirectory(
in GetLogDir()
local
50
if (
workPath
.back() != '/') {
in GetLogDir()
51
workPath
=
workPath
+ "/";
in GetLogDir()
53
std::string logDestDir =
workPath
+ "sys_event/";
in GetLogDir()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H
A
D
usage_event_cacher.cpp
23
UsageEventCacher::UsageEventCacher(const std::string&
workPath
) : dbHelper_(nullptr)
in UsageEventCacher()
argument
25
dbHelper_ = std::make_unique<EventDbHelper>(
workPath
);
in UsageEventCacher()
H
A
D
event_db_helper.cpp
50
EventDbHelper::EventDbHelper(const std::string
workPath
) : dbPath_(
workPath
), rdbStore_(nullptr)
in EventDbHelper()
argument
60
std::string
workPath
= dbPath_;
in InitDbStore()
local
61
if (
workPath
.back() != '/') {
in InitDbStore()
69
dbPath_ =
workPath
;
in InitDbStore()
H
A
D
fold_app_usage_event_factory.cpp
39
FoldAppUsageEventFactory::FoldAppUsageEventFactory(const std::string&
workPath
)
in FoldAppUsageEventFactory()
argument
41
dbHelper_ = std::make_unique<FoldAppUsageDbHelper>(
workPath
);
in FoldAppUsageEventFactory()
H
A
D
fold_app_usage_db_helper.cpp
128
FoldAppUsageDbHelper::FoldAppUsageDbHelper(const std::string&
workPath
)
in FoldAppUsageDbHelper()
argument
130
dbPath_ =
workPath
;
in FoldAppUsageDbHelper()
131
if (
workPath
.back() != '/') {
in FoldAppUsageDbHelper()
132
dbPath_ =
workPath
+ "/";
in FoldAppUsageDbHelper()
/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()
argument
/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H
A
D
utility_common_utils_test.cpp
35
std::string
workPath
= std::string(LOG_FILE_PATH);
in GetLogDir()
local
36
if (
workPath
.back() != '/') {
in GetLogDir()
37
workPath
=
workPath
+ "/";
in GetLogDir()
39
workPath
.append(testCaseName);
in GetLogDir()
40
workPath
.append("/");
in GetLogDir()
41
std::string logDestDir =
workPath
;
in GetLogDir()
/base/hiviewdfx/hiview/plugins/unified_collector/task/include/
H
A
D
cpu_collection_task.h
29
CpuCollectionTask(const std::string&
workPath
);
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H
A
D
usage_event_cacher.h
31
UsageEventCacher(const std::string&
workPath
);
H
A
D
fold_app_usage_event_factory.h
29
FoldAppUsageEventFactory(const std::string&
workPath
);
H
A
D
fold_event_cacher.h
31
FoldEventCacher(const std::string&
workPath
);
H
A
D
fold_app_usage_db_helper.h
65
FoldAppUsageDbHelper(const std::string&
workPath
);
H
A
D
event_db_helper.h
31
EventDbHelper(const std::string
workPath
);
/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/
H
A
D
cpu_storage.h
36
CpuStorage(const std::string&
workPath
);
/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H
A
D
usage_event_report.h
56
void InitFoldEventCacher(const std::string&
workPath
);
/base/hiviewdfx/hiview/plugins/usage_event_report/
H
A
D
usage_event_report.cpp
141
void UsageEventReport::InitFoldEventCacher(const std::string&
workPath
)
in InitFoldEventCacher()
argument
147
foldEventCacher_ = std::make_unique<FoldEventCacher>(
workPath
);
in InitFoldEventCacher()
148
foldAppUsageFactory_ = std::make_unique<FoldAppUsageEventFactory>(
workPath
);
in InitFoldEventCacher()
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H
A
D
adapter_utility_ohos_test.cpp
62
std::string
workPath
= std::string(LOG_FILE_PATH);
in GetLogDir()
local
63
if (
workPath
.back() != '/') {
in GetLogDir()
64
workPath
=
workPath
+ "/";
in GetLogDir()
66
workPath
.append(testCaseName);
in GetLogDir()
67
workPath
.append("/");
in GetLogDir()
68
std::string logDestDir =
workPath
;
in GetLogDir()
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/
H
A
D
daily_db_helper.h
33
DailyDbHelper(const std::string&
workPath
);
/base/hiviewdfx/hiview/plugins/sysevent_source/control/include/
H
A
D
daily_controller.h
26
DailyController(const std::string&
workPath
, const std::string& configPath);
/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H
A
D
daily_controller.cpp
29
DailyController::DailyController(const std::string&
workPath
, const std::string& configPath)
in DailyController()
argument
31
dbHelper_ = std::make_unique<DailyDbHelper>(
workPath
);
in DailyController()
/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()
argument
/base/hiviewdfx/hiview/base/event_store/store/
H
A
D
sys_event_database.cpp
103
std::string
workPath
= context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY);
in GetDatabaseDir()
local
104
dir = FileUtil::IncludeTrailingPathDelimiter(
workPath
) + "sys_event_db" + FILE_DELIMIT_STR;
in GetDatabaseDir()
109
dir =
workPath
;
in GetDatabaseDir()
Completed in 11 milliseconds
1
2