Searched refs:ResetPidByFile (Results 1 – 4 of 4) sorted by relevance
147 virtual bool ResetPidByFile(const std::string& pid_file) = 0;185 virtual bool ResetPidByFile(const std::string& pid_file);206 FRIEND_TEST(ProcessTest, ResetPidByFile);
326 TEST_F(ProcessTest, ResetPidByFile) { in TEST_F() argument328 EXPECT_FALSE(process_.ResetPidByFile(pid_path.value())); in TEST_F()330 EXPECT_TRUE(process_.ResetPidByFile(pid_path.value())); in TEST_F()
40 MOCK_METHOD1(ResetPidByFile, bool(const std::string& pid_file));
403 bool ProcessImpl::ResetPidByFile(const std::string& pid_file) { in ResetPidByFile() function in brillo::ProcessImpl