/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 167 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 385 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 433 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 471 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 936 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 1084 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 1110 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 1141 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 1167 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 1193 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() [all …]
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
H A D | ipc_cmd_parser.cpp | 57 int32_t SetRspErrCode(IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in SetRspErrCode() argument 59 if (pBaseRsp == nullptr) { in SetRspErrCode() 65 pBaseRsp->SetErrCode(ret); in SetRspErrCode() 87 return SetRspErrCode(reply, pBaseRsp); in ON_IPC_READ_RESPONSE() 102 return SetRspErrCode(reply, pBaseRsp); in ON_IPC_READ_RESPONSE() 119 ON_IPC_READ_RESPONSE(GET_DEVICE_INFO, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument 122 std::static_pointer_cast<IpcGetDeviceInfoRsp>(pBaseRsp); in ON_IPC_READ_RESPONSE() 183 return SetRspErrCode(reply, pBaseRsp); in ON_IPC_READ_RESPONSE() 201 return SetRspErrCode(reply, pBaseRsp); in ON_IPC_READ_RESPONSE() 269 ON_IPC_READ_RESPONSE(IMPORT_CREDENTIAL, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument [all …]
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 152 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 192 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 227 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 261 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 295 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 340 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 371 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 799 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 1096 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() 1136 if (pBaseRsp == nullptr) { in ON_IPC_READ_RESPONSE() [all …]
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/ |
H A D | ipc_cmd_parser.cpp | 30 int32_t SetRspErrCode(IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in SetRspErrCode() argument 32 if (pBaseRsp == nullptr) { in SetRspErrCode() 38 pBaseRsp->SetErrCode(ret); in SetRspErrCode() 74 ON_IPC_READ_RESPONSE(SERVER_DEVICE_STATE_NOTIFY, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument 76 return SetRspErrCode(reply, pBaseRsp); in ON_IPC_READ_RESPONSE() 94 ON_IPC_READ_RESPONSE(SERVER_DEVICE_FOUND, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument 96 return SetRspErrCode(reply, pBaseRsp); in ON_IPC_READ_RESPONSE() 114 ON_IPC_READ_RESPONSE(SERVER_DISCOVER_FINISH, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument 116 return SetRspErrCode(reply, pBaseRsp); in ON_IPC_READ_RESPONSE()
|
/ohos5.0/foundation/distributedhardware/device_manager/common/src/ipc/lite/ |
H A D | ipc_cmd_register.cpp | 41 …t32_t IpcCmdRegister::ReadResponse(int32_t cmdCode, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ReadResponse() argument 48 return (readResponseMapIter->second)(reply, pBaseRsp); in ReadResponse()
|
/ohos5.0/foundation/distributedhardware/device_manager/common/src/ipc/standard/ |
H A D | ipc_cmd_register.cpp | 62 …cCmdRegister::ReadResponse(int32_t cmdCode, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ReadResponse() argument 76 return (readResponseMapIter->second)(reply, pBaseRsp); in ReadResponse()
|
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/standard/ |
H A D | ipc_cmd_register.h | 65 using ReadResponseFunc = int32_t (*)(MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp); 114 int32_t ReadResponse(int32_t cmdCode, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp);
|
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/lite/ |
H A D | ipc_cmd_register.h | 77 using ReadResponseFunc = int32_t (*)(IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp); 138 int32_t ReadResponse(int32_t cmdCode, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp);
|