Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/
H A Dsample_driver_test.c23 struct SampleTestDevice { struct
33 static void SaveRegistedDevice(struct SampleTestDevice *sampleDev) in SaveRegistedDevice() argument
41 static struct SampleTestDevice *GetRegistedDevice(const char *serviceName) in GetRegistedDevice()
43 struct SampleTestDevice *sampleDev = NULL; in GetRegistedDevice()
44 struct SampleTestDevice *sampleDevTmp = NULL; in GetRegistedDevice()
45 …DLIST_FOR_EACH_ENTRY_SAFE(sampleDev, sampleDevTmp, &g_sampleDeviceList, struct SampleTestDevice, l… in GetRegistedDevice()
71 struct SampleTestDevice *sampleDev = NULL; in SampleDriverRegisterDevice()
109 sampleDev = OsalMemAlloc(sizeof(struct SampleTestDevice)); in SampleDriverRegisterDevice()
124 struct SampleTestDevice *dev = NULL; in SampleDriverUnregisterDevice()