Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Ddrag_preview.h39 constexpr int32_t ARG_COUNT_1 = 1; member
54 size_t argc = ARG_COUNT_1; in SetForegroundColor()
55 napi_value argv[ARG_COUNT_1] = { 0 }; in SetForegroundColor()
59 NAPI_ASSERT(env, argc == ARG_COUNT_1, "require 1 parameter"); in SetForegroundColor()

Completed in 2 milliseconds