Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/
H A Dauth_session_test.c291 #define ARGC_NUM 2 in main() macro
292 if (argc <= ARGC_NUM) { in main()
297 int32_t count = atoi(argv[ARGC_NUM]); in main()
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp36 constexpr int32_t ARGC_NUM { 2 };
347 size_t argc = ARGC_NUM; in SupportKeysSync()
348 napi_value argv[ARGC_NUM] = { 0 }; in SupportKeysSync()
350 if (argc != ARGC_NUM) { in SupportKeysSync()

Completed in 3 milliseconds