Lines Matching refs:m_log
50 m_log = NULL; in CRKScan()
239 if (m_log) in EnumerateUsbDevice()
240 m_log->Record("Error:EnumerateUsbDevice-->get_device_list failed,err=%d!", ret); in EnumerateUsbDevice()
250 if (m_log) in EnumerateUsbDevice()
251 m_log->Record("Error:EnumerateUsbDevice-->get_device_descriptor failed,err=%d!", ret); in EnumerateUsbDevice()
604 if (m_log) { in SetLogObject()
605 delete m_log; in SetLogObject()
607 m_log = pLog; in SetLogObject()
615 if (m_log) { in ~CRKScan()
616 delete m_log; in ~CRKScan()
617 m_log = NULL; in ~CRKScan()