diff --git a/interfaces/ipc/src/add_white_list_infos_call_back_stub.cpp b/interfaces/ipc/src/add_white_list_infos_call_back_stub.cpp index 955f62d9dd67608ff87f036008966df7c52566f4..622f166f5cd9e5189d49d5ac7f25d16564f7a69e 100644 --- a/interfaces/ipc/src/add_white_list_infos_call_back_stub.cpp +++ b/interfaces/ipc/src/add_white_list_infos_call_back_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 @@ -24,7 +24,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -AddWhiteListInfosCallbackStub::AddWhiteListInfosCallbackStub() : IRemoteStub(true) +AddWhiteListInfosCallbackStub::AddWhiteListInfosCallbackStub() { } diff --git a/interfaces/ipc/src/del_white_list_infos_call_back_stub.cpp b/interfaces/ipc/src/del_white_list_infos_call_back_stub.cpp index 719812029ed8879718fff070c489818c9d1c79ad..0c2b6b56a2ad94805ccdc2f5d447d6241ba24023 100644 --- a/interfaces/ipc/src/del_white_list_infos_call_back_stub.cpp +++ b/interfaces/ipc/src/del_white_list_infos_call_back_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 @@ -24,7 +24,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -DelWhiteListInfosCallbackStub::DelWhiteListInfosCallbackStub() : IRemoteStub(true) +DelWhiteListInfosCallbackStub::DelWhiteListInfosCallbackStub() { } diff --git a/interfaces/ipc/src/distributed_input_sink_stub.cpp b/interfaces/ipc/src/distributed_input_sink_stub.cpp index 48d705adbf77b38418d905f6559fd0b25a07273d..819ca787c26c9d609c7853c006c9800505e42102 100644 --- a/interfaces/ipc/src/distributed_input_sink_stub.cpp +++ b/interfaces/ipc/src/distributed_input_sink_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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 @@ -27,7 +27,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -DistributedInputSinkStub::DistributedInputSinkStub() : IRemoteStub(true) +DistributedInputSinkStub::DistributedInputSinkStub() { DHLOGI("DistributedInputSinkStub ctor!"); memberFuncMap_[static_cast(IDInputSinkInterfaceCode::INIT)] = diff --git a/interfaces/ipc/src/distributed_input_source_stub.cpp b/interfaces/ipc/src/distributed_input_source_stub.cpp index 9f89dbee8cfb78b47ad7a91641cb44ba1b6540a9..624aabc0638fe3cd845d8abc86d3ff89bc26c7c0 100644 --- a/interfaces/ipc/src/distributed_input_source_stub.cpp +++ b/interfaces/ipc/src/distributed_input_source_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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 @@ -25,7 +25,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -DistributedInputSourceStub::DistributedInputSourceStub() : IRemoteStub(true) +DistributedInputSourceStub::DistributedInputSourceStub() { RegRespFunMap(); } diff --git a/interfaces/ipc/src/get_sink_screen_infos_call_back_stub.cpp b/interfaces/ipc/src/get_sink_screen_infos_call_back_stub.cpp index 16b7d5881781a3189e5c30d55c5f4e3515a094d4..7537ec516e902da8bcf7a7e539f193ca6c3029e5 100644 --- a/interfaces/ipc/src/get_sink_screen_infos_call_back_stub.cpp +++ b/interfaces/ipc/src/get_sink_screen_infos_call_back_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 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 @@ -24,7 +24,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -GetSinkScreenInfosCallbackStub::GetSinkScreenInfosCallbackStub() : IRemoteStub(true) +GetSinkScreenInfosCallbackStub::GetSinkScreenInfosCallbackStub() { } diff --git a/interfaces/ipc/src/input_node_listener_stub.cpp b/interfaces/ipc/src/input_node_listener_stub.cpp index 6d49ca8d02d99307ae3bcdce6fea659fae844612..348a42bbcced7bac3d2487a171c8eefffa7c0979 100644 --- a/interfaces/ipc/src/input_node_listener_stub.cpp +++ b/interfaces/ipc/src/input_node_listener_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 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 @@ -24,13 +24,9 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -InputNodeListenerStub::InputNodeListenerStub() : IRemoteStub(true) -{ -} +InputNodeListenerStub::InputNodeListenerStub() {} -InputNodeListenerStub::~InputNodeListenerStub() -{ -} +InputNodeListenerStub::~InputNodeListenerStub() {} int32_t InputNodeListenerStub::OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) diff --git a/interfaces/ipc/src/prepare_d_input_call_back_stub.cpp b/interfaces/ipc/src/prepare_d_input_call_back_stub.cpp index 11087b951a3b54010819710a25c906cccbb71019..0796aa4ae0256714ab721f57fb8a3bdc6a49b3c8 100644 --- a/interfaces/ipc/src/prepare_d_input_call_back_stub.cpp +++ b/interfaces/ipc/src/prepare_d_input_call_back_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 @@ -24,7 +24,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -PrepareDInputCallbackStub::PrepareDInputCallbackStub() : IRemoteStub(true) +PrepareDInputCallbackStub::PrepareDInputCallbackStub() { } diff --git a/interfaces/ipc/src/register_d_input_call_back_stub.cpp b/interfaces/ipc/src/register_d_input_call_back_stub.cpp index 63090216e185ade45edc2dd9fecdc7ba91478310..935c6ca99393029a048f6100ff96f93b847103dd 100644 --- a/interfaces/ipc/src/register_d_input_call_back_stub.cpp +++ b/interfaces/ipc/src/register_d_input_call_back_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 @@ -24,7 +24,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -RegisterDInputCallbackStub::RegisterDInputCallbackStub() : IRemoteStub(true) +RegisterDInputCallbackStub::RegisterDInputCallbackStub() { } diff --git a/interfaces/ipc/src/register_session_state_callback_stub.cpp b/interfaces/ipc/src/register_session_state_callback_stub.cpp index 2fe701680a9c58fafdb3a42b6ba744bfa075e13f..7455a663f6c2e78a4abb307731bcb64fd17a5bde 100644 --- a/interfaces/ipc/src/register_session_state_callback_stub.cpp +++ b/interfaces/ipc/src/register_session_state_callback_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Huawei Device Co., Ltd. + * Copyright (c) 2023 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 @@ -24,7 +24,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -RegisterSessionStateCallbackStub::RegisterSessionStateCallbackStub() : IRemoteStub(true) +RegisterSessionStateCallbackStub::RegisterSessionStateCallbackStub() { } diff --git a/interfaces/ipc/src/sharing_dhid_listener_stub.cpp b/interfaces/ipc/src/sharing_dhid_listener_stub.cpp index 20e75787729c522dd977662e8591919faece1ccf..4410adbc5d42f80ee1dbb1874e459f42cc5d074f 100644 --- a/interfaces/ipc/src/sharing_dhid_listener_stub.cpp +++ b/interfaces/ipc/src/sharing_dhid_listener_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 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 @@ -24,13 +24,9 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -SharingDhIdListenerStub::SharingDhIdListenerStub() : IRemoteStub(true) -{ -} +SharingDhIdListenerStub::SharingDhIdListenerStub() {} -SharingDhIdListenerStub::~SharingDhIdListenerStub() -{ -} +SharingDhIdListenerStub::~SharingDhIdListenerStub() {} int32_t SharingDhIdListenerStub::OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) diff --git a/interfaces/ipc/src/simulation_event_listener_stub.cpp b/interfaces/ipc/src/simulation_event_listener_stub.cpp index 429c3f853786a780f5b198d385631758f6c1cd11..34b2b706bf24fd140e57490c0bbbe0fd21e572bf 100644 --- a/interfaces/ipc/src/simulation_event_listener_stub.cpp +++ b/interfaces/ipc/src/simulation_event_listener_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 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 @@ -24,13 +24,9 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -SimulationEventListenerStub::SimulationEventListenerStub() : IRemoteStub(true) -{ -} +SimulationEventListenerStub::SimulationEventListenerStub() {} -SimulationEventListenerStub::~SimulationEventListenerStub() -{ -} +SimulationEventListenerStub::~SimulationEventListenerStub() {} int32_t SimulationEventListenerStub::OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) diff --git a/interfaces/ipc/src/start_d_input_call_back_stub.cpp b/interfaces/ipc/src/start_d_input_call_back_stub.cpp index 527669fca99de0a12817219b06583568678adf07..b9243b1b93fd5a7cf91400eb1226d4a4fe7594bd 100644 --- a/interfaces/ipc/src/start_d_input_call_back_stub.cpp +++ b/interfaces/ipc/src/start_d_input_call_back_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 @@ -24,7 +24,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -StartDInputCallbackStub::StartDInputCallbackStub() : IRemoteStub(true) +StartDInputCallbackStub::StartDInputCallbackStub() { } diff --git a/interfaces/ipc/src/start_stop_d_inputs_call_back_stub.cpp b/interfaces/ipc/src/start_stop_d_inputs_call_back_stub.cpp index d45441af79b7c1f7eb242fa1c77a2c261f152bfe..748b7a6c550ff7fb9d5a83dee55fdafed97c67ab 100644 --- a/interfaces/ipc/src/start_stop_d_inputs_call_back_stub.cpp +++ b/interfaces/ipc/src/start_stop_d_inputs_call_back_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 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 @@ -24,13 +24,9 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -StartStopDInputsCallbackStub::StartStopDInputsCallbackStub() : IRemoteStub(true) -{ -} +StartStopDInputsCallbackStub::StartStopDInputsCallbackStub() {} -StartStopDInputsCallbackStub::~StartStopDInputsCallbackStub() -{ -} +StartStopDInputsCallbackStub::~StartStopDInputsCallbackStub() {} int32_t StartStopDInputsCallbackStub::OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) diff --git a/interfaces/ipc/src/start_stop_result_call_back_stub.cpp b/interfaces/ipc/src/start_stop_result_call_back_stub.cpp index c68fab6a4711c936738d7fb28691b2d1f80b99dc..5c41b0930b5eca1b65c4fb1f322f3341f0022409 100644 --- a/interfaces/ipc/src/start_stop_result_call_back_stub.cpp +++ b/interfaces/ipc/src/start_stop_result_call_back_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 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 @@ -24,13 +24,9 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -StartStopResultCallbackStub::StartStopResultCallbackStub() : IRemoteStub(true) -{ -} +StartStopResultCallbackStub::StartStopResultCallbackStub() {} -StartStopResultCallbackStub::~StartStopResultCallbackStub() -{ -} +StartStopResultCallbackStub::~StartStopResultCallbackStub() {} int32_t StartStopResultCallbackStub::OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) diff --git a/interfaces/ipc/src/stop_d_input_call_back_stub.cpp b/interfaces/ipc/src/stop_d_input_call_back_stub.cpp index c1f02941044866e63e48c3b6a748845661169da7..64f8d5f8914252d6b4f3d261c490bc8a309b4be8 100644 --- a/interfaces/ipc/src/stop_d_input_call_back_stub.cpp +++ b/interfaces/ipc/src/stop_d_input_call_back_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 @@ -24,7 +24,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -StopDInputCallbackStub::StopDInputCallbackStub() : IRemoteStub(true) +StopDInputCallbackStub::StopDInputCallbackStub() { } diff --git a/interfaces/ipc/src/unprepare_d_input_call_back_stub.cpp b/interfaces/ipc/src/unprepare_d_input_call_back_stub.cpp index 15652f64ef7697fe8a5811ea3b1b3c9029a050eb..f248c9351b241bf481d2fc67a69ee753414d6f4e 100644 --- a/interfaces/ipc/src/unprepare_d_input_call_back_stub.cpp +++ b/interfaces/ipc/src/unprepare_d_input_call_back_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 @@ -24,7 +24,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -UnprepareDInputCallbackStub::UnprepareDInputCallbackStub() : IRemoteStub(true) +UnprepareDInputCallbackStub::UnprepareDInputCallbackStub() { } diff --git a/interfaces/ipc/src/unregister_d_input_call_back_stub.cpp b/interfaces/ipc/src/unregister_d_input_call_back_stub.cpp index 4906258905f97d4677dc95b6d0b759a352f7f135..6270c3c4a2d819dad93aece81651abd68fee800e 100644 --- a/interfaces/ipc/src/unregister_d_input_call_back_stub.cpp +++ b/interfaces/ipc/src/unregister_d_input_call_back_stub.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 @@ -24,7 +24,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -UnregisterDInputCallbackStub::UnregisterDInputCallbackStub() : IRemoteStub(true) +UnregisterDInputCallbackStub::UnregisterDInputCallbackStub() { }