Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_auto_repeat_test.cpp84 * @tc.desc: Test the funcation GetTomlFilePath
94 EXPECT_EQ(keyAutoRepeat.GetTomlFilePath(fileName), expectedPath); in HWTEST_F()
97 EXPECT_EQ(keyAutoRepeat.GetTomlFilePath(fileName), expectedPath); in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/include/
H A Dkey_auto_repeat.h50 std::string GetTomlFilePath(const std::string &fileName) const;
/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp62 if (ReadTomlFile(GetTomlFilePath(fileName), devConf) != RET_OK) { in AddDeviceConfig()
175 std::string KeyAutoRepeat::GetTomlFilePath(const std::string &fileName) const in GetTomlFilePath() function in OHOS::MMI::KeyAutoRepeat

Completed in 2 milliseconds