Searched refs:ResetPidByFile (Results 1 – 4 of 4) sorted by relevance
153 virtual bool ResetPidByFile(const std::string& pid_file) = 0;192 virtual bool ResetPidByFile(const std::string& pid_file);213 FRIEND_TEST(ProcessTest, ResetPidByFile);
345 TEST_F(ProcessTest, ResetPidByFile) { in TEST_F() argument347 EXPECT_FALSE(process_.ResetPidByFile(pid_path.value())); in TEST_F()349 EXPECT_TRUE(process_.ResetPidByFile(pid_path.value())); in TEST_F()
42 MOCK_METHOD1(ResetPidByFile, bool(const std::string& pid_file));
412 bool ProcessImpl::ResetPidByFile(const std::string& pid_file) { in ResetPidByFile() function in brillo::ProcessImpl