Home
last modified time | relevance | path

Searched refs:EncodeDmDeviceInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_cmd_parser.cpp42 bool EncodeDmDeviceInfo(const DmDeviceInfo &devInfo, IpcIo &reply) in EncodeDmDeviceInfo() function
70 EncodeDmDeviceInfo(deviceInfo, request); in ON_IPC_SET_REQUEST()
90 EncodeDmDeviceInfo(deviceInfo, request); in ON_IPC_SET_REQUEST()
140 EncodeDmDeviceInfo(deviceInfo, reply); in ON_IPC_SERVER_CMD()
155 if (!EncodeDmDeviceInfo(devInfo, reply)) { in ON_IPC_SERVER_CMD()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp51 bool EncodeDmDeviceInfo(const DmDeviceInfo &devInfo, MessageParcel &parcel) in EncodeDmDeviceInfo() function
139 if (!EncodeDmDeviceInfo(deviceInfo, data)) { in ON_IPC_SET_REQUEST()
179 if (!EncodeDmDeviceInfo(deviceInfo, data)) { in ON_IPC_SET_REQUEST()
392 if (!EncodeDmDeviceInfo(devInfo, reply)) { in ON_IPC_CMD()
549 if (!EncodeDmDeviceInfo(deviceInfo, reply)) { in ON_IPC_CMD()
565 if (!EncodeDmDeviceInfo(localDeviceInfo, reply)) { in ON_IPC_CMD()
1504 if (!EncodeDmDeviceInfo(deviceInfo, data)) { in ON_IPC_SET_REQUEST()