Searched refs:BeforeCommand (Results 1 – 9 of 9) sorted by relevance
17 Status CommandListenerProxy::BeforeCommand(const std::string& command_name) { in BeforeCommand() function in CommandListenerProxy18 return command_listener_->BeforeCommand(command_name); in BeforeCommand()
20 virtual Status BeforeCommand(const std::string& command_name) OVERRIDE { in BeforeCommand() function in __anon16ef0d8f0111::MockCommandListener45 ASSERT_EQ(kOk, proxy.BeforeCommand("cmd").code()); in TEST()
19 virtual Status BeforeCommand(const std::string& command_name) = 0;
22 virtual Status BeforeCommand(const std::string& command_name) OVERRIDE;
301 ASSERT_EQ(kOk, logger.BeforeCommand("GetLog").code()); in TEST()350 ASSERT_EQ(kOk, logger.BeforeCommand("Blah").code()); in TEST()352 ASSERT_EQ(kOk, logger.BeforeCommand("Foo").code()); in TEST()355 ASSERT_EQ(kOk, logger.BeforeCommand("GetLog").code()); in TEST()
54 virtual Status BeforeCommand(const std::string& command_name) OVERRIDE;
106 Status PerformanceLogger::BeforeCommand(const std::string& command_name) { in BeforeCommand() function in PerformanceLogger
558 virtual Status BeforeCommand(const std::string& command_name) OVERRIDE { in BeforeCommand() function in __anon4c459bdc0811::MockCommandListener665 virtual Status BeforeCommand(const std::string& command_name) OVERRIDE { in BeforeCommand() function in __anon4c459bdc0911::FailingCommandListener
416 Status status = (*it)->BeforeCommand(command_name); in NotifyCommandListenersBeforeCommand()