Home
last modified time | relevance | path

Searched defs:DAHelperGetFileTypesCB (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
Djs_feature_ability_common.h130 struct DAHelperGetFileTypesCB { struct
131 CBBase cbBase;
132 DataAbilityHelper *dataAbilityHelper = nullptr;
133 std::string uri;
134 std::string mimeTypeFilter;
135 std::vector<std::string> result;
136 int execResult;
Dfeature_ability_common.h242 struct DAHelperGetFileTypesCB { struct
243 CBBase cbBase;
244 std::shared_ptr<DataAbilityHelper> dataAbilityHelper;
245 std::string uri;
246 std::string mimeTypeFilter;
247 std::vector<std::string> result;
248 int execResult;