Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
Djs_feature_ability_common.h163 struct DAHelperQueryCB { struct
164 CBBase cbBase;
165 DataAbilityHelper *dataAbilityHelper = nullptr;
166 std::string uri;
167 std::vector<std::string> columns;
168 NativeRdb::DataAbilityPredicates predicates;
169 std::shared_ptr<NativeRdb::AbsSharedResultSet> result;
170 int execResult;
Dfeature_ability_common.h275 struct DAHelperQueryCB { struct
276 CBBase cbBase;
277 std::shared_ptr<DataAbilityHelper> dataAbilityHelper;
278 std::string uri;
279 std::vector<std::string> columns;
280 NativeRdb::DataAbilityPredicates predicates;
281 std::shared_ptr<NativeRdb::AbsSharedResultSet> result;
282 int execResult;