Home
last modified time | relevance | path

Searched defs:callContainer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/call_container_test/
H A Dcall_container_test.cpp74 std::shared_ptr<CallContainer> callContainer = get(); variable
99 std::shared_ptr<CallContainer> callContainer = get(); variable
115 std::shared_ptr<CallContainer> callContainer = get(); variable
130 std::shared_ptr<CallContainer> callContainer = get(); variable
154 std::shared_ptr<CallContainer> callContainer = get(); variable
177 std::shared_ptr<CallContainer> callContainer = get(); variable
194 std::shared_ptr<CallContainer> callContainer = get(); variable
210 std::shared_ptr<CallContainer> callContainer = get(); variable
235 std::shared_ptr<CallContainer> callContainer = get(); variable
249 std::shared_ptr<CallContainer> callContainer = get(); variable
[all …]
/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>(); variable
161 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>(); variable
203 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>(); variable
266 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>(); variable
313 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>(); variable
434 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>(); variable
469 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>(); variable
506 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>(); variable
571 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>(); variable
723 std::shared_ptr<CallContainer> callContainer = std::make_shared<CallContainer>(); variable
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp178 auto callContainer = std::make_shared<CallContainer>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_container.cpp200 auto callContainer = thisWeakPtr.lock(); in AddConnectDeathRecipient() local