Don't return command in client-server communication 46/233046/3
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 11 May 2020 18:49:53 +0000 (20:49 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 18 May 2020 08:15:51 +0000 (10:15 +0200)
commit0670a4f8658a07c26676925709000f44208c7c39
tree43533895068da2a77f0bb5c0b2586ae2f9f283e9
parent8714925d90b31e320d75f5c2866cd786d343e40c
Don't return command in client-server communication

Client already has an id of the message sent to the server. There's no
point in returning the command from server and checking in on the
client's side.

* Stop returning command from server.
* Stop receiving and checking the command in the client.
* Unify naming.

Change-Id: I74bde065c5edcf414820b9c398d18e6bc0d299dd
15 files changed:
src/manager/client-async/async-request.cpp
src/manager/client-async/async-request.h
src/manager/client-async/client-manager-async-impl.cpp
src/manager/client-async/client-manager-async-impl.h
src/manager/client-async/encryption-receiver.cpp
src/manager/client-async/storage-receiver.cpp
src/manager/client/client-control.cpp
src/manager/client/client-manager-impl.cpp
src/manager/service/ckm-logic.cpp
src/manager/service/ckm-logic.h
src/manager/service/ckm-service.cpp
src/manager/service/encryption-service.cpp
src/manager/service/ocsp-logic.cpp
src/manager/service/ocsp-logic.h
src/manager/service/ocsp-service.cpp