Home
last modified time | relevance | path

Searched refs:CallContainer (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_container.cpp24 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 Dability_record.cpp3073 callContainer_ = std::make_shared<CallContainer>(); in Resolve()
/foundation/ability/ability_runtime/test/unittest/call_container_test/
H A Dcall_container_test.cpp38 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 Dcall_container.h33 * @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 Dability_record.h60 class CallContainer;
1296 std::shared_ptr<CallContainer> callContainer_ = nullptr;
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_ut_test/
H A Dmission_list_manager_ut_test.cpp121 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 Dability_record_test_call.cpp181 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 Dability_record_test.cpp2002 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 Dapplicationanrlistener_fuzzer.cpp177 // 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 Dui_ability_lifecycle_manager_test.cpp4001 targetAbility->callContainer_ = std::make_shared<CallContainer>(); in HWTEST_F()

Completed in 22 milliseconds