Home
last modified time | relevance | path

Searched refs:GetAllWantsInfos (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp107 std::vector<WantsInfo> allWantsInfos = key_->GetAllWantsInfos(); in ExecuteOperation()
132 if (key_->GetAllWantsInfos().size() != 0) { in BuildSendWant()
H A Dpending_want_key.cpp114 std::vector<WantsInfo> PendingWantKey::GetAllWantsInfos() in GetAllWantsInfos() function in OHOS::AAFwk::PendingWantKey
H A Dpending_want_manager.cpp593 wantSenderInfo.allWants = record->GetKey()->GetAllWantsInfos(); in GetWantSenderInfo()
704 auto Wants = pendingKey->GetAllWantsInfos(); in Dump()
737 auto Wants = pendingKey->GetAllWantsInfos(); in DumpByRecordId()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h53 std::vector<WantsInfo> GetAllWantsInfos();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp154 std::vector<WantsInfo> wantsInfo_ = amsPendingWantKey->GetAllWantsInfos();
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp96 pendingWantKey->GetAllWantsInfos(); in DoSomethingInterestingWithMyAPI()