Files
device_manager/test/unittest/UTTest_dm_device_state_manager.h
wangyb0625 37802f9197 内源问题修改
Signed-off-by: wangyb0625 <wangyibo38@huawei.com>
2022-03-24 18:02:12 +08:00

39 lines
1.2 KiB
C++

/*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef OHOS_UTTEST_DM_DEVICE_STATE_MANAGER_H
#define OHOS_UTTEST_DM_DEVICE_STATE_MANAGER_H
#include <gtest/gtest.h>
#include <refbase.h>
#include "softbus_connector.h"
#include "dm_adapter_manager.h"
#include "device_manager_service_listener.h"
#include "softbus_session_callback.h"
#include "dm_discovery_manager.h"
namespace OHOS {
namespace DistributedHardware {
class DmDeviceStateManagerTest : public testing::Test {
public:
static void SetUpTestCase();
static void TearDownTestCase();
virtual void SetUp() override;
virtual void TearDown() override;
};
} // namespace DistributedHardware
} // namespace OHOS
#endif