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_ability_common/
Ddata_ability_helper_common.h139 struct DAHelperOpenFileCB { struct
140 CBBase cbBase;
141 std::shared_ptr<DataAbilityHelper> dataAbilityHelper;
142 std::string uri;
143 std::string mode;
144 int result = 0;
145 int execResult;
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;