Home
last modified time | relevance | path

Searched refs:Wants (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_info.h30 * flag, Wants, and extraInfo. It is used as the input parameter for
51 * @param Wants Indicates the collection of Want objects to be used for creating the WantAgent
52 * object. The number of Wants in the collection is determined by WantAgentConstant.OperationType.
56 std::vector<std::shared_ptr<AAFwk::Want>> &Wants, const std::shared_ptr<AAFwk::WantParams> &extraInfo);
66 * @param Wants Indicates the collection of Want objects to be used for creating the WantAgent
67 * object. The number of Wants in the collection is determined by WantAgentConstant.OperationType.
71 const std::vector<WantAgentConstant::Flags> &flags, std::vector<std::shared_ptr<AAFwk::Want>> &Wants,
103 * Obtains the collection of all Wants of the WantAgent object.
105 * @return Returns the collection of all Wants of the WantAgent object.
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp714 dumpInfo = " Wants:"; in Dump()
716 auto Wants = pendingKey->GetAllWantsInfos(); in Dump() local
717 for (const auto &Want : Wants) { in Dump()
747 dumpInfo = " Wants:"; in DumpByRecordId()
749 auto Wants = pendingKey->GetAllWantsInfos(); in DumpByRecordId() local
750 for (const auto& Want : Wants) { in DumpByRecordId()

Completed in 3 milliseconds