Home
last modified time | relevance | path

Searched refs:allWantsInfos (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp148 std::vector<WantsInfo> allWantsInfos; variable
152 allWantsInfos.push_back(wantsInfo);
153 amsPendingWantKey->SetAllWantsInfos(allWantsInfos);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp107 std::vector<WantsInfo> allWantsInfos = key_->GetAllWantsInfos(); in ExecuteOperation() local
108 allWantsInfos.back().want = want; in ExecuteOperation()
110allWantsInfos, senderInfo.startOptions, callerToken_, -1, callerUid_, callerTokenId_); in ExecuteOperation()
H A Dpending_want_key.cpp51 void PendingWantKey::SetAllWantsInfos(const std::vector<WantsInfo> &allWantsInfos) in SetAllWantsInfos() argument
54 allWantsInfos_ = allWantsInfos; in SetAllWantsInfos()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp85 std::vector<WantsInfo> allWantsInfos; in DoSomethingInterestingWithMyAPI() local
86 pendingWantKey->SetAllWantsInfos(allWantsInfos); in DoSomethingInterestingWithMyAPI()
116 pendingWantManager->PendingWantStartAbilitys(allWantsInfos, startoptions, in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h40 void SetAllWantsInfos(const std::vector<WantsInfo> &allWantsInfos);