diff --git a/interfaces/ipc/src/distributed_input_source_stub.cpp b/interfaces/ipc/src/distributed_input_source_stub.cpp index 8afb6b8..7c84fa8 100644 --- a/interfaces/ipc/src/distributed_input_source_stub.cpp +++ b/interfaces/ipc/src/distributed_input_source_stub.cpp @@ -654,7 +654,13 @@ int32_t DistributedInputSourceStub::OnRemoteRequest( DHLOGE("DistributedInputSourceStub read token valid failed"); return ERR_DH_INPUT_IPC_WRITE_TOKEN_VALID_FAIL; } + if (code == static_cast(IDInputSourceInterfaceCode::REGISTER_REMOTE_INPUT)) { + DHLOGI("Receive Register DInput cmd"); + } + if (code == static_cast(IDInputSourceInterfaceCode::UNREGISTER_REMOTE_INPUT)) { + DHLOGI("Receive UnRegister DInput cmd"); + } if (code == static_cast(IDInputSourceInterfaceCode::INIT)) { return HandleInitDistributedHardware(reply); } else if (code == static_cast(IDInputSourceInterfaceCode::RELEASE)) {