Home
last modified time | relevance | path

Searched refs:ASYNC_RST_SIZE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_helper.cpp147 napi_value result[JSUtils::ASYNC_RST_SIZE] = { 0 }; in OnUpgrade()
156 … status = napi_call_function(env_, self, method, JSUtils::ASYNC_RST_SIZE, result, &retValue); in OnUpgrade()
182 napi_value result[JSUtils::ASYNC_RST_SIZE] = { 0 }; in OnDowngrade()
191 … status = napi_call_function(env_, self, method, JSUtils::ASYNC_RST_SIZE, result, &retValue); in OnDowngrade()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_util.h27 static constexpr int32_t ASYNC_RST_SIZE = 2; variable
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_common_utils.h43 constexpr int32_t ASYNC_RST_SIZE = 2; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_js_utils.h61 static constexpr int32_t ASYNC_RST_SIZE = 2; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_utils.h50 static constexpr uint32_t ASYNC_RST_SIZE = 2; variable