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:pendingKey
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H
A
D
pending_want_manager_test.cpp
158
std::shared_ptr<PendingWantKey>
pendingKey
= std::make_shared<PendingWantKey>();
in MakeWantKey()
local
159
pendingKey
->SetBundleName(wantSenderInfo.bundleName);
in MakeWantKey()
160
pendingKey
->SetRequestWho(wantSenderInfo.resultWho);
in MakeWantKey()
161
pendingKey
->SetRequestCode(wantSenderInfo.requestCode);
in MakeWantKey()
162
pendingKey
->SetFlags(wantSenderInfo.flags);
in MakeWantKey()
163
pendingKey
->SetUserId(wantSenderInfo.userId);
in MakeWantKey()
164
pendingKey
->SetType(wantSenderInfo.type);
in MakeWantKey()
166
pendingKey
->SetRequestWant(wantSenderInfo.allWants.back().want);
in MakeWantKey()
167
pendingKey
->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes);
in MakeWantKey()
168
pendingKey
in MakeWantKey()
316
std::shared_ptr<PendingWantKey>
pendingKey
= std::make_shared<PendingWantKey>();
HWTEST_F()
local
348
std::shared_ptr<PendingWantKey>
pendingKey
= std::make_shared<PendingWantKey>();
HWTEST_F()
local
374
std::shared_ptr<PendingWantKey>
pendingKey
= std::make_shared<PendingWantKey>();
HWTEST_F()
local
402
std::shared_ptr<PendingWantKey>
pendingKey
= std::make_shared<PendingWantKey>();
HWTEST_F()
local
444
std::shared_ptr<PendingWantKey>
pendingKey
= std::make_shared<PendingWantKey>();
HWTEST_F()
local
[all...]
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_dump_test/
H
A
D
pending_want_manager_dump_test.cpp
67
auto
pendingKey
= std::make_shared<PendingWantKey>();
in HWTEST_F()
local
68
EXPECT_NE(
pendingKey
, nullptr);
in HWTEST_F()
69
pendingKey
->SetCode(CODE);
in HWTEST_F()
71
auto pendingWantRecord = std::make_shared<PendingWantRecord>(pendingManager, UID, 0, nullptr,
pendingKey
);
in HWTEST_F()
73
pendingManager->wantRecords_ = { {
pendingKey
, pendingWantRecord.get()} };
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
pending_want_manager.cpp
88
std::shared_ptr<PendingWantKey>
pendingKey
= std::make_shared<PendingWantKey>();
in GetWantSenderLocked()
local
89
pendingKey
->SetBundleName(wantSenderInfo.bundleName);
in GetWantSenderLocked()
90
pendingKey
->SetRequestWho(wantSenderInfo.resultWho);
in GetWantSenderLocked()
91
pendingKey
->SetRequestCode(wantSenderInfo.requestCode);
in GetWantSenderLocked()
92
pendingKey
->SetFlags(wantSenderInfo.flags);
in GetWantSenderLocked()
93
pendingKey
->SetUserId(wantSenderInfo.userId);
in GetWantSenderLocked()
94
pendingKey
->SetType(wantSenderInfo.type);
in GetWantSenderLocked()
95
pendingKey
->SetAppIndex(appIndex);
in GetWantSenderLocked()
97
pendingKey
->SetRequestWant(wantSenderInfo.allWants.back().want);
in GetWantSenderLocked()
98
pendingKey
in GetWantSenderLocked()
152
const auto
pendingKey
= item.first;
GetPendingWantRecordByKey()
local
701
const auto &
pendingKey
= item.first;
Dump()
local
733
const auto &
pendingKey
= item.first;
DumpByRecordId()
local
[all...]
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H
A
D
pending_want_record_test.cpp
136
std::shared_ptr<PendingWantKey>
pendingKey
= std::make_shared<PendingWantKey>();
in MakeWantKey()
local
137
pendingKey
->SetBundleName(wantSenderInfo.bundleName);
in MakeWantKey()
138
pendingKey
->SetRequestWho(wantSenderInfo.resultWho);
in MakeWantKey()
139
pendingKey
->SetRequestCode(wantSenderInfo.requestCode);
in MakeWantKey()
140
pendingKey
->SetAllWantsInfos(wantSenderInfo.allWants);
in MakeWantKey()
141
pendingKey
->SetFlags(wantSenderInfo.flags);
in MakeWantKey()
142
pendingKey
->SetUserId(wantSenderInfo.userId);
in MakeWantKey()
143
pendingKey
->SetType(wantSenderInfo.type);
in MakeWantKey()
144
pendingKey
->SetRequestWant(wantSenderInfo.allWants.back().want);
in MakeWantKey()
145
pendingKey
in MakeWantKey()
[all...]
Completed in 3 milliseconds