Searched refs:GetConnectionInfoFilePath (Results 1 – 3 of 3) sorted by relevance
55 MOCK_CONST_METHOD0(GetConnectionInfoFilePath, FilePath());112 EXPECT_CALL(reader_, GetConnectionInfoFilePath()).WillOnce(Return(info_file)); in TEST_F()118 EXPECT_CALL(reader_, GetConnectionInfoFilePath()).WillOnce(Return(info_file)); in TEST_F()127 EXPECT_CALL(reader_, GetConnectionInfoFilePath()).WillOnce(Return(info_file)); in TEST_F()
39 virtual base::FilePath GetConnectionInfoFilePath() const;
58 FilePath ConnectionInfoReader::GetConnectionInfoFilePath() const { in GetConnectionInfoFilePath() function in shill::ConnectionInfoReader66 FilePath info_file_path = GetConnectionInfoFilePath(); in LoadConnectionInfo()