Home
last modified time | relevance | path

Searched refs:PlatformDumperCreate (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_dumper_unopen.c10 struct PlatformDumper *PlatformDumperCreate(const char *name) in PlatformDumperCreate() function
Dplatform_dumper.c243 struct PlatformDumper *PlatformDumperCreate(const char *name) in PlatformDumperCreate() function
/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_dumper.h56 struct PlatformDumper *PlatformDumperCreate(const char *name);
/drivers/hdf_core/framework/test/unittest/platform/common/
Dplatform_dumper_test.c497 g_dumperTest = PlatformDumperCreate(g_dumperTestName); in PlatformDumperTestExecute()