Home
last modified time | relevance | path

Searched refs:batchUpdateResult (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp169 BatchUpdateResult batchUpdateResult; in UnwrapBatchUpdateResult() local
170 batchUpdateResult.uri = DataShareJSUtils::UnwrapStringFromJS(env, key); in UnwrapBatchUpdateResult()
176 if (!UnwrapArrayInt32FromJS(env, value, batchUpdateResult.codes)) { in UnwrapBatchUpdateResult()
180 results.push_back(std::move(batchUpdateResult)); in UnwrapBatchUpdateResult()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dnapi_datashare_helper.h119 std::vector<BatchUpdateResult> batchUpdateResult; member
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_helper.cpp420 *result = DataShareJSUtils::Convert2JSValue(env, context->batchUpdateResult); in Napi_BatchUpdate()
426 …context->resultNumber = helper->BatchUpdate(context->updateOperations, context->batchUpdateResult); in Napi_BatchUpdate()