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:GetConfigName
(Results
1 - 8
of
8
) sorted by relevance
/developtools/hiperf/test/unittest/common/native/
H
A
D
report_json_file_test.cpp
676
* @tc.name:
GetConfigName
680
HWTEST_F(ReportJsonFileTest,
GetConfigName
, TestSize.Level1)
in HWTEST_F()
690
EXPECT_STREQ(json->
GetConfigName
(1).c_str(), "eventName");
in HWTEST_F()
691
EXPECT_STREQ(json->
GetConfigName
(2).c_str(), "eventName");
in HWTEST_F()
692
EXPECT_STREQ(json->
GetConfigName
(3).c_str(), "eventName");
in HWTEST_F()
693
EXPECT_STREQ(json->
GetConfigName
(4).c_str(), "eventName2");
in HWTEST_F()
694
EXPECT_STREQ(json->
GetConfigName
(5).c_str(), "eventName2");
in HWTEST_F()
695
EXPECT_STREQ(json->
GetConfigName
(6).c_str(), "eventName");
in HWTEST_F()
/developtools/global_resource_tool/src/
H
A
D
resource_merge.cpp
51
string configPath = ResourceUtil::GetMainPath(*it).Append(ConfigParser::
GetConfigName
()).GetPath();
in Init()
H
A
D
resource_pack.cpp
261
.Append(ConfigParser::
GetConfigName
()).GetPath();
in GenerateConfigJson()
388
string outputPath = FileEntry::FilePath(output).Append(ConfigParser::
GetConfigName
()).GetPath();
in HandleFeature()
/developtools/global_resource_tool/include/
H
A
D
config_parser.h
70
static std::string
GetConfigName
()
in GetConfigName()
function in OHOS::Global::Restool::ConfigParser
/developtools/hiperf/include/
H
A
D
report_json_file.h
391
std::string
GetConfigName
(uint64_t id);
413
FRIEND_TEST(ReportJsonFileTest,
GetConfigName
);
H
A
D
report.h
507
std::string
GetConfigName
(uint64_t id)
in GetConfigName()
function in OHOS::Developtools::HiPerf::Report
/developtools/hiperf/src/
H
A
D
report_json_file.cpp
200
std::string ReportJsonFile::
GetConfigName
(uint64_t id)
in GetConfigName()
function in OHOS::Developtools::HiPerf::ReportJsonFile
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
H
A
D
perf_data_parser.cpp
710
auto threadState = report_->
GetConfigName
(sample->data_.id);
in UpdatePerfSampleData()
Completed in 8 milliseconds