Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_info.cpp36 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()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H A Dwant_agent_helper_test.cpp212 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 …]
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_info.h120 std::vector<std::shared_ptr<AAFwk::Want>> wants_ = std::vector<std::shared_ptr<AAFwk::Want>>();
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h290 std::vector<AAFwk::Want> wants_; variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp246 info.wants_ = wants; in MakeWantAgentInfo()