Searched refs:wants_ (Results 1 – 5 of 5) sorted by relevance
36 wants_.push_back(std::make_shared<Want>(*want)); in WantAgentInfo()57 wants_.push_back(std::make_shared<Want>(*want)); in WantAgentInfo()75 wants_.push_back(std::make_shared<Want>(*want)); in WantAgentInfo()101 return wants_; in GetWants()
212 wantAgentInfo.wants_.clear();233 wantAgentInfo.wants_.emplace_back(want);256 wantAgentInfo.wants_.emplace_back(want);280 wantAgentInfo.wants_.emplace_back(want);306 wantAgentInfo.wants_.emplace_back(want);332 wantAgentInfo.wants_.emplace_back(want);358 wantAgentInfo.wants_.emplace_back(want);384 wantAgentInfo.wants_.emplace_back(want);410 wantAgentInfo.wants_.emplace_back(want);428 wantAgentInfo.wants_.clear();[all …]
120 std::vector<std::shared_ptr<AAFwk::Want>> wants_ = std::vector<std::shared_ptr<AAFwk::Want>>();
290 std::vector<AAFwk::Want> wants_; variable
246 info.wants_ = wants; in MakeWantAgentInfo()