Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor_module.cpp39 constexpr int32_t TWO_PARAMETERS { 2 };
137 AddMouseMonitor(env, info, argv[1], argv[TWO_PARAMETERS]); in AddMonitor()
151 CHKRP(napi_typeof(env, argv[TWO_PARAMETERS], &valueType), TYPEOF); in AddMonitor()
160 JS_INPUT_MONITOR_MGR.AddMonitor(env, typeName, argv[TWO_PARAMETERS], fingers); in AddMonitor()
172 if (argc < TWO_PARAMETERS) { in JsOn()
176 if (argc == TWO_PARAMETERS) { in JsOn()
210 if (argc < TWO_PARAMETERS) { in JsOffApi9()
270 CHKRP(napi_typeof(env, argv[TWO_PARAMETERS], &valueType), TYPEOF); in RemoveMonitor()
281 JS_INPUT_MONITOR_MGR.RemoveMonitor(env, typeName, argv[TWO_PARAMETERS], fingers); in RemoveMonitor()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedcommonevent_fuzzer/
H A Dresschedcommonevent_fuzzer.cpp42 static const int32_t TWO_PARAMETERS = 2; member
173 if (size <= TWO_PARAMETERS * (sizeof(int32_t) + DATA_LENGTH)) { in ResSchedCommonReceiveEventFuzzTest()
210 if (size <= TWO_PARAMETERS * (sizeof(int32_t) + DATA_LENGTH)) { in ResSchedPkgCommonEventFuzzTest()
244 if (size <= TWO_PARAMETERS * (sizeof(int32_t) + DATA_LENGTH)) { in ResSchedPkgOtherCommonEventFuzzTest()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedobserver_fuzzer/
H A Dresschedobserver_fuzzer.cpp62 static const int32_t TWO_PARAMETERS = 2; member
253 if (size <= TWO_PARAMETERS * sizeof(int32_t) + DATA_LENGTH) { in HisysEventCameraEventFuzzTest()
304 if (size <= TWO_PARAMETERS * DATA_LENGTH) { in ProcessHiSysEventFuzzTest()
349 if (size <= TWO_PARAMETERS * (sizeof(int32_t) + DATA_LENGTH)) { in HisysEventOnEventFuzzTest()
500 if (size <= TWO_PARAMETERS * sizeof(pid_t) + DATA_LENGTH) { in AvSessionStateListenerFuzzTest()
609 if (size <= TWO_PARAMETERS * sizeof(int32_t) + DATA_LENGTH) { in OnCallStateUpdatedFuzzTest()
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/
H A Dressched_fuzzer.cpp61 static const int32_t TWO_PARAMETERS = 2; member
292 if (size <= sizeof(uint32_t) + sizeof(int64_t) + TWO_PARAMETERS * sizeof(std::string)) { in ResSchedClientFuzzTest()
435 if (size <= TWO_PARAMETERS * sizeof(std::string)) { in OOBEDatashareUtilsFuzzTest()

Completed in 4 milliseconds