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:HspInfo
(Results
1 - 5
of
5
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H
A
D
aot_args.cpp
26
bool
HspInfo
::ReadFromParcel(Parcel &parcel)
in ReadFromParcel()
43
bool
HspInfo
::Marshalling(Parcel &parcel) const
in Marshalling()
54
HspInfo
*
HspInfo
::Unmarshalling(Parcel &parcel)
in Unmarshalling()
56
HspInfo
*hspInfo = new (std::nothrow)
HspInfo
();
in Unmarshalling()
58
APP_LOGE("read
HspInfo
from parcel failed");
in Unmarshalling()
65
std::string
HspInfo
::ToString() const
in ToString()
107
std::unique_ptr<
HspInfo
> hspInfoPtr(parcel.ReadParcelable<
HspInfo
>());
in ReadFromParcel()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H
A
D
aot_args.h
23
struct
HspInfo
: public Parcelable {
struct
34
static
HspInfo
*Unmarshalling(Parcel &parcel);
48
std::vector<
HspInfo
> hspVector;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H
A
D
bms_data_aot_test.cpp
95
HspInfo
CreateHspInfo() const;
96
void CheckHspInfo(
HspInfo
&sourceHspInfo,
HspInfo
&targetHspInfo) const;
135
HspInfo
BmsAOTMgrTest::CreateHspInfo() const
in CreateHspInfo()
137
HspInfo
hspInfo;
in CreateHspInfo()
147
void BmsAOTMgrTest::CheckHspInfo(
HspInfo
&sourceHspInfo,
HspInfo
&targetHspInfo) const
in CheckHspInfo()
685
* @tc.name: test
HspInfo
Marshalling and Unmarshalling
691
HspInfo
hspInfo = CreateHspInfo();
in HWTEST_F()
695
std::shared_ptr<
HspInfo
> hspInfoPt
in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
inner_bundle_info.h
2177
void GetInternalDependentHspInfo(const std::string &moduleName, std::vector<
HspInfo
> &hspInfoVector) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
inner_bundle_info.cpp
244
const std::string &moduleName, std::vector<
HspInfo
> &hspInfoVector) const
in GetInternalDependentHspInfo()
255
HspInfo
hspInfo;
in GetInternalDependentHspInfo()
Completed in 17 milliseconds