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:callContainer
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/call_container_test/
H
A
D
call_container_test.cpp
74
std::shared_ptr<CallContainer>
callContainer
= get();
in HWTEST_F()
local
82
callContainer
->AddCallRecord(abilityRequest.connect, callRecord);
in HWTEST_F()
84
std::shared_ptr<CallRecord> getCallRecord =
callContainer
->GetCallRecord(abilityRequest.connect);
in HWTEST_F()
99
std::shared_ptr<CallContainer>
callContainer
= get();
in HWTEST_F()
local
100
std::shared_ptr<CallRecord> getCallRecord =
callContainer
->GetCallRecord(connect);
in HWTEST_F()
115
std::shared_ptr<CallContainer>
callContainer
= get();
in HWTEST_F()
local
116
bool result =
callContainer
->RemoveCallRecord(connect);
in HWTEST_F()
130
std::shared_ptr<CallContainer>
callContainer
= get();
in HWTEST_F()
local
138
callContainer
->AddCallRecord(abilityRequest.connect, callRecord);
in HWTEST_F()
140
bool result =
callContainer
in HWTEST_F()
154
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
177
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
194
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
210
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
235
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
249
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
272
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
295
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
318
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
334
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
351
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
391
std::shared_ptr<CallContainer>
callContainer
= get();
HWTEST_F()
local
[all...]
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_ut_test/
H
A
D
mission_list_manager_ut_test.cpp
121
std::shared_ptr<CallContainer>
callContainer
= std::make_shared<CallContainer>();
in HWTEST_F()
local
123
callContainer
->AddCallRecord(connCallback, callRecord);
in HWTEST_F()
124
abilityRecord->callContainer_ =
callContainer
;
in HWTEST_F()
128
auto testValue = static_cast<int>(
callContainer
->callRecordMap_.size());
in HWTEST_F()
132
testValue = static_cast<int>(
callContainer
->callRecordMap_.size());
in HWTEST_F()
161
std::shared_ptr<CallContainer>
callContainer
= std::make_shared<CallContainer>();
in HWTEST_F()
local
163
callContainer
->AddCallRecord(connCallback, callRecord);
in HWTEST_F()
164
abilityRecord->callContainer_ =
callContainer
;
in HWTEST_F()
168
auto testValue = static_cast<int>(
callContainer
->callRecordMap_.size());
in HWTEST_F()
172
testValue = static_cast<int>(
callContainer
in HWTEST_F()
203
std::shared_ptr<CallContainer>
callContainer
= std::make_shared<CallContainer>();
HWTEST_F()
local
266
std::shared_ptr<CallContainer>
callContainer
= std::make_shared<CallContainer>();
HWTEST_F()
local
313
std::shared_ptr<CallContainer>
callContainer
= std::make_shared<CallContainer>();
HWTEST_F()
local
434
std::shared_ptr<CallContainer>
callContainer
= std::make_shared<CallContainer>();
HWTEST_F()
local
469
std::shared_ptr<CallContainer>
callContainer
= std::make_shared<CallContainer>();
HWTEST_F()
local
506
std::shared_ptr<CallContainer>
callContainer
= std::make_shared<CallContainer>();
HWTEST_F()
local
570
std::shared_ptr<CallContainer>
callContainer
= std::make_shared<CallContainer>();
HWTEST_F()
local
722
std::shared_ptr<CallContainer>
callContainer
= std::make_shared<CallContainer>();
HWTEST_F()
local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H
A
D
applicationanrlistener_fuzzer.cpp
178
auto
callContainer
= std::make_shared<CallContainer>();
in DoSomethingInterestingWithMyAPI()
local
179
callContainer
->AddCallRecord(connect, callRecord);
in DoSomethingInterestingWithMyAPI()
180
callContainer
->GetCallRecord(connect);
in DoSomethingInterestingWithMyAPI()
181
callContainer
->RemoveCallRecord(connect);
in DoSomethingInterestingWithMyAPI()
182
callContainer
->OnConnectionDied(object);
in DoSomethingInterestingWithMyAPI()
183
callContainer
->CallRequestDone(token);
in DoSomethingInterestingWithMyAPI()
184
callContainer
->Dump(info);
in DoSomethingInterestingWithMyAPI()
185
callContainer
->IsNeedToCallRequest();
in DoSomethingInterestingWithMyAPI()
186
callContainer
->AddConnectDeathRecipient(connect);
in DoSomethingInterestingWithMyAPI()
187
callContainer
in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
call_container.cpp
200
auto
callContainer
= thisWeakPtr.lock();
in AddConnectDeathRecipient()
201
if (
callContainer
) {
in AddConnectDeathRecipient()
202
callContainer
->OnConnectionDied(remote);
in AddConnectDeathRecipient()
Completed in 3 milliseconds