Lines Matching refs:CHECK_NOTNULL
122 CHECK_NOTNULL(structPtr_, false, "structPtr_ is nullptr"); in GetPluginName()
132 CHECK_NOTNULL(structPtr_, false, "structPtr_ is nullptr"); in GetBufferSizeHint()
142 CHECK_NOTNULL(structPtr_, false, "structPtr_ is nullptr"); in GetStandaloneFileData()
151 CHECK_NOTNULL(structPtr_, false, "structPtr_ is nullptr"); in GetOutFileName()
179 CHECK_NOTNULL(structPtr_, "", "structPtr_ is nullptr"); in GetPluginName()
198 CHECK_NOTNULL(handle_, false, "%s:plugin not load", __func__); in BindFunctions()
224 CHECK_NOTNULL(handle_, false, "%s:plugin not load", __func__); in StartSession()
237 CHECK_NOTNULL(handle_, false, "%s:plugin not load", __func__); in StopSession()
250 CHECK_NOTNULL(handle_, false, "%s:plugin not load", __func__); in ReportBasicData()
254 CHECK_NOTNULL(write, false, "%s:get write falied!", __func__); in ReportBasicData()
264 CHECK_NOTNULL(handle_, -1, "%s:plugin not load", __func__); in ReportResult()
301 CHECK_NOTNULL(writerAdapter_, nullptr, "%s:pluginModule nullptr", __func__); in GetWriter()