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:GetCallerToken
(Results
1 - 9
of
9
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
call_record.h
81
sptr<IRemoteObject>
GetCallerToken
() const;
H
A
D
ability_record.h
115
const sptr<IRemoteObject>
GetCallerToken
()
in GetCallerToken()
function in OHOS::AAFwk::SystemAbilityCallerRecord
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
connection_state_item.cpp
161
return info && info->
GetCallerToken
() == caller.callerToken;
in AddCaller()
181
return info && info->
GetCallerToken
() == caller.callerToken;
in RemoveCaller()
217
sptr<IRemoteObject>
GetCallerToken
() const
in GetCallerToken()
function in OHOS::AAFwk::ConnectedDataAbility::CallerInfo
H
A
D
call_record.cpp
112
sptr<IRemoteObject> CallRecord::
GetCallerToken
() const
in GetCallerToken()
function in OHOS::AAFwk::CallRecord
H
A
D
ability_record.cpp
1986
sptr<IRemoteObject> callerToken = callerSystemAbilityRecord->
GetCallerToken
();
in SendResultToSystemAbility()
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H
A
D
applicationanrlistener_fuzzer.cpp
166
callRecord->
GetCallerToken
();
in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcamera_device.h
75
int32_t
GetCallerToken
();
/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H
A
D
camera_device_fuzzer.cpp
173
fuzzCameraDevice->
GetCallerToken
();
in CameraDeviceFuzzTest2Case1()
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_device.cpp
1063
int32_t HCameraDevice::
GetCallerToken
()
in GetCallerToken()
function in OHOS::CameraStandard::HCameraDevice
Completed in 14 milliseconds