mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-20 21:41:02 -04:00
Description:Log Rectification
Match-id-b68e484eda021ec7a8a104d3369588754490f2d1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2022 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2022 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
|
||||
@@ -44,13 +44,13 @@ namespace {
|
||||
|
||||
WhiteListUtil::WhiteListUtil()
|
||||
{
|
||||
DHLOGI("Ctor WhiteListUtil, addr: %p", this);
|
||||
DHLOGI("Ctor WhiteListUtil.");
|
||||
Init();
|
||||
}
|
||||
|
||||
WhiteListUtil::~WhiteListUtil()
|
||||
{
|
||||
DHLOGI("Dtor WhiteListUtil, addr: %p", this);
|
||||
DHLOGI("Dtor WhiteListUtil.");
|
||||
}
|
||||
|
||||
WhiteListUtil &WhiteListUtil::GetInstance(void)
|
||||
|
||||
Reference in New Issue
Block a user