Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_dumper_unopen.c57 int32_t PlatformDumperClearDatas(struct PlatformDumper *dumper) in PlatformDumperClearDatas() function
Dplatform_dumper.c369 int32_t PlatformDumperClearDatas(struct PlatformDumper *dumper) in PlatformDumperClearDatas() function
398 PlatformDumperClearDatas(dumper); in PlatformDumperDestroy()
/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_dumper.h63 int32_t PlatformDumperClearDatas(struct PlatformDumper *dumper);
/drivers/hdf_core/framework/test/unittest/platform/common/
Dplatform_dumper_test.c425 ret = PlatformDumperClearDatas(g_dumperTest); in PlatformDumperTestDelData()