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:profileStream
(Results
1 - 7
of
7
) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
bundle_extractor.cpp
27
uint8_t BundleExtractor::ExtractHapProfile(const std::string &hapFile, std::ostringstream &
profileStream
)
in ExtractHapProfile()
argument
35
if (!extractorUtil.ExtractFileByName(PROFILE_NAME,
profileStream
)) {
in ExtractHapProfile()
H
A
D
bundle_parser.cpp
190
std::ostringstream
profileStream
;
in ParseBundleParam()
local
191
if (BundleExtractor::ExtractHapProfile(path,
profileStream
) != ERR_OK) {
in ParseBundleParam()
194
cJSON *root = cJSON_Parse(
profileStream
.str().c_str());
in ParseBundleParam()
281
std::ostringstream
profileStream
;
in ParseHapProfile()
local
282
uint8_t errorCode = BundleExtractor::ExtractHapProfile(path,
profileStream
);
in ParseHapProfile()
285
cJSON *root = cJSON_Parse(
profileStream
.str().c_str());
in ParseHapProfile()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H
A
D
bundle_extractor.h
25
static uint8_t ExtractHapProfile(const std::string &hapFile, std::ostringstream &
profileStream
);
/foundation/resourceschedule/memmgr/common/src/
H
A
D
xml_helper.cpp
38
std::ifstream
profileStream
(path);
in CheckPathExist()
39
return
profileStream
.good();
in CheckPathExist()
/foundation/systemabilitymgr/samgr/services/common/src/
H
A
D
parse_util.cpp
606
std::ifstream
profileStream
(profilePath.c_str());
in CheckPathExist()
607
return
profileStream
.good();
in CheckPathExist()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
module_profile.cpp
1853
std::stringstream
profileStream
;
in ToInnerProfileConfiguration()
local
1854
if (!bundleExtractor.ExtractByName(profilePath,
profileStream
)) {
in ToInnerProfileConfiguration()
1858
result =
profileStream
.str();
in ToInnerProfileConfiguration()
H
A
D
bundle_data_mgr.cpp
7244
std::stringstream
profileStream
;
in GetJsonProfileByExtractor()
local
7245
if (!bundleExtractor.ExtractByName(profilePath,
profileStream
)) {
in GetJsonProfileByExtractor()
7249
profile =
profileStream
.str();
in GetJsonProfileByExtractor()
Completed in 21 milliseconds