mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-12-02 12:06:35 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
39ce0a43d4
commit
abe45ba280
@ -67,10 +67,10 @@ bool ImeConfigParse::ParseFromCustomSystem(const std::string &parseKey, T &data)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
std::string cfgPath(realPath);
|
std::string cfgPath(realPath);
|
||||||
if (!GetCfgsFromFile(cfgPath, parseKey, data)) {
|
if (GetCfgsFromFile(cfgPath, parseKey, data)) {
|
||||||
|
isSuccess = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
isSuccess = true;
|
|
||||||
}
|
}
|
||||||
FreeCfgFiles(cfgFiles);
|
FreeCfgFiles(cfgFiles);
|
||||||
IMSA_HILOGI("parse result: %{public}d", isSuccess);
|
IMSA_HILOGI("parse result: %{public}d", isSuccess);
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
#include "i_input_data_channel.h"
|
#include "i_input_data_channel.h"
|
||||||
#include "i_input_method_agent.h"
|
#include "i_input_method_agent.h"
|
||||||
#include "i_input_method_core.h"
|
#include "i_input_method_core.h"
|
||||||
#include "ime_info_inquirer.h"
|
|
||||||
#include "input_attribute.h"
|
#include "input_attribute.h"
|
||||||
#include "input_client_info.h"
|
#include "input_client_info.h"
|
||||||
#include "input_control_channel_stub.h"
|
#include "input_control_channel_stub.h"
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#include "ability_manager_client.h"
|
#include "ability_manager_client.h"
|
||||||
#include "element_name.h"
|
#include "element_name.h"
|
||||||
#include "ime_cfg_manager.h"
|
#include "ime_cfg_manager.h"
|
||||||
|
#include "ime_info_inquirer.h"
|
||||||
#include "input_client_proxy.h"
|
#include "input_client_proxy.h"
|
||||||
#include "input_control_channel_proxy.h"
|
#include "input_control_channel_proxy.h"
|
||||||
#include "input_data_channel_proxy.h"
|
#include "input_data_channel_proxy.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user