Searched refs:GetTomlFilePath (Results 1 – 3 of 3) sorted by relevance
94 EXPECT_EQ(keyAutoRepeat.GetTomlFilePath(fileName), expectedPath);97 EXPECT_EQ(keyAutoRepeat.GetTomlFilePath(fileName), expectedPath);
49 std::string GetTomlFilePath(const std::string &fileName) const;
62 if (ReadTomlFile(GetTomlFilePath(fileName), devConf) != RET_OK) { in AddDeviceConfig()170 std::string KeyAutoRepeat::GetTomlFilePath(const std::string &fileName) const in GetTomlFilePath() function in OHOS::MMI::KeyAutoRepeat