Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Ddata_ability_helper_common.h131 struct DAHelperBatchInsertCB { struct
132 CBBase cbBase;
133 std::shared_ptr<DataAbilityHelper> dataAbilityHelper;
134 std::string uri;
135 std::vector<NativeRdb::ValuesBucket> values;
136 int result = 0;
137 int execResult;
H A Djs_feature_ability_common.h195 struct DAHelperBatchInsertCB { struct
196 CBBase cbBase;
197 DataAbilityHelper *dataAbilityHelper = nullptr;
198 std::string uri;
199 std::vector<NativeRdb::ValuesBucket> values;
200 int result = 0;
201 int execResult;