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 622f166f5cd9e5189d49d5ac7f25d16564f7a69e..955f62d9dd67608ff87f036008966df7c52566f4 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-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 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() +AddWhiteListInfosCallbackStub::AddWhiteListInfosCallbackStub() : IRemoteStub(true) { } 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 0c2b6b56a2ad94805ccdc2f5d447d6241ba24023..719812029ed8879718fff070c489818c9d1c79ad 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-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 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() +DelWhiteListInfosCallbackStub::DelWhiteListInfosCallbackStub() : IRemoteStub(true) { } diff --git a/interfaces/ipc/src/distributed_input_sink_stub.cpp b/interfaces/ipc/src/distributed_input_sink_stub.cpp index 819ca787c26c9d609c7853c006c9800505e42102..48d705adbf77b38418d905f6559fd0b25a07273d 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-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 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() +DistributedInputSinkStub::DistributedInputSinkStub() : IRemoteStub(true) { 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 624aabc0638fe3cd845d8abc86d3ff89bc26c7c0..9f89dbee8cfb78b47ad7a91641cb44ba1b6540a9 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-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 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() +DistributedInputSourceStub::DistributedInputSourceStub() : IRemoteStub(true) { 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 7537ec516e902da8bcf7a7e539f193ca6c3029e5..16b7d5881781a3189e5c30d55c5f4e3515a094d4 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 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 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() +GetSinkScreenInfosCallbackStub::GetSinkScreenInfosCallbackStub() : IRemoteStub(true) { } diff --git a/interfaces/ipc/src/input_node_listener_stub.cpp b/interfaces/ipc/src/input_node_listener_stub.cpp index 348a42bbcced7bac3d2487a171c8eefffa7c0979..6d49ca8d02d99307ae3bcdce6fea659fae844612 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 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 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,9 +24,13 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -InputNodeListenerStub::InputNodeListenerStub() {} +InputNodeListenerStub::InputNodeListenerStub() : IRemoteStub(true) +{ +} -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 0796aa4ae0256714ab721f57fb8a3bdc6a49b3c8..11087b951a3b54010819710a25c906cccbb71019 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-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 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() +PrepareDInputCallbackStub::PrepareDInputCallbackStub() : IRemoteStub(true) { } 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 935c6ca99393029a048f6100ff96f93b847103dd..63090216e185ade45edc2dd9fecdc7ba91478310 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-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 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() +RegisterDInputCallbackStub::RegisterDInputCallbackStub() : IRemoteStub(true) { } diff --git a/interfaces/ipc/src/register_session_state_callback_stub.cpp b/interfaces/ipc/src/register_session_state_callback_stub.cpp index 7455a663f6c2e78a4abb307731bcb64fd17a5bde..2fe701680a9c58fafdb3a42b6ba744bfa075e13f 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 Huawei Device Co., Ltd. + * Copyright (c) 2023-2024 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() +RegisterSessionStateCallbackStub::RegisterSessionStateCallbackStub() : IRemoteStub(true) { } diff --git a/interfaces/ipc/src/sharing_dhid_listener_stub.cpp b/interfaces/ipc/src/sharing_dhid_listener_stub.cpp index 4410adbc5d42f80ee1dbb1874e459f42cc5d074f..20e75787729c522dd977662e8591919faece1ccf 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 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 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,9 +24,13 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -SharingDhIdListenerStub::SharingDhIdListenerStub() {} +SharingDhIdListenerStub::SharingDhIdListenerStub() : IRemoteStub(true) +{ +} -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 34b2b706bf24fd140e57490c0bbbe0fd21e572bf..429c3f853786a780f5b198d385631758f6c1cd11 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 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 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,9 +24,13 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -SimulationEventListenerStub::SimulationEventListenerStub() {} +SimulationEventListenerStub::SimulationEventListenerStub() : IRemoteStub(true) +{ +} -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 b9243b1b93fd5a7cf91400eb1226d4a4fe7594bd..527669fca99de0a12817219b06583568678adf07 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-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 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() +StartDInputCallbackStub::StartDInputCallbackStub() : IRemoteStub(true) { } 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 748b7a6c550ff7fb9d5a83dee55fdafed97c67ab..d45441af79b7c1f7eb242fa1c77a2c261f152bfe 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 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 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,9 +24,13 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -StartStopDInputsCallbackStub::StartStopDInputsCallbackStub() {} +StartStopDInputsCallbackStub::StartStopDInputsCallbackStub() : IRemoteStub(true) +{ +} -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 5c41b0930b5eca1b65c4fb1f322f3341f0022409..c68fab6a4711c936738d7fb28691b2d1f80b99dc 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 Huawei Device Co., Ltd. + * Copyright (c) 2022-2024 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,9 +24,13 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -StartStopResultCallbackStub::StartStopResultCallbackStub() {} +StartStopResultCallbackStub::StartStopResultCallbackStub() : IRemoteStub(true) +{ +} -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 64f8d5f8914252d6b4f3d261c490bc8a309b4be8..c1f02941044866e63e48c3b6a748845661169da7 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-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 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() +StopDInputCallbackStub::StopDInputCallbackStub() : IRemoteStub(true) { } 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 f248c9351b241bf481d2fc67a69ee753414d6f4e..15652f64ef7697fe8a5811ea3b1b3c9029a050eb 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-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 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() +UnprepareDInputCallbackStub::UnprepareDInputCallbackStub() : IRemoteStub(true) { } 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 6270c3c4a2d819dad93aece81651abd68fee800e..4906258905f97d4677dc95b6d0b759a352f7f135 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-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 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() +UnregisterDInputCallbackStub::UnregisterDInputCallbackStub() : IRemoteStub(true) { }