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 - 10
of
10
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
call_container.cpp
24
CallContainer
::
CallContainer
()
in CallContainer()
function in OHOS::AAFwk::CallContainer
27
CallContainer
::~
CallContainer
()
in ~CallContainer()
39
std::shared_ptr<CallRecord>
CallContainer
::FindCallRecordMap(sptr<IRemoteObject> object) const
in FindCallRecordMap()
49
std::shared_ptr<CallRecord>
CallContainer
::RemoveCallRecordMap(sptr<IRemoteObject> object)
in RemoveCallRecordMap()
61
void
CallContainer
::InsertCallRecordMap(sptr<IRemoteObject> object, std::shared_ptr<CallRecord> callRecord)
in InsertCallRecordMap()
67
CallContainer
::CallMapType
CallContainer
::CopyCallRecordMap() const
in CopyCallRecordMap()
73
bool
CallContainer
[all...]
H
A
D
ability_record.cpp
3073
callContainer_ = std::make_shared<
CallContainer
>();
in Resolve()
/foundation/ability/ability_runtime/test/unittest/call_container_test/
H
A
D
call_container_test.cpp
38
std::shared_ptr<
CallContainer
> get() const;
41
std::shared_ptr<
CallContainer
> callContainer_{ nullptr };
52
callContainer_ = std::make_shared<
CallContainer
>();
in SetUp()
59
std::shared_ptr<
CallContainer
> CallContainerTest::get() const
in get()
65
* Feature:
CallContainer
74
std::shared_ptr<
CallContainer
> callContainer = get();
in HWTEST_F()
89
* Feature:
CallContainer
99
std::shared_ptr<
CallContainer
> callContainer = get();
in HWTEST_F()
105
* Feature:
CallContainer
115
std::shared_ptr<
CallContainer
> callContaine
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
call_container.h
33
* @class
CallContainer
34
*
CallContainer
provides a facility for managing the call records of ability.
36
class
CallContainer
: public std::enable_shared_from_this<
CallContainer
> {
class
41
CallContainer
();
42
virtual ~
CallContainer
();
67
DISALLOW_COPY_AND_MOVE(
CallContainer
);
H
A
D
ability_record.h
60
class
CallContainer
;
1296
std::shared_ptr<
CallContainer
> callContainer_ = nullptr;
/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()
161
std::shared_ptr<
CallContainer
> callContainer = std::make_shared<
CallContainer
>();
in HWTEST_F()
203
std::shared_ptr<
CallContainer
> callContainer = std::make_shared<
CallContainer
>();
in HWTEST_F()
266
std::shared_ptr<
CallContainer
> callContainer = std::make_shared<
CallContainer
>();
in HWTEST_F()
313
std::shared_ptr<
CallContainer
> callContainer = std::make_shared<
CallContainer
>();
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H
A
D
ability_record_test_call.cpp
181
abilityRecord_->callContainer_ = std::make_shared<
CallContainer
>();
in HWTEST_F()
248
abilityRecord_->callContainer_ = std::make_shared<
CallContainer
>();
in HWTEST_F()
421
abilityRecord_->callContainer_ = std::make_shared<
CallContainer
>();
in HWTEST_F()
H
A
D
ability_record_test.cpp
2002
abilityRecord->callContainer_ = std::make_shared<
CallContainer
>();
in HWTEST_F()
2123
abilityRecord->callContainer_ = std::make_shared<
CallContainer
>();
in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H
A
D
applicationanrlistener_fuzzer.cpp
177
// fuzz for
CallContainer
in DoSomethingInterestingWithMyAPI()
178
auto callContainer = std::make_shared<
CallContainer
>();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H
A
D
ui_ability_lifecycle_manager_test.cpp
4001
targetAbility->callContainer_ = std::make_shared<
CallContainer
>();
in HWTEST_F()
Completed in 23 milliseconds