Lines Matching refs:input
125 [this](int fd, const std::vector<std::string> &input) { DumpAllTimeInfo(fd, input); });
129 "dump all timer info", [this](int fd, const std::vector<std::string> &input) { DumpTimerInfo(fd, input); });
134 [this](int fd, const std::vector<std::string> &input) { DumpTimerInfoById(fd, input); });
139 [this](int fd, const std::vector<std::string> &input) { DumpTimerTriggerById(fd, input); });
144 [this](int fd, const std::vector<std::string> &input) { DumpIdleTimerInfo(fd, input); });
149 [this](int fd, const std::vector<std::string> &input) { DumpProxyTimerInfo(fd, input); });
154 [this](int fd, const std::vector<std::string> &input) { DumpPidTimerMapInfo(fd, input); });
159 [this](int fd, const std::vector<std::string> &input) { DumpUidTimerMapInfo(fd, input); });
164 [this](int fd, const std::vector<std::string> &input) { DumpProxyDelayTime(fd, input); });
169 [this](int fd, const std::vector<std::string> &input) { DumpAdjustTime(fd, input); });
462 TIME_HILOGE(TIME_MODULE_SERVICE, "input param error %{public}" PRId64 "", time);
517 void TimeSystemAbility::DumpAllTimeInfo(int fd, const std::vector<std::string> &input)
543 void TimeSystemAbility::DumpTimerInfo(int fd, const std::vector<std::string> &input)
553 void TimeSystemAbility::DumpTimerInfoById(int fd, const std::vector<std::string> &input)
561 timerManager->ShowTimerEntryById(fd, std::atoi(input.at(paramNumPos).c_str()));
564 void TimeSystemAbility::DumpTimerTriggerById(int fd, const std::vector<std::string> &input)
572 timerManager->ShowTimerTriggerById(fd, std::atoi(input.at(paramNumPos).c_str()));
575 void TimeSystemAbility::DumpIdleTimerInfo(int fd, const std::vector<std::string> &input)
585 void TimeSystemAbility::DumpProxyTimerInfo(int fd, const std::vector<std::string> &input)
593 void TimeSystemAbility::DumpUidTimerMapInfo(int fd, const std::vector<std::string> &input)
601 void TimeSystemAbility::DumpProxyDelayTime(int fd, const std::vector<std::string> &input)
607 void TimeSystemAbility::DumpPidTimerMapInfo(int fd, const std::vector<std::string> &input)
615 void TimeSystemAbility::DumpAdjustTime(int fd, const std::vector<std::string> &input)