Home
last modified time | relevance | path

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

/base/security/certificate_manager/test/fuzz_test/fuzz_test_common/src/
H A Dcm_fuzz_test_common.cpp115 constexpr uint32_t PARAM_COUNT_TWO = 2; member
133 PARAM_COUNT_TWO,
157 PARAM_COUNT_TWO,
175 PARAM_COUNT_TWO,
182 PARAM_COUNT_TWO,
201 PARAM_COUNT_TWO,
208 PARAM_COUNT_TWO,
215 PARAM_COUNT_TWO,
222 PARAM_COUNT_TWO,
241 PARAM_COUNT_TWO,
[all...]
/base/request/request/frameworks/js/napi/src/upload/
H A Dupload_task_napiV5.cpp30 constexpr int PARAM_COUNT_TWO = 2; member
156 napi_value args[PARAM_COUNT_TWO] = { jsData, jsCode }; in OnSystemFail()
159 napi_call_function(failCallback->env, global, callback, PARAM_COUNT_TWO, args, &result); in OnSystemFail()
/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp34 constexpr int32_t PARAM_COUNT_TWO = 2; member
318 if (args.size() < PARAM_COUNT_TWO || args.size() > PARAM_COUNT_THR) { in Dump()
323 if (args[CMD_INDEX] == "-a" && args.size() == PARAM_COUNT_TWO) { in Dump()
H A Dusb_port_manager.cpp29 constexpr int32_t PARAM_COUNT_TWO = 2; member
272 if (args.size() < PARAM_COUNT_TWO || args.size() > PARAM_COUNT_THR) { in Dump()
277 if (args[CMD_INDEX] == "-a" && args.size() == PARAM_COUNT_TWO) { in Dump()

Completed in 3 milliseconds