Home
last modified time | relevance | path

Searched defs:optionIndex (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcommand_parse.cpp32 int optionIndex = 0; in Parse() local
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcommand_parse.cpp54 int optionIndex = 0; in Parse() local
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_dump.cpp75 int32_t optionIndex = 0; in ParseCommand() local
104 void MiscdeviceDump::RunVibratorDump(int32_t fd, int32_t optionIndex, const std::vector<std::string… in RunVibratorDump()
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/
H A Dcommand_parse.cpp45 int optionIndex = 0; in Parse() local
/ohos5.0/foundation/multimodalinput/input/examples/input_device_display_bind/src/
H A Dinput_device_display_bind.cpp49 int32_t optionIndex = 0; in main() local
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_dump.cpp93 void SensorDump::RunSensorDump(int32_t fd, int32_t optionIndex, const std::vector<std::string> &arg… in RunSensorDump()
158 int32_t optionIndex = 0; in ParseCommand() local
/ohos5.0/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_dump.cpp94 int32_t optionIndex = 0; in ParseCommand() local
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinjection_tools_help_func.cpp102 int32_t optionIndex = 0; in SelectOptions() local
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp208 int optionIndex = 0; in CmdParseWithParameter() local
336 const int &optionIndex, char *argv[]) in ParseSubLongCmdOption()
363 const int &optionIndex, char *argv[]) in ParseLongCmdOption()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp159 int32_t ScanServiceProxy::GetScanOptionDesc(const std::string scannerId, const int32_t optionIndex, in GetScanOptionDesc()
184 const int32_t optionIndex, const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) in OpScanOptionValue()
H A Dscan_manager_client.cpp270 const std::string scannerId, const int32_t optionIndex, ScanOptionDescriptor &desc) in GetScanOptionDesc()
292 int32_t ScanManagerClient::OpScanOptionValue(const std::string scannerId, const int32_t optionIndex, in OpScanOptionValue()
/ohos5.0/base/hiviewdfx/hilog_lite/command/
H A Dhilog_command.c190 int optionIndex = 0; in HilogCmdProc() local
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dnapi_inner_scan.h81 int32_t optionIndex = 0; member
/ohos5.0/base/print/print_fwk/test/fuzztest/scanservicestub_fuzzer/
H A Dscanservicestub_fuzzer.cpp77 int32_t optionIndex = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestOnGetScanOptionDesc() local
93 int32_t optionIndex = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestOnOpScanOptionValue() local
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp272 int32_t optionIndex = 0; in InitSettings() local
/ohos5.0/base/print/print_fwk/test/fuzztest/scanmanagerclient_fuzzer/
H A Dscanmanagerclient_fuzzer.cpp60 int32_t optionIndex = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestGetScanOptionDesc() local
77 int32_t optionIndex = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestOpScanOptionValue() local
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp163 int32_t optionIndex = data.ReadInt32(); in OnGetScanOptionDesc() local
178 int32_t optionIndex = data.ReadInt32(); in OnOpScanOptionValue() local
H A Dscan_service_ability.cpp814 const std::string scannerId, const int32_t optionIndex, ScanOptionDescriptor &desc) in GetScanOptionDesc()
861 int32_t ScanServiceAbility::ActionSetAuto(SANE_Handle &scannerHandle, const int32_t &optionIndex) in ActionSetAuto()
876 const int32_t &optionIndex) in ActionGetValue()
962 const int32_t &optionIndex, int32_t &info) in ActionSetValue()
999 …t32_t ScanServiceAbility::OpScanOptionValue(const std::string scannerId, const int32_t optionIndex, in OpScanOptionValue()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp35 int32_t optionIndex; member
471 int32_t optionIndex = t->second.optionIndex; in OH_Scan_SetScannerParameter() local
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp307 static bool ParseLongOpt(const string& cmd, int optionIndex) in ParseLongOpt()
471 int optionIndex = 0; in HandleOpt() local
/ohos5.0/drivers/peripheral/audio/test/audio_utils/audio_mixer/
H A Daudio_mixer_main.c559 int32_t optionIndex = -1; in main() local
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dnapi_inner_scan.cpp223 int32_t optionIndex = NapiScanUtils::GetInt32FromValue(env, argv[NapiScanUtils::INDEX_ONE]); in GetScanOptionDesc() local
262 int32_t optionIndex = NapiScanUtils::GetInt32FromValue(env, argv[NapiScanUtils::INDEX_ONE]); in SetScanOption() local
309 int32_t optionIndex = NapiScanUtils::GetInt32FromValue(env, argv[NapiScanUtils::INDEX_ONE]); in SetScanAutoOption() local
349 int32_t optionIndex = NapiScanUtils::GetInt32FromValue(env, argv[NapiScanUtils::INDEX_ONE]); in GetScanOption() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_column.cpp498 uint32_t optionIndex = (sum > selectedIndex ? sum - selectedIndex : 0) % totalOptionCount; in FlushCurrentOptions() local
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp193 int32_t optionIndex = 0; in ParseCommand() local
1798 …agerCommand::KnuckleGestureInputProcess(int32_t argc, char *argv[], int32_t c, int32_t optionIndex) in KnuckleGestureInputProcess()
2011 …t InputManagerCommand::ProcessTouchPadGestureInput(int32_t argc, char *argv[], int32_t optionIndex) in ProcessTouchPadGestureInput()
/ohos5.0/base/update/updater/services/
H A Dupdater_main.cpp752 int optionIndex; in StartUpdater() local

12