Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds