Home
last modified time | relevance | path

Searched refs:WANT_PARAM_PICKER_SUMMARY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp65 constexpr const char* WANT_PARAM_PICKER_SUMMARY = "ability.picker.summary"; variable
202 wp.SetParam(WANT_PARAM_PICKER_SUMMARY, AAFwk::WantParamWrapper::Box(pickerWp)); in CreateWantForMatchShareTest()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp79 const std::string WANT_PARAM_PICKER_SUMMARY = "ability.picker.summary"; variable
1759 auto pickerSummary = wantParams.GetWantParams(WANT_PARAM_PICKER_SUMMARY); in MatchShare()