From acce18f5c64e055ae3652259473d7e9001582938 Mon Sep 17 00:00:00 2001 From: wangpggg Date: Thu, 7 Aug 2025 16:19:35 +0800 Subject: [PATCH] rm mock mothed Signed-off-by: wangpeng --- test/unittest/mock/if_system_ability_manager_mock.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/unittest/mock/if_system_ability_manager_mock.h b/test/unittest/mock/if_system_ability_manager_mock.h index 630a947f..4605393a 100644 --- a/test/unittest/mock/if_system_ability_manager_mock.h +++ b/test/unittest/mock/if_system_ability_manager_mock.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Huawei Device Co., Ltd. + * Copyright (c) 2024-2025 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 @@ -64,7 +64,6 @@ public: std::vector& infoList)); MOCK_METHOD3(GetCommonEventExtraDataIdlist, int32_t(int32_t systemAbilityId, std::vector& extraDataIdList, const std::string& eventName)); - MOCK_METHOD1(GetLocalAbilityManagerProxy, sptr(int32_t)); }; } // namespace OHOS -- Gitee