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:SetAllWantsInfos
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
pending_want_key.h
40
void
SetAllWantsInfos
(const std::vector<WantsInfo> &allWantsInfos);
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H
A
D
pending_want_manager_test.cpp
168
pendingKey->
SetAllWantsInfos
(wantSenderInfo.allWants);
in MakeWantKey()
326
pendingKey->
SetAllWantsInfos
(wantSenderInfo.allWants);
in HWTEST_F()
358
pendingKey->
SetAllWantsInfos
(wantSenderInfo.allWants);
in HWTEST_F()
386
pendingKey->
SetAllWantsInfos
(wantSenderInfo.allWants);
in HWTEST_F()
414
pendingKey->
SetAllWantsInfos
(wantSenderInfo.allWants);
in HWTEST_F()
426
pendingKey1->
SetAllWantsInfos
(wantSenderInfo.allWants);
in HWTEST_F()
455
pendingKey->
SetAllWantsInfos
(wantSenderInfo.allWants);
in HWTEST_F()
467
pendingKey1->
SetAllWantsInfos
(wantSenderInfo1.allWants);
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
pending_want_key.cpp
51
void PendingWantKey::
SetAllWantsInfos
(const std::vector<WantsInfo> &allWantsInfos)
in SetAllWantsInfos()
function in OHOS::AAFwk::PendingWantKey
H
A
D
pending_want_manager.cpp
99
pendingKey->
SetAllWantsInfos
(wantSenderInfo.allWants);
in GetWantSenderLocked()
110
ref->GetKey()->
SetAllWantsInfos
(wantSenderInfo.allWants);
in GetWantSenderLocked()
/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H
A
D
pending_want_key_test.cpp
153
amsPendingWantKey->
SetAllWantsInfos
(allWantsInfos);
in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H
A
D
pendingwantmanager_fuzzer.cpp
86
pendingWantKey->
SetAllWantsInfos
(allWantsInfos);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H
A
D
pending_want_record_test.cpp
140
pendingKey->
SetAllWantsInfos
(wantSenderInfo.allWants);
in MakeWantKey()
148
pendingKey->
SetAllWantsInfos
(wantSenderInfo.allWants);
in MakeWantKey()
Completed in 6 milliseconds