Searched refs:scrollValue (Results 1 – 2 of 2) sorted by relevance
893 std::string scrollValue = FULL_VALUE; in ConvertActionArgsJSToNAPI() local956 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()
201 int32_t scrollValue; in ParseCommand() local409 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()