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:testFileNames_
(Results
1 - 9
of
9
) sorted by relevance
/base/update/updater/test/unittest/updater_binary/
H
A
D
updater_binary_unittest.cpp
137
pkgInfo.entryCount =
testFileNames_
.size() + fileNameIndex;
in CreatePackageBin()
144
sizeof(ComponentInfoExt) * (
testFileNames_
.size() + fileNameIndex));
in CreatePackageBin()
148
for (size_t i = 0; i <
testFileNames_
.size(); i++) {
in CreatePackageBin()
149
BuildCompnentInfo(comp[i],
testFileNames_
[i],
testFileNames_
[i], componentType);
in CreatePackageBin()
152
size_t index =
testFileNames_
.size();
in CreatePackageBin()
182
std::vector<std::string>
testFileNames_
= {
member in __anon4018::UpdaterBinaryUnittest
/base/update/updater/test/fuzztest/package_fuzzer/
H
A
D
package_fuzzer.cpp
89
pkgInfo.entryCount =
testFileNames_
.size();
in TestPackagePack()
97
std::vector<ComponentInfoExt> comp(
testFileNames_
.size());
in TestPackagePack()
98
for (size_t n = 0; n <
testFileNames_
.size(); n++) {
in TestPackagePack()
99
comp[n].componentAddr = strdup(
testFileNames_
[n].c_str());
in TestPackagePack()
101
filePath +=
testFileNames_
[n].c_str();
in TestPackagePack()
117
for (size_t n = 0; n <
testFileNames_
.size(); n++) {
in TestPackagePack()
131
return CreateZipPackage(
testFileNames_
, TEST_PATH_TO + testZipPackageName, TEST_PATH_FROM, digestMethod);
in TestZipPkgCompress()
H
A
D
pkg_fuzz_test.h
196
std::vector<std::string>
testFileNames_
= {
member in OHOS::FuzzPkgTest
/base/update/updater/test/unittest/package/
H
A
D
package_unittest.cpp
93
pkgInfo.entryCount =
testFileNames_
.size();
in TestPackagePack()
101
std::vector<ComponentInfoExt> comp(
testFileNames_
.size());
in TestPackagePack()
102
for (size_t i = 0; i <
testFileNames_
.size(); i++) {
in TestPackagePack()
103
comp[i].componentAddr = strdup(
testFileNames_
[i].c_str());
in TestPackagePack()
105
filePath +=
testFileNames_
[i].c_str();
in TestPackagePack()
123
for (size_t i = 0; i <
testFileNames_
.size(); i++) {
in TestPackagePack()
153
return CreateZipPackage(
testFileNames_
, TEST_PATH_TO + testZipPackageName, TEST_PATH_FROM, digestMethod);
in TestZipPkgCompress()
H
A
D
pkg_manager_unittest.cpp
103
pkgInfo.pkgInfo.entryCount =
testFileNames_
.size();
in GetUpgradePkgInfo()
110
files.resize(
testFileNames_
.size());
in GetUpgradePkgInfo()
111
for (uint32_t i = 0; i <
testFileNames_
.size(); i++) {
in GetUpgradePkgInfo()
113
filePath +=
testFileNames_
[i].c_str();
in GetUpgradePkgInfo()
119
info->fileInfo.identity =
testFileNames_
[i];
in GetUpgradePkgInfo()
333
for (auto name :
testFileNames_
) {
in TestZipPackageInvalidFile()
H
A
D
pkg_test.h
178
std::vector<std::string>
testFileNames_
= {
member in UpdaterUt::PkgTest
H
A
D
pkg_algo_unittest.cpp
135
std::vector<std::string>
testFileNames_
= {
member in UpdaterUt::PkgAlgoUnitTest
/base/update/updater/test/fuzztest/scriptmanager_fuzzer/
H
A
D
scriptmanager_fuzzer.cpp
251
std::vector<std::string>
testFileNames_
= {
member in OHOS::FuzzScriptTest
/base/update/updater/test/unittest/script/
H
A
D
script_unittest.cpp
261
std::vector<std::string>
testFileNames_
= {
member in __anon4015::UScriptTest
Completed in 6 milliseconds