Searched refs:COMPONENT_ARGS_LEN (Results 1 – 2 of 2) sorted by relevance
80 constexpr uint32_t COMPONENT_ARGS_LEN = 3; variable
2109 if (argc != COMPONENT_ARGS_LEN) { in JsCallComponent()2110 LOGE("The arg is wrong, it is supposed to have %{public}d arguments", COMPONENT_ARGS_LEN); in JsCallComponent()