Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
Djs_feature_ability_common.h202 struct DAHelperOpenFileCB { struct
203 CBBase cbBase;
204 DataAbilityHelper *dataAbilityHelper = nullptr;
205 std::string uri;
206 std::string mode;
207 int result = 0;
208 int execResult;
Dfeature_ability_common.h318 struct DAHelperOpenFileCB { struct
319 CBBase cbBase;
320 std::shared_ptr<DataAbilityHelper> dataAbilityHelper;
321 std::string uri;
322 std::string mode;
323 int result = 0;
324 int execResult;