Home
last modified time | relevance | path

Searched refs:cfgPath (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp212 char *cfgPath = ::GetOneCfgFile(cfgName, buf, sizeof(buf)); in LoadSystemKeys() local
214 if (cfgPath == nullptr) { in LoadSystemKeys()
215 MMI_HILOGE("No '%{public}s' was found", cfgPath); in LoadSystemKeys()
218 MMI_HILOGI("Config of system keys:%{public}s", cfgPath); in LoadSystemKeys()
219 ReadSystemKeys(std::string(cfgPath)); in LoadSystemKeys()
222 void KeyShortcutManager::ReadSystemKeys(const std::string &cfgPath) in ReadSystemKeys() argument
224 std::string cfg = ReadJsonFile(cfgPath); in ReadSystemKeys()
297 char *cfgPath = ::GetOneCfgFile(cfgName, buf, sizeof(buf)); in LoadExceptionalSystemKeys() local
299 if (cfgPath == nullptr) { in LoadExceptionalSystemKeys()
300 MMI_HILOGE("No '%{public}s' was found", cfgPath); in LoadExceptionalSystemKeys()
307 ReadExceptionalSystemKeys(const std::string &cfgPath) ReadExceptionalSystemKeys() argument
905 char *cfgPath = ::GetOneCfgFile(cfgName, buf, sizeof(buf)); LoadHotkeys() local
915 ReadHotkeys(const std::string &cfgPath) ReadHotkeys() argument
[all...]
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h129 void ReadSystemKeys(const std::string &cfgPath);
133 void ReadExceptionalSystemKeys(const std::string &cfgPath);
161 void ReadHotkeys(const std::string &cfgPath);

Completed in 3 milliseconds