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:changeResponse
(Results
1 - 6
of
6
) sorted by relevance
/base/security/access_token/frameworks/privacy/src/
H
A
D
perm_active_response_parcel.cpp
24
RETURN_IF_FALSE(out.WriteUint32(this->
changeResponse
.tokenID));
in Marshalling()
25
RETURN_IF_FALSE(out.WriteString(this->
changeResponse
.permissionName));
in Marshalling()
26
RETURN_IF_FALSE(out.WriteString(this->
changeResponse
.deviceId));
in Marshalling()
27
RETURN_IF_FALSE(out.WriteInt32(this->
changeResponse
.type));
in Marshalling()
38
RELEASE_IF_FALSE(in.ReadUint32(activeChangeResponseParcel->
changeResponse
.tokenID), activeChangeResponseParcel);
in Unmarshalling()
39
RELEASE_IF_FALSE(in.ReadString(activeChangeResponseParcel->
changeResponse
.permissionName),
in Unmarshalling()
41
RELEASE_IF_FALSE(in.ReadString(activeChangeResponseParcel->
changeResponse
.deviceId), activeChangeResponseParcel);
in Unmarshalling()
45
activeChangeResponseParcel->
changeResponse
.type = static_cast<ActiveChangeType>(type);
in Unmarshalling()
/base/security/access_token/frameworks/privacy/include/
H
A
D
perm_active_response_parcel.h
34
ActiveChangeResponse
changeResponse
;
member
/base/security/access_token/frameworks/test/unittest/
H
A
D
privacy_parcel_test.cpp
161
activeChangeResponseParcel.
changeResponse
= {
in HWTEST_F()
174
EXPECT_EQ(activeChangeResponseParcel.
changeResponse
.tokenID, readedData->
changeResponse
.tokenID);
in HWTEST_F()
175
EXPECT_EQ(activeChangeResponseParcel.
changeResponse
.permissionName, readedData->
changeResponse
.permissionName);
in HWTEST_F()
176
EXPECT_EQ(activeChangeResponseParcel.
changeResponse
.deviceId, readedData->
changeResponse
.deviceId);
in HWTEST_F()
177
EXPECT_EQ(activeChangeResponseParcel.
changeResponse
.type, readedData->
changeResponse
.type);
in HWTEST_F()
/base/security/access_token/frameworks/inner_api/privacy/src/
H
A
D
perm_active_status_change_callback_stub.cpp
50
ActiveStatusChangeCallback(resultSptr->
changeResponse
);
in OnRemoteRequest()
/base/security/access_token/services/privacymanager/src/active/
H
A
D
perm_active_status_change_callback_proxy.cpp
43
resultParcel.
changeResponse
= result;
in ActiveStatusChangeCallback()
/base/security/access_token/frameworks/inner_api/privacy/test/unittest/src/
H
A
D
privacy_kit_test.cpp
1863
responseParcel.
changeResponse
= response;
in HWTEST_F()
Completed in 5 milliseconds