mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-21 16:05:20 -04:00
modification for codecheck
Signed-off-by: zhaolinglan <zhaolinglan@huawei.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
using namespace AbilityRuntime;
|
||||
std::recursive_mutex JsInputMethodEngineListener::mapMutex{};
|
||||
std::recursive_mutex JsInputMethodEngineListener::mapMutex {};
|
||||
void JsInputMethodEngineListener::RegisterListenerWithType(NativeEngine& engine,
|
||||
std::string type, NativeValue* value)
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace OHOS {
|
||||
namespace MiscServices {
|
||||
class Message {
|
||||
public:
|
||||
int32_t msgId_{}; // message id
|
||||
int32_t msgId_ {}; // message id
|
||||
MessageParcel *msgContent_ = nullptr; // message content
|
||||
MessageParcel *msgReply_ = nullptr; // message reply
|
||||
Message(int32_t msgId, MessageParcel *msgContent);
|
||||
|
||||
Reference in New Issue
Block a user