Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_helper_utils.cpp1590 …pi_value *args, size_t argcAsync, const size_t argcPromise, DAHelperExecuteBatchCB *executeBatchCB) in ExecuteBatchAsync()
1621 napi_value ExecuteBatchPromise(napi_env env, DAHelperExecuteBatchCB *executeBatchCB) in ExecuteBatchPromise()
1651 DAHelperExecuteBatchCB *executeBatchCB = static_cast<DAHelperExecuteBatchCB *>(data); in ExecuteBatchExecuteCB() local
1665 DAHelperExecuteBatchCB *executeBatchCB = static_cast<DAHelperExecuteBatchCB *>(data); in ExecuteBatchAsyncCompleteCB() local
1690 DAHelperExecuteBatchCB *executeBatchCB = static_cast<DAHelperExecuteBatchCB *>(data); in ExecuteBatchPromiseCompleteCB() local
H A Dnapi_data_ability_helper.cpp1559 DAHelperExecuteBatchCB *executeBatchCB = new (std::nothrow) DAHelperExecuteBatchCB; in NAPI_ExecuteBatch() local
1608 …lue ExecuteBatchWrap(napi_env env, napi_callback_info info, DAHelperExecuteBatchCB *executeBatchCB) in ExecuteBatchWrap()