!16 修改文件名和类名保持一致

Merge pull request !16 from 曹刘超/master

Signed-off-by: puhui <puhui1@huawei.com>
This commit is contained in:
蒲辉
2022-01-14 08:05:22 +00:00
committed by Gitee
6 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ if (defined(ohos_lite)) {
"src/authentication/auth_response_state.cpp",
"src/authentication/auth_ui.cpp",
"src/authentication/dm_auth_manager.cpp",
"src/config/config_manager.cpp",
"src/config/dm_config_manager.cpp",
"src/dependency/commonevent/dm_common_event_manager.cpp",
"src/dependency/hichain/hichain_connector.cpp",
"src/dependency/softbus/softbus_connector.cpp",
@@ -15,7 +15,7 @@
#include "dm_adapter_manager.h"
#include "config_manager.h"
#include "dm_config_manager.h"
#include "dm_constants.h"
#include "dm_log.h"
@@ -15,10 +15,9 @@
#include "dm_auth_manager.h"
#include "auth_message_processor.h"
#include "auth_ui.h"
#include "config_manager.h"
#include "dm_ability_manager.h"
#include "dm_config_manager.h"
#include "dm_constants.h"
#include "dm_log.h"
#include "dm_random.h"
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "config_manager.h"
#include "dm_config_manager.h"
#include <dlfcn.h>
+1 -1
View File
@@ -103,7 +103,7 @@ ohos_unittest("UTTest_dm_device_state_manager") {
sources = [
"//foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/adapter/standard/dm_adapter_manager.cpp",
"//foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/config/config_manager.cpp",
"//foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/config/dm_config_manager.cpp",
"//foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dependency/softbus/softbus_connector.cpp",
"//foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dependency/softbus/softbus_session.cpp",
"//foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dependency/timer/dm_timer.cpp",