mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2025-03-09 02:01:25 +00:00
Signed-off-by: lovechinamo <wangdongqi2@huawei.com>
Changes to be committed:
This commit is contained in:
parent
9c17632619
commit
0fda150f98
@ -43,7 +43,7 @@ namespace MiscServices {
|
||||
bool showKeyboard(const sptr<IInputDataChannel>& inputDataChannel) override;
|
||||
bool hideKeyboard(int32_t flags) override;
|
||||
int32_t setKeyboardType(const KeyboardType& type) override;
|
||||
int32_t getKeyboardWindowHeight(int32_t retHeight) override;
|
||||
int32_t getKeyboardWindowHeight(int32_t &retHeight) override;
|
||||
int32_t InitInputControlChannel(sptr<IInputControlChannel> &inputControlChannel) override;
|
||||
void SetClientState(bool state) override;
|
||||
void StopInputService(std::string imeId) override;
|
||||
|
@ -47,7 +47,7 @@ namespace MiscServices {
|
||||
|
||||
int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply,
|
||||
MessageOption &option) override;
|
||||
int32_t getDisplayMode(int32_t retMode) override;
|
||||
int32_t getDisplayMode(int32_t &retMode) override;
|
||||
int32_t getKeyboardWindowHeight(int32_t retHeight) override;
|
||||
int32_t getCurrentKeyboardType(KeyboardType *retType) override;
|
||||
int32_t listInputMethodEnabled(std::vector<InputMethodProperty*> *properties) override;
|
||||
|
@ -39,8 +39,8 @@ namespace MiscServices {
|
||||
InputMethodSetting *GetInputMethodSetting();
|
||||
InputMethodProperty *GetInputMethodProperty(const std::u16string& imeId);
|
||||
|
||||
int32_t OnPackageAdded(std::u16string& packageName, bool isSecurityIme);
|
||||
int32_t OnPackageRemoved(std::u16string& packageName, bool isSecurityIme);
|
||||
int32_t OnPackageAdded(std::u16string& packageName, bool &isSecurityIme);
|
||||
int32_t OnPackageRemoved(std::u16string& packageName, bool &isSecurityIme);
|
||||
int32_t OnSettingChanged(const std::u16string& key, const std::u16string& value);
|
||||
void OnAdvanceToNext();
|
||||
void OnUserLocked();
|
||||
|
Loading…
x
Reference in New Issue
Block a user