Lines Matching defs:dumper
58 if (configInfo->dumper == NULL) {
59 HDF_LOGE("%s: configInfo dumper is NULL!", __func__);
62 ret = PlatformDumperAddDatas(configInfo->dumper, datas, sizeof(datas) / sizeof(struct PlatformDumperData));
66 (void)PlatformDumperDump(configInfo->dumper);
67 (void)PlatformDumperClearDatas(configInfo->dumper);
72 struct PlatformDumper *dumper = NULL;
87 dumper = PlatformDumperCreate(name);
88 if (dumper == NULL) {
89 HDF_LOGE("%s: get dumper for %s fail!", __func__, name);
93 configInfo->dumper = dumper;
101 PlatformDumperDestroy(configInfo->dumper);
651 HDF_LOGE("%s: create dumper failed:%d", __func__, ret);