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 D | napi_rdb_store_helper.cpp | 147 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 D | napi_common_util.h | 27 static constexpr int32_t ASYNC_RST_SIZE = 2; variable
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | js_common_utils.h | 43 constexpr int32_t ASYNC_RST_SIZE = 2; variable
|
/ohos5.0/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; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
H A D | js_utils.h | 50 static constexpr uint32_t ASYNC_RST_SIZE = 2; variable
|