Searched refs:ASYNC_RST_SIZE (Results 1 - 5 of 5) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_store_helper.cpp | 147 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 D | napi_common_util.h | 27 static constexpr int32_t ASYNC_RST_SIZE = 2; member
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | js_common_utils.h | 43 constexpr int32_t ASYNC_RST_SIZE = 2; member
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/ |
H A D | datashare_js_utils.h | 61 static constexpr int32_t ASYNC_RST_SIZE = 2; member in OHOS::DataShare::final
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
H A D | js_utils.h | 50 static constexpr uint32_t ASYNC_RST_SIZE = 2; member
|
Completed in 3 milliseconds