diff --git a/test/unittest/mock/if_system_ability_manager_mock.h b/test/unittest/mock/if_system_ability_manager_mock.h index 630a947f3c2f62afdc6593d86d1ec5c56ba29063..4605393aa345277611e587c73b0b99c87e8d706a 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