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 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H
A
D
panding_want_manager_test.cpp
140
WantsInfo
wantsInfo
;
in GetAbility()
local
141
wantsInfo
.want = *(GetWant("hiMusic", "com.ix.hiMusic"));
in GetAbility()
142
wantsInfo
.resolvedTypes =
wantsInfo
.want.GetType();
in GetAbility()
146
wantSenderInfo.allWants.push_back(
wantsInfo
);
in GetAbility()
160
WantsInfo
wantsInfo
;
in GetAbilities()
local
161
wantsInfo
.want = *(GetWant("hiMusic", "com.ix.hiMusic"));
in GetAbilities()
162
wantsInfo
.resolvedTypes =
wantsInfo
.want.GetType();
in GetAbilities()
175
wantSenderInfo.allWants.push_back(
wantsInfo
);
in GetAbilities()
185
WantsInfo
wantsInfo
;
GetService()
local
205
WantsInfo
wantsInfo
;
GetForegroundService()
local
224
WantsInfo
wantsInfo
;
GetCommonEvent()
local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H
A
D
pending_want.cpp
67
WantsInfo
wantsInfo
;
in GetAbility()
local
68
wantsInfo
.want = *want;
in GetAbility()
69
wantsInfo
.resolvedTypes = want != nullptr ? want->GetType() : "";
in GetAbility()
71
wantsInfo
.want.SetParams(*options);
in GetAbility()
76
wantSenderInfo.allWants.push_back(
wantsInfo
);
in GetAbility()
116
WantsInfo
wantsInfo
;
in GetAbilities()
local
118
wantsInfo
.want = *want;
in GetAbilities()
120
wantsInfo
.resolvedTypes = want != nullptr ? want->GetType() : "";
in GetAbilities()
122
wantsInfo
.want.SetParams(*options);
in GetAbilities()
124
wantSenderInfo.allWants.push_back(
wantsInfo
);
in GetAbilities()
153
WantsInfo
wantsInfo
;
GetCommonEventAsUser()
local
214
WantsInfo
wantsInfo
;
BuildServicePendingWant()
local
[all...]
H
A
D
want_agent_helper.cpp
159
WantsInfo
wantsInfo
;
in GetWantAgent()
local
160
wantsInfo
.want = *want;
in GetWantAgent()
161
wantsInfo
.resolvedTypes = want->GetType();
in GetWantAgent()
163
wantsInfo
.want.SetParams(*paramsInfo.GetExtraInfo());
in GetWantAgent()
167
wantSenderInfo.allWants.push_back(
wantsInfo
);
in GetWantAgent()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
want_sender_info.cpp
37
std::unique_ptr<WantsInfo>
wantsInfo
(parcel.ReadParcelable<WantsInfo>());
in ReadFromParcel()
38
if (!
wantsInfo
) {
in ReadFromParcel()
39
TAG_LOGE(AAFwkTag::WANTAGENT, "null
wantsInfo
");
in ReadFromParcel()
42
allWants.emplace_back(*
wantsInfo
);
in ReadFromParcel()
H
A
D
pending_want_manager.cpp
330
int32_t PendingWantManager::PendingWantStartAbilitys(const std::vector<WantsInfo> &
wantsInfo
,
in PendingWantStartAbilitys()
argument
340
for (const auto &item :
wantsInfo
) {
in PendingWantStartAbilitys()
/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H
A
D
pending_want_key_test.cpp
149
WantsInfo
wantsInfo
;
in HWTEST_F()
local
151
wantsInfo
.resolvedTypes = "resolvedTypes";
in HWTEST_F()
152
allWantsInfos.push_back(
wantsInfo
);
in HWTEST_F()
155
EXPECT_EQ(
wantsInfo
.resolvedTypes, wantsInfo_.front().resolvedTypes);
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
pending_want_manager.h
158
int32_t PendingWantStartAbilitys(const std::vector<WantsInfo> &
wantsInfo
, const sptr<StartOptions> &startOptions,
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H
A
D
pending_want_manager_test.cpp
145
WantsInfo
wantsInfo
;
in MakeWantSenderInfo()
local
146
wantsInfo
.want = want;
in MakeWantSenderInfo()
147
wantsInfo
.resolvedTypes = "";
in MakeWantSenderInfo()
148
wantSenderInfo.allWants.push_back(
wantsInfo
);
in MakeWantSenderInfo()
Completed in 8 milliseconds