mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 22:59:45 +00:00
modify code
Signed-off-by: zhaolinglan <zhaolinglan@huawei.com>
This commit is contained in:
parent
7b83d56a93
commit
97080b8710
@ -49,7 +49,7 @@ namespace MiscServices {
|
||||
|
||||
protected:
|
||||
bool CheckPermission(const std::string &permission);
|
||||
int32_t SendMessageToService(int32_t code, std::function<int32_t(MessageParcel &)> callback);
|
||||
int32_t SendMessageToService(int32_t code, std::function<bool(MessageParcel &)> callback);
|
||||
int32_t getUserId(int32_t uid);
|
||||
int USER_ID_CHANGE_VALUE = 200000; // user range
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user