modification for codecheck

Signed-off-by: zhaolinglan <zhaolinglan@huawei.com>
This commit is contained in:
zhaolinglan
2022-07-19 15:00:26 +08:00
parent 40bf72f4d3
commit 5a2dabc8b5
2 changed files with 2 additions and 2 deletions
@@ -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)
{
+1 -1
View File
@@ -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);