Searched refs:devBasicInfo (Results 1 – 3 of 3) sorted by relevance
222 DmDeviceBasicInfo devBasicInfo; in OnDeviceFound() local223 ConvertDeviceInfoToDeviceBasicInfo(pkgName, deviceInfo, devBasicInfo); in OnDeviceFound()224 pReq->SetDeviceBasicInfo(devBasicInfo); in OnDeviceFound()
577 DmDeviceBasicInfo devBasicInfo; in ON_IPC_CMD() local578 DecodeDmDeviceBasicInfo(data, devBasicInfo); in ON_IPC_CMD()580 DeviceManagerNotify::GetInstance().OnDeviceFound(pkgName, subscribeId, devBasicInfo); in ON_IPC_CMD()
170 DmDeviceBasicInfo devBasicInfo = pReq->GetDeviceBasicInfo(); in ON_IPC_SET_REQUEST() local183 if (!EncodeDmDeviceBasicInfo(devBasicInfo, data)) { in ON_IPC_SET_REQUEST()