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:ParsePatchInfo
(Results
1 - 4
of
4
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H
A
D
patch_parser.cpp
31
ErrCode PatchParser::
ParsePatchInfo
(const std::string &pathName, AppQuickFix &appQuickFix) const
in ParsePatchInfo()
function in OHOS::AppExecFwk::PatchParser
59
ErrCode PatchParser::
ParsePatchInfo
(const std::vector<std::string> &filePaths,
in ParsePatchInfo()
function in OHOS::AppExecFwk::PatchParser
68
ErrCode result =
ParsePatchInfo
(filePaths[index], appQuickFix);
in ParsePatchInfo()
H
A
D
quick_fix_deployer.cpp
388
ErrCode ret = patchParser.
ParsePatchInfo
(bundleFilePaths, infos);
in ParseAndCheckAppQuickFixInfos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H
A
D
patch_parser.h
30
ErrCode
ParsePatchInfo
(const std::string &pathName, AppQuickFix &appQuickFix) const;
32
ErrCode
ParsePatchInfo
(const std::vector<std::string> &filePaths,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H
A
D
bms_bundle_quick_fix_test.cpp
2965
* Function:
ParsePatchInfo
2966
* @tc.name: test
ParsePatchInfo
2968
* @tc.desc:
ParsePatchInfo
2975
ErrCode res = patchParser.
ParsePatchInfo
(pathName, appQuickFix);
in HWTEST_F()
2981
* Function:
ParsePatchInfo
2982
* @tc.name: test
ParsePatchInfo
2984
* @tc.desc:
ParsePatchInfo
2991
ErrCode res = patchParser.
ParsePatchInfo
(pathName, appQuickFix);
in HWTEST_F()
3470
* Function:
ParsePatchInfo
3471
* @tc.name: test
ParsePatchInfo
[all...]
Completed in 9 milliseconds