Home
last modified time | relevance | path

Searched refs:scrollValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp893 std::string scrollValue = FULL_VALUE; in ConvertActionArgsJSToNAPI() local
956 scrollValue = scrollValueMap.find(str)->second; in ConvertActionArgsJSToNAPI()
957 HILOG_DEBUG("ScrollValue %{public}s", scrollValue.c_str()); in ConvertActionArgsJSToNAPI()
961 args.insert(std::pair<std::string, std::string>("scrolltype", scrollValue.c_str())); in ConvertActionArgsJSToNAPI()
969 scrollValue = scrollValueMap.find(str)->second; in ConvertActionArgsJSToNAPI()
970 HILOG_DEBUG("ScrollValue %{public}s", scrollValue.c_str()); in ConvertActionArgsJSToNAPI()
974 args.insert(std::pair<std::string, std::string>("scrolltype", scrollValue.c_str())); in ConvertActionArgsJSToNAPI()
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp201 int32_t scrollValue; in ParseCommand() local
409 if (!StrToInt(optarg, scrollValue)) { in ParseCommand()
413 std::cout << "scroll wheel " << scrollValue << std::endl; in ParseCommand()
428 scrollValue); in ParseCommand()
439 scrollValue); in ParseCommand()
450 scrollValue); in ParseCommand()