Home
last modified time | relevance | path

Searched refs:CallContainer (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/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()
67 CallContainer::CallMapType CallContainer::CopyCallRecordMap() const in CopyCallRecordMap()
73 bool CallContainer::EmptyCallRecordMap() in EmptyCallRecordMap()
79 void CallContainer::AddCallRecord(const sptr<IAbilityConnection> & connect, in AddCallRecord()
108 bool CallContainer::RemoveCallRecord(const sptr<IAbilityConnection> & connect) in RemoveCallRecord()
131 void CallContainer::OnConnectionDied(const wptr<IRemoteObject> &remote) in OnConnectionDied()
148 bool CallContainer::CallRequestDone(const sptr<IRemoteObject> &callStub) in CallRequestDone()
164 void CallContainer::Dump(std::vector<std::string> &info) const in Dump()
176 bool CallContainer::IsNeedToCallRequest() const in IsNeedToCallRequest()
[all …]
H A Dability_record.cpp3101 callContainer_ = std::make_shared<CallContainer>(); in Resolve()
/ohos5.0/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()
74 std::shared_ptr<CallContainer> callContainer = get();
99 std::shared_ptr<CallContainer> callContainer = get();
115 std::shared_ptr<CallContainer> callContainer = get();
130 std::shared_ptr<CallContainer> callContainer = get();
154 std::shared_ptr<CallContainer> callContainer = get();
177 std::shared_ptr<CallContainer> callContainer = get();
194 std::shared_ptr<CallContainer> callContainer = get();
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dcall_container.h36 class CallContainer : public std::enable_shared_from_this<CallContainer> {
41 CallContainer();
42 virtual ~CallContainer();
67 DISALLOW_COPY_AND_MOVE(CallContainer);
H A Dability_record.h60 class CallContainer; variable
1282 std::shared_ptr<CallContainer> callContainer_ = nullptr;
/ohos5.0/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>();
161 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>();
203 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>();
266 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>();
313 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>();
434 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>();
469 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>();
506 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>();
571 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>();
723 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test_call.cpp181 abilityRecord_->callContainer_ = std::make_shared<CallContainer>();
248 abilityRecord_->callContainer_ = std::make_shared<CallContainer>();
421 abilityRecord_->callContainer_ = std::make_shared<CallContainer>();
H A Dability_record_test.cpp2004 abilityRecord->callContainer_ = std::make_shared<CallContainer>();
2125 abilityRecord->callContainer_ = std::make_shared<CallContainer>();
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/
H A Dlibabilityms.map37 *CallContainer*;
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp178 auto callContainer = std::make_shared<CallContainer>(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp3999 targetAbility->callContainer_ = std::make_shared<CallContainer>();