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.h241 struct DAHelperGetFileTypesCB { struct
242 CBBase cbBase;
243 std::shared_ptr<DataAbilityHelper> dataAbilityHelper;
244 std::string uri;
245 std::string mimeTypeFilter;
246 std::vector<std::string> result;
247 int execResult;