| | |
| | | bool deleteCamDevandSdkByCamID(QString strCamId); |
| | | bool updateCamDevTable(Record_Cam_Dev camRec); |
| | | std::list<Record_Cam_Dev> searchCamDevTableAll(void); |
| | | std::list<Record_Cam_Dev> searchCamDevTableByType(int type); |
| | | int searchCamDevNumber(void); |
| | | bool searchCamDevByCamId(QString strCamId); |
| | | bool updateCamDevSnapshot(const QString& strIp ,const QString& imgUrl); |
| | | bool updateCamDevSnapshotbyID(const QString &strID, const QString &imgUrl); |
| | | |
| | | //load_file_info |
| | | bool insertLoadFileTable(Record_Load_File_info loadfileRec); |