Searched refs:CallContainer (Results 1 – 11 of 11) sorted by relevance
24 CallContainer::CallContainer() in CallContainer() function in OHOS::AAFwk::CallContainer27 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 …]
3101 callContainer_ = std::make_shared<CallContainer>(); in Resolve()
38 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 …]
36 class CallContainer : public std::enable_shared_from_this<CallContainer> {41 CallContainer();42 virtual ~CallContainer();67 DISALLOW_COPY_AND_MOVE(CallContainer);
60 class CallContainer; variable1282 std::shared_ptr<CallContainer> callContainer_ = nullptr;
121 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>();
181 abilityRecord_->callContainer_ = std::make_shared<CallContainer>();248 abilityRecord_->callContainer_ = std::make_shared<CallContainer>();421 abilityRecord_->callContainer_ = std::make_shared<CallContainer>();
2004 abilityRecord->callContainer_ = std::make_shared<CallContainer>();2125 abilityRecord->callContainer_ = std::make_shared<CallContainer>();
37 *CallContainer*;
178 auto callContainer = std::make_shared<CallContainer>(); in DoSomethingInterestingWithMyAPI()
3999 targetAbility->callContainer_ = std::make_shared<CallContainer>();