Home
last modified time | relevance | path

Searched refs:ModuleA1 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/test/sample/
H A Dvdi_sample1_symbol.h18 struct ModuleA1 { struct
20 int (*ServiceB)(struct ModuleA1 *modA); argument
26 struct ModuleA1 *module; argument
H A Dvdi_sample1_symbol.c23 static int ServiceB(struct ModuleA1 *modA) in ServiceB()
43 static struct ModuleA1 g_modA1 = {