Home
last modified time | relevance | path

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

/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp49 static constexpr int32_t PARAM_COUNT_1 = 1; variable
447 size_t argc = PARAM_COUNT_1; in CoreGetDevices()
448 napi_value argv[PARAM_COUNT_1] = {nullptr}; in CoreGetDevices()
477 size_t argc = PARAM_COUNT_1; in CoreConnectDevice()
478 napi_value argv[PARAM_COUNT_1] = {nullptr}; in CoreConnectDevice()
480 USB_ASSERT(env, (argc >= PARAM_COUNT_1), SYSPARAM_INVALID_INPUT, "The function at least takes one argument."); in CoreConnectDevice()
565 size_t argc = PARAM_COUNT_1; in DeviceRemoveRight()
566 napi_value argv[PARAM_COUNT_1] = {nullptr}; in DeviceRemoveRight()
568 USB_ASSERT(env, (argc >= PARAM_COUNT_1), SYSPARAM_INVALID_INPUT, "The function at least takes one argument."); in DeviceRemoveRight()
590 size_t argc = PARAM_COUNT_1; in CoreHasRight()
[all...]

Completed in 3 milliseconds