Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_dumper.h21 enum PlatformDumperDataType { enum
50 enum PlatformDumperDataType type;
62 …rmDumperDelData(struct PlatformDumper *dumper, const char *name, enum PlatformDumperDataType type);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_dumper_unopen.c49 …ormDumperDelData(struct PlatformDumper *dumper, const char *name, enum PlatformDumperDataType type) in PlatformDumperDelData()
H A Dplatform_dumper.c205 enum PlatformDumperDataType type;
344 …ormDumperDelData(struct PlatformDumper *dumper, const char *name, enum PlatformDumperDataType type) in PlatformDumperDelData()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_dumper_test.c25 static int32_t PlatformDumperTestAdd(const char *name, enum PlatformDumperDataType type, void *padd… in PlatformDumperTestAdd()