Home
last modified time | relevance | path

Searched refs:GetTomlFilePath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_auto_repeat_test.cpp94 EXPECT_EQ(keyAutoRepeat.GetTomlFilePath(fileName), expectedPath);
97 EXPECT_EQ(keyAutoRepeat.GetTomlFilePath(fileName), expectedPath);
/ohos5.0/foundation/multimodalinput/input/service/event_handler/include/
H A Dkey_auto_repeat.h49 std::string GetTomlFilePath(const std::string &fileName) const;
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp62 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