mirror of
https://github.com/openharmony/security_dataclassification.git
synced 2026-07-19 19:23:31 -04:00
@@ -101,7 +101,7 @@ static int32_t InitDeviceSecEnv(void)
|
||||
return DEVSL_SUCCESS;
|
||||
}
|
||||
|
||||
int32_t StartDevslEnv()
|
||||
int32_t StartDevslEnv(void)
|
||||
{
|
||||
DATA_SEC_LOG_INFO("Enter InitDeviceSecEnv...");
|
||||
int32_t ret = InitDeviceSecEnv();
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -37,7 +37,7 @@ private:
|
||||
DevSLMgrTest::DevSLMgrTest() {}
|
||||
DevSLMgrTest::~DevSLMgrTest() {}
|
||||
void DevSLMgrTest::SetUpTestCase() {}
|
||||
void DevSLMgrTest::TearDownTestCase() {};
|
||||
void DevSLMgrTest::TearDownTestCase() {}
|
||||
void DevSLMgrTest::SetUp() {}
|
||||
void DevSLMgrTest::TearDown() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user