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:WantsInfo
(Results
1 - 18
of
18
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
wants_info.cpp
20
bool
WantsInfo
::ReadFromParcel(Parcel &parcel)
in ReadFromParcel()
32
WantsInfo
*
WantsInfo
::Unmarshalling(Parcel &parcel)
in Unmarshalling()
34
WantsInfo
*info = new (std::nothrow)
WantsInfo
();
in Unmarshalling()
46
bool
WantsInfo
::Marshalling(Parcel &parcel) const
in Marshalling()
H
A
D
want_sender_info.cpp
37
std::unique_ptr<
WantsInfo
> wantsInfo(parcel.ReadParcelable<
WantsInfo
>());
in ReadFromParcel()
H
A
D
pending_want_key.cpp
51
void PendingWantKey::SetAllWantsInfos(const std::vector<
WantsInfo
> &allWantsInfos)
in SetAllWantsInfos()
114
std::vector<
WantsInfo
> PendingWantKey::GetAllWantsInfos()
in GetAllWantsInfos()
H
A
D
pending_want_record.cpp
109
std::vector<
WantsInfo
> allWantsInfos = key_->GetAllWantsInfos();
in ExecuteOperation()
H
A
D
pending_want_manager.cpp
330
int32_t PendingWantManager::PendingWantStartAbilitys(const std::vector<
WantsInfo
> &wantsInfo,
in PendingWantStartAbilitys()
779
const std::vector<
WantsInfo
> &wantsInfos, std::shared_ptr<PendingWantKey> key)
in EraseBundleRecord()
799
const std::vector<
WantsInfo
> &wantsInfos, std::shared_ptr<PendingWantKey> key)
in InsertBundleRecord()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
wants_info.h
26
struct
WantsInfo
: public Parcelable {
struct
32
static
WantsInfo
*Unmarshalling(Parcel &parcel);
H
A
D
want_sender_info.h
33
std::vector<
WantsInfo
> allWants;
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
pending_want_key.h
40
void SetAllWantsInfos(const std::vector<
WantsInfo
> &allWantsInfos);
53
std::vector<
WantsInfo
> GetAllWantsInfos();
67
std::vector<
WantsInfo
> allWantsInfos_ = {};
H
A
D
pending_want_manager.h
158
int32_t PendingWantStartAbilitys(const std::vector<
WantsInfo
> &wantsInfo, const sptr<StartOptions> &startOptions,
187
void EraseBundleRecord(const std::vector<
WantsInfo
> &wantsInfos, std::shared_ptr<PendingWantKey> key);
189
void InsertBundleRecord(const std::vector<
WantsInfo
> &wantsInfos, std::shared_ptr<PendingWantKey> key);
/foundation/ability/ability_runtime/test/unittest/want_sender_info_test/
H
A
D
want_sender_info_test.cpp
87
WantsInfo
wantInfo;
in HWTEST_F()
124
WantsInfo
wantInfo;
in HWTEST_F()
147
WantsInfo
wantInfo;
in HWTEST_F()
170
WantsInfo
wantInfo;
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/wants_info_test/
H
A
D
wants_info_test.cpp
78
WantsInfo
info;
in HWTEST_F()
86
auto unInfo =
WantsInfo
::Unmarshalling(parcel);
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H
A
D
pending_want_key_test.cpp
148
std::vector<
WantsInfo
> allWantsInfos;
in HWTEST_F()
149
WantsInfo
wantsInfo;
in HWTEST_F()
154
std::vector<
WantsInfo
> wantsInfo_ = amsPendingWantKey->GetAllWantsInfos();
in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H
A
D
panding_want_manager_test.cpp
140
WantsInfo
wantsInfo;
in GetAbility()
160
WantsInfo
wantsInfo;
in GetAbilities()
164
WantsInfo
wantsInfo2;
in GetAbilities()
185
WantsInfo
wantsInfo;
in GetService()
205
WantsInfo
wantsInfo;
in GetForegroundService()
224
WantsInfo
wantsInfo;
in GetCommonEvent()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H
A
D
pending_want.cpp
67
WantsInfo
wantsInfo;
in GetAbility()
116
WantsInfo
wantsInfo;
in GetAbilities()
153
WantsInfo
wantsInfo;
in GetCommonEventAsUser()
214
WantsInfo
wantsInfo;
in BuildServicePendingWant()
H
A
D
want_agent_helper.cpp
159
WantsInfo
wantsInfo;
in GetWantAgent()
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H
A
D
pendingwantmanager_fuzzer.cpp
85
std::vector<
WantsInfo
> allWantsInfos;
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H
A
D
pending_want_manager_test.cpp
122
std::vector<
WantsInfo
> allWant;
in MakeWantSenderInfo()
123
WantsInfo
wantInfo;
in MakeWantSenderInfo()
143
std::vector<
WantsInfo
> allWant;
in MakeWantSenderInfo()
145
WantsInfo
wantsInfo;
in MakeWantSenderInfo()
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H
A
D
pending_want_record_test.cpp
123
std::vector<
WantsInfo
> allWant;
in MakeWantSenderInfo()
124
WantsInfo
wantInfo;
in MakeWantSenderInfo()
Completed in 11 milliseconds