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:serviceToken
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/scheduleconnectabilitydone_fuzzer/
H
A
D
scheduleconnectabilitydone_fuzzer.cpp
76
// get
serviceToken
in DoSomethingInterestingWithMyAPI()
77
sptr<IRemoteObject>
serviceToken
= GetFuzzAbilityToken(AbilityType::SERVICE);
in DoSomethingInterestingWithMyAPI()
local
78
if (!
serviceToken
) {
in DoSomethingInterestingWithMyAPI()
84
connectManager->ScheduleConnectAbilityDoneLocked(
serviceToken
, remoteObject);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/scheduledisconnectabilitydone_fuzzer/
H
A
D
scheduledisconnectabilitydone_fuzzer.cpp
75
// get
serviceToken
in DoSomethingInterestingWithMyAPI()
76
sptr<IRemoteObject>
serviceToken
= GetFuzzAbilityToken(AbilityType::SERVICE);
in DoSomethingInterestingWithMyAPI()
local
77
if (!
serviceToken
) {
in DoSomethingInterestingWithMyAPI()
83
connectManager->ScheduleDisconnectAbilityDoneLocked(
serviceToken
);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/schedulecommandabilitydone_fuzzer/
H
A
D
schedulecommandabilitydone_fuzzer.cpp
75
// get
serviceToken
in DoSomethingInterestingWithMyAPI()
76
sptr<IRemoteObject>
serviceToken
= GetFuzzAbilityToken(AbilityType::SERVICE);
in DoSomethingInterestingWithMyAPI()
local
77
if (!
serviceToken
) {
in DoSomethingInterestingWithMyAPI()
83
connectManager->ScheduleCommandAbilityDoneLocked(
serviceToken
);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitytransitiondone_fuzzer/
H
A
D
abilitytransitiondone_fuzzer.cpp
83
// get
serviceToken
in DoSomethingInterestingWithMyAPI()
84
sptr<IRemoteObject>
serviceToken
= GetFuzzAbilityToken(AbilityType::SERVICE);
in DoSomethingInterestingWithMyAPI()
local
85
if (!
serviceToken
) {
in DoSomethingInterestingWithMyAPI()
98
connectManager->AbilityTransitionDone(
serviceToken
, state);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/attachabilitythread_fuzzer/
H
A
D
attachabilitythread_fuzzer.cpp
205
// get
serviceToken
in DoSomethingInterestingWithMyAPI()
206
sptr<IRemoteObject>
serviceToken
= GetFuzzAbilityToken(AbilityType::SERVICE);
in DoSomethingInterestingWithMyAPI()
local
207
if (!
serviceToken
) {
in DoSomethingInterestingWithMyAPI()
220
connectManager->AttachAbilityThreadLocked(scheduler,
serviceToken
);
in DoSomethingInterestingWithMyAPI()
Completed in 2 milliseconds