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:tagGroups
(Results
1 - 23
of
23
) sorted by relevance
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H
A
D
hitrace_dump_test.cpp
145
const std::vector<std::string>
tagGroups
= {"scene_performance"};
in HWTEST_F()
local
146
ASSERT_TRUE(OpenTrace(
tagGroups
) == TraceErrorCode::SUCCESS);
in HWTEST_F()
183
const std::vector<std::string>
tagGroups
= {"default"};
in HWTEST_F()
local
184
ASSERT_TRUE(OpenTrace(
tagGroups
) == TraceErrorCode::SUCCESS);
in HWTEST_F()
200
const std::vector<std::string>
tagGroups
= {"default"};
in HWTEST_F()
local
201
ASSERT_TRUE(OpenTrace(
tagGroups
) == TraceErrorCode::SUCCESS);
in HWTEST_F()
216
const std::vector<std::string>
tagGroups
= {"default"};
in HWTEST_F()
local
217
ASSERT_TRUE(OpenTrace(
tagGroups
) == TraceErrorCode::SUCCESS);
in HWTEST_F()
225
ASSERT_TRUE(OpenTrace(
tagGroups
) == TraceErrorCode::SUCCESS);
in HWTEST_F()
242
const std::vector<std::string>
tagGroups
in HWTEST_F()
local
302
const std::vector<std::string>
tagGroups
= {"default"};
HWTEST_F()
local
328
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
406
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
434
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
542
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
563
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
593
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
623
const std::vector<std::string>
tagGroups
;
HWTEST_F()
local
643
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
662
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
[all...]
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H
A
D
trace_collector_test.cpp
52
const std::vector<std::string>
tagGroups
= {"scene_performance"};
in HWTEST_F()
local
55
ASSERT_EQ(g_traceManager.OpenSnapshotTrace(
tagGroups
), 0);
in HWTEST_F()
75
const std::vector<std::string>
tagGroups
= {"scene_performance"};
in HWTEST_F()
local
78
ASSERT_EQ(g_traceManager.OpenSnapshotTrace(
tagGroups
), 0);
in HWTEST_F()
98
const std::vector<std::string>
tagGroups
= {"scene_performance"};
in HWTEST_F()
local
101
ASSERT_EQ(g_traceManager.OpenSnapshotTrace(
tagGroups
), 0);
in HWTEST_F()
146
const std::vector<std::string>
tagGroups
= {"scene_performance"};
in HWTEST_F()
local
149
ASSERT_EQ(g_traceManager.OpenSnapshotTrace(
tagGroups
), 0);
in HWTEST_F()
172
const std::vector<std::string>
tagGroups
= {"scene_performance"};
in HWTEST_F()
local
175
ASSERT_EQ(g_traceManager.OpenSnapshotTrace(
tagGroups
),
in HWTEST_F()
198
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
212
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
249
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
262
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
305
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
330
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
356
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
382
const std::vector<std::string>
tagGroups
= {"scene_performance"};
HWTEST_F()
local
[all...]
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/
H
A
D
trace_collector_client_impl.cpp
30
virtual CollectResult<int32_t> OpenSnapshot(const std::vector<std::string>&
tagGroups
) override;
45
CollectResult<int32_t> TraceCollectorImpl::OpenSnapshot(const std::vector<std::string>&
tagGroups
)
in OpenSnapshot()
argument
47
return HiViewServiceTraceDelegate::OpenSnapshot(
tagGroups
);
in OpenSnapshot()
/base/hiviewdfx/hiview/adapter/service/client/src/
H
A
D
hiview_service_trace_delegate.cpp
25
CollectResult<int32_t> HiViewServiceTraceDelegate::OpenSnapshot(const std::vector<std::string>&
tagGroups
)
in OpenSnapshot()
argument
27
auto proxyHandler = [&
tagGroups
] (HiviewServiceAbilityProxy& proxy) {
in OpenSnapshot()
28
return proxy.OpenSnapshotTrace(
tagGroups
);
in OpenSnapshot()
H
A
D
hiview_service_ability_proxy.cpp
145
const std::vector<std::string>&
tagGroups
)
in OpenSnapshotTrace()
147
auto parcelHandler = [&
tagGroups
] (MessageParcel& data) {
in OpenSnapshotTrace()
148
return data.WriteStringVector(
tagGroups
);
in OpenSnapshotTrace()
144
OpenSnapshotTrace( const std::vector<std::string>&
tagGroups
)
OpenSnapshotTrace()
argument
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H
A
D
trace_manager.cpp
47
int32_t TraceManager::OpenSnapshotTrace(const std::vector<std::string> &
tagGroups
)
in OpenSnapshotTrace()
argument
65
TraceErrorCode ret = OHOS::HiviewDFX::Hitrace::OpenTrace(
tagGroups
);
in OpenSnapshotTrace()
111
const std::vector<std::string>
tagGroups
= {"scene_performance"};
in RecoverTrace()
local
112
TraceErrorCode ret = OHOS::HiviewDFX::Hitrace::OpenTrace(
tagGroups
);
in RecoverTrace()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H
A
D
trace_manager.h
29
int32_t OpenSnapshotTrace(const std::vector<std::string> &
tagGroups
);
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H
A
D
trace_collector_client.h
51
virtual CollectResult<int32_t> OpenSnapshot(const std::vector<std::string>&
tagGroups
) = 0;
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/
H
A
D
hitrace_dump.h
70
* Set trace tags based on
tagGroups
for SERVICE_MODE.
72
TraceErrorCode OpenTrace(const std::vector<std::string> &
tagGroups
);
/base/hiviewdfx/hiview/adapter/service/client/include/
H
A
D
hiview_service_trace_delegate.h
31
static CollectResult<int32_t> OpenSnapshot(const std::vector<std::string>&
tagGroups
);
H
A
D
hiview_service_ability_proxy.h
39
CollectResultParcelable<int32_t> OpenSnapshotTrace(const std::vector<std::string>&
tagGroups
) override;
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H
A
D
decorator_test.cpp
101
const std::vector<std::string>
tagGroups
= {"scene_performance"};
in CallCollectorFuncs()
local
102
(void)g_traceManager.OpenSnapshotTrace(
tagGroups
);
in CallCollectorFuncs()
/base/hiviewdfx/hitrace/frameworks/native/
H
A
D
common_utils.cpp
214
cJSON*
tagGroups
= cJSON_GetObjectItem(root, "tag_groups");
in ParseTagInfo()
local
215
if (
tagGroups
== nullptr) {
in ParseTagInfo()
220
if (!ParseTagGroups(
tagGroups
, tagGroupTable)) {
in ParseTagInfo()
/base/hiviewdfx/hiview/adapter/service/common/include/
H
A
D
ihiview_service_ability.h
40
virtual CollectResultParcelable<int32_t> OpenSnapshotTrace(const std::vector<std::string>&
tagGroups
) = 0;
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H
A
D
hitrace_dump.cpp
54
std::vector<std::string>
tagGroups
;
member
219
bool CheckTagGroup(const std::vector<std::string> &
tagGroups
,
in CheckTagGroup()
argument
222
for (auto groupName :
tagGroups
) {
in CheckTagGroup()
319
if (traceParams.
tagGroups
.size() > 0) {
in SetAllTags()
330
for (std::string groupName : traceParams.
tagGroups
) {
in SetAllTags()
1145
const std::vector<std::string>
tagGroups
= {"scene_performance"};
in RestartService()
local
1146
OpenTrace(
tagGroups
);
in RestartService()
1236
TraceErrorCode HandleServiceTraceOpen(const std::vector<std::string> &
tagGroups
,
in HandleServiceTraceOpen()
argument
1241
serviceTraceParams.
tagGroups
=
tagGroups
;
in HandleServiceTraceOpen()
1369
OpenTrace(const std::vector<std::string> &
tagGroups
)
OpenTrace()
argument
[all...]
/base/hiviewdfx/hiview/service/
H
A
D
hiview_service.h
46
CollectResult<int32_t> OpenSnapshotTrace(const std::vector<std::string>&
tagGroups
);
H
A
D
hiview_service.cpp
305
CollectResult<int32_t> HiviewService::OpenSnapshotTrace(const std::vector<std::string>&
tagGroups
)
in OpenSnapshotTrace()
argument
308
int32_t openRet = manager.OpenSnapshotTrace(
tagGroups
);
in OpenSnapshotTrace()
/base/hiviewdfx/hiview/adapter/service/server/include/
H
A
D
hiview_service_ability.h
52
CollectResultParcelable<int32_t> OpenSnapshotTrace(const std::vector<std::string>&
tagGroups
) override;
/base/hiviewdfx/hiview/adapter/service/server/src/
H
A
D
hiview_service_ability.cpp
273
CollectResultParcelable<int32_t> HiviewServiceAbility::OpenSnapshotTrace(const std::vector<std::string>&
tagGroups
)
in OpenSnapshotTrace()
argument
275
auto traceRetHandler = [&
tagGroups
] (HiviewService* service) {
in OpenSnapshotTrace()
276
return service->OpenSnapshotTrace(
tagGroups
);
in OpenSnapshotTrace()
H
A
D
hiview_service_ability_stub.cpp
361
std::vector<std::string>
tagGroups
;
in HandleOpenSnapshotTraceRequest()
local
362
if (!data.ReadStringVector(&
tagGroups
)) {
in HandleOpenSnapshotTraceRequest()
366
auto ret = OpenSnapshotTrace(
tagGroups
);
in HandleOpenSnapshotTraceRequest()
/base/hiviewdfx/hiview/plugins/unified_collector/
H
A
D
unified_collector.cpp
403
const std::vector<std::string>
tagGroups
= {"scene_performance"};
in LoadHitraceService()
local
404
TraceErrorCode ret = OpenTrace(
tagGroups
);
in LoadHitraceService()
/base/hiviewdfx/hitrace/cmd/src/
H
A
D
hitrace_cmd.cpp
51
std::string
tagGroups
;
member
818
std::vector<std::string>
tagGroups
= { "scene_performance" };
in HandleOpenSnapshot()
local
819
auto openRet = g_traceCollector->OpenSnapshot(
tagGroups
);
in HandleOpenSnapshot()
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H
A
D
trace_collector_client_test.cpp
103
const std::vector<std::string>
tagGroups
= {"scene_performance"};
in HWTEST_F()
local
104
auto openRet = traceCollector->OpenSnapshot(
tagGroups
);
in HWTEST_F()
Completed in 15 milliseconds