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:baseInfoParcel
(Results
1 - 3
of
3
) sorted by relevance
/base/security/access_token/frameworks/accesstoken/src/
H
A
D
hap_token_info_for_sync_parcel.cpp
28
HapTokenInfoParcel
baseInfoParcel
;
in Marshalling()
local
29
baseInfoParcel
.hapTokenInfoParams = this->hapTokenInfoForSyncParams.baseInfo;
in Marshalling()
30
RETURN_IF_FALSE(out.WriteParcelable(&
baseInfoParcel
));
in Marshalling()
52
sptr<HapTokenInfoParcel>
baseInfoParcel
= in.ReadParcelable<HapTokenInfoParcel>();
in Unmarshalling()
local
53
RELEASE_IF_FALSE(
baseInfoParcel
!= nullptr, hapTokenInfoForSyncParcel);
in Unmarshalling()
54
hapTokenInfoForSyncParcel->hapTokenInfoForSyncParams.baseInfo =
baseInfoParcel
->hapTokenInfoParams;
in Unmarshalling()
/base/security/access_token/test/fuzztest/services/accesstoken/setpermdialogcap_fuzzer/
H
A
D
setpermdialogcap_fuzzer.cpp
65
HapBaseInfoParcel
baseInfoParcel
;
in SetPermDialogCapFuzzTest()
local
66
baseInfoParcel
.hapBaseInfo.userID = fuzzData.GetData<int32_t>();
in SetPermDialogCapFuzzTest()
67
baseInfoParcel
.hapBaseInfo.bundleName = fuzzData.GenerateRandomString();
in SetPermDialogCapFuzzTest()
68
baseInfoParcel
.hapBaseInfo.instIndex = fuzzData.GetData<int32_t>();
in SetPermDialogCapFuzzTest()
72
if (!datas.WriteParcelable(&
baseInfoParcel
)) {
in SetPermDialogCapFuzzTest()
/base/security/access_token/frameworks/test/unittest/
H
A
D
accesstoken_parcel_test.cpp
274
Parcel& out, const Parcelable&
baseInfoParcel
, uint32_t size)
in WriteParcelable()
276
out.WriteParcelable(&
baseInfoParcel
);
in WriteParcelable()
289
out.WriteParcelable(&
baseInfoParcel
);
in WriteParcelable()
325
HapTokenInfoParcel
baseInfoParcel
;
in HWTEST_F()
local
326
baseInfoParcel
.hapTokenInfoParams = hapTokenInfo;
in HWTEST_F()
327
WriteParcelable(out,
baseInfoParcel
, MAX_PERMLIST_SIZE);
in HWTEST_F()
333
WriteParcelable(out,
baseInfoParcel
, MAX_PERMLIST_SIZE + 1);
in HWTEST_F()
273
WriteParcelable( Parcel& out, const Parcelable&
baseInfoParcel
, uint32_t size)
WriteParcelable()
argument
Completed in 2 milliseconds