Home
last modified time | relevance | path

Searched defs:CreateInt32 (Results 1 – 3 of 3) sorted by relevance

/base/print/print_fwk/frameworks/helper/print_helper/src/
Dnapi_print_utils.cpp160 napi_value NapiPrintUtils::CreateInt32(napi_env env, int32_t code) in CreateInt32() function in OHOS::Print::NapiPrintUtils
/base/print/print_fwk/frameworks/helper/scan_helper/src/
Dnapi_scan_utils.cpp162 napi_value NapiScanUtils::CreateInt32(napi_env env, int32_t code) in CreateInt32() function in OHOS::Scan::NapiScanUtils
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp368 napi_value CreateInt32(const napi_env env, int32_t num) in CreateInt32() function