Searched refs:commandLimits_ (Results 1 – 3 of 3) sorted by relevance
48 if (commandLimits_.find(pid) != commandLimits_.end()) { in IsCommandSendEnable()49 if (commandLimits_[pid] >= COMMAND_SEND_NUM_MAX) { in IsCommandSendEnable()50 SLOGD("commandSendTime=%{public}d", commandLimits_[pid]); in IsCommandSendEnable()53 SLOGD("commandSendTime=%{public}d", commandLimits_[pid]); in IsCommandSendEnable()54 commandLimits_[pid] += 1; in IsCommandSendEnable()57 commandLimits_.insert(std::make_pair(pid, 1)); in IsCommandSendEnable()65 commandLimits_.clear(); in ClearCommandLimits()91 commandLimits_.clear(); in StopTimer()
41 std::map<pid_t, int32_t> commandLimits_; variable
88 CommandSendLimit::GetInstance().commandLimits_[1] = 11;102 CommandSendLimit::GetInstance().commandLimits_[2] = 5;