Home
last modified time | relevance | path

Searched refs:GetJsVal (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dnapi_print_utils.h79 static size_t GetJsVal(napi_env env, napi_callback_info info, napi_value argv[], size_t length);
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dnapi_scan_utils.h96 static size_t GetJsVal(napi_env env, napi_callback_info info, napi_value argv[], size_t length);
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dnapi_print_utils.cpp322 size_t NapiPrintUtils::GetJsVal(napi_env env, napi_callback_info info, napi_value argv[], size_t le… in GetJsVal() function in OHOS::Print::NapiPrintUtils
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dnapi_print_task.cpp38 size_t paramCount = NapiPrintUtils::GetJsVal(env, info, argv, NapiPrintUtils::MAX_ARGC); in Print()
H A Dnapi_inner_print.cpp690 size_t argc = NapiPrintUtils::GetJsVal(env, info, argv, NapiPrintUtils::MAX_ARGC); in StartGetPrintFile()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dnapi_scan_utils.cpp432 size_t NapiScanUtils::GetJsVal(napi_env env, napi_callback_info info, napi_value argv[], size_t len… in GetJsVal() function in OHOS::Scan::NapiScanUtils
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp778 NapiScanUtils::GetJsVal(env, info, jsValue, length); in TestGetJsVal()