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:GetAllWantsInfos
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
pending_want_record.cpp
109
std::vector<WantsInfo> allWantsInfos = key_->
GetAllWantsInfos
();
in ExecuteOperation()
134
if (key_->
GetAllWantsInfos
().size() != 0) {
in BuildSendWant()
H
A
D
pending_want_key.cpp
114
std::vector<WantsInfo> PendingWantKey::
GetAllWantsInfos
()
in GetAllWantsInfos()
function in OHOS::AAFwk::PendingWantKey
H
A
D
pending_want_manager.cpp
256
EraseBundleRecord(record.GetKey()->
GetAllWantsInfos
(), record.GetKey());
in CancelWantSenderLocked()
600
wantSenderInfo.allWants = record->GetKey()->
GetAllWantsInfos
();
in GetWantSenderInfo()
629
auto wantInfos = pendingRecord->GetKey()->
GetAllWantsInfos
();
in ClearPendingWantRecordTask()
716
auto Wants = pendingKey->
GetAllWantsInfos
();
in Dump()
749
auto Wants = pendingKey->
GetAllWantsInfos
();
in DumpByRecordId()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
pending_want_key.h
53
std::vector<WantsInfo>
GetAllWantsInfos
();
/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H
A
D
pending_want_key_test.cpp
141
* @tc.desc : Set AllWantsInfos, use
GetAllWantsInfos
to verify whether the AllWantsInfos is set successfully
154
std::vector<WantsInfo> wantsInfo_ = amsPendingWantKey->
GetAllWantsInfos
();
in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H
A
D
pendingwantmanager_fuzzer.cpp
96
pendingWantKey->
GetAllWantsInfos
();
in DoSomethingInterestingWithMyAPI()
Completed in 4 milliseconds