Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp109 std::vector<WantsInfo> allWantsInfos = key_->GetAllWantsInfos(); in ExecuteOperation()
134 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.cpp256 EraseBundleRecord(record.GetKey()->GetAllWantsInfos(), record.GetKey()); in CancelWantSenderLocked()
600 wantSenderInfo.allWants = record->GetKey()->GetAllWantsInfos(); in GetWantSenderInfo()
629 auto wantInfos = pendingRecord->GetKey()->GetAllWantsInfos(); in ClearPendingWantRecordTask()
716 auto Wants = pendingKey->GetAllWantsInfos(); in Dump()
749 auto Wants = pendingKey->GetAllWantsInfos(); in DumpByRecordId()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h53 std::vector<WantsInfo> GetAllWantsInfos();
/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp141 * @tc.desc : Set AllWantsInfos, use GetAllWantsInfos to verify whether the AllWantsInfos is set successfully
154 std::vector<WantsInfo> wantsInfo_ = amsPendingWantKey->GetAllWantsInfos(); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp96 pendingWantKey->GetAllWantsInfos(); in DoSomethingInterestingWithMyAPI()

Completed in 4 milliseconds