Searched refs:allWantsInfos (Results 1 – 5 of 5) sorted by relevance
148 std::vector<WantsInfo> allWantsInfos; variable152 allWantsInfos.push_back(wantsInfo);153 amsPendingWantKey->SetAllWantsInfos(allWantsInfos);
107 std::vector<WantsInfo> allWantsInfos = key_->GetAllWantsInfos(); in ExecuteOperation() local108 allWantsInfos.back().want = want; in ExecuteOperation()110 … allWantsInfos, senderInfo.startOptions, callerToken_, -1, callerUid_, callerTokenId_); in ExecuteOperation()
51 void PendingWantKey::SetAllWantsInfos(const std::vector<WantsInfo> &allWantsInfos) in SetAllWantsInfos() argument54 allWantsInfos_ = allWantsInfos; in SetAllWantsInfos()
85 std::vector<WantsInfo> allWantsInfos; in DoSomethingInterestingWithMyAPI() local86 pendingWantKey->SetAllWantsInfos(allWantsInfos); in DoSomethingInterestingWithMyAPI()116 pendingWantManager->PendingWantStartAbilitys(allWantsInfos, startoptions, in DoSomethingInterestingWithMyAPI()
40 void SetAllWantsInfos(const std::vector<WantsInfo> &allWantsInfos);