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.h274 struct DAHelperQueryCB { struct
275 CBBase cbBase;
276 std::shared_ptr<DataAbilityHelper> dataAbilityHelper;
277 std::string uri;
278 std::vector<std::string> columns;
279 NativeRdb::DataAbilityPredicates predicates;
280 std::shared_ptr<NativeRdb::AbsSharedResultSet> result;
281 int execResult;