Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/test/unittest/platform/common/
Dplatform_manager_test.c87 refCntBeforeAdd = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()
90 refCntAfterAdd = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()
122 refCntBeforeDel = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()
124 refCntAfterDel = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()
161 refCntBeforeGet = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()
166 refCntAfterGet = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()
170 refCntBeforePut = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()
172 refCntAfterPut = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()
176 refCntBeforeGet = PlatformDeviceRefCount(device1); in PlatformManagerTestGetDevice()
181 refCntAfterGet = PlatformDeviceRefCount(device1); in PlatformManagerTestGetDevice()
[all …]
Dplatform_device_test.c62 refCntBeforeGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()
67 refCntAfterGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()
74 refCntAfterGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()
79 refCntAfterPut = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()
84 refCntAfterPut = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()
231 ret = PlatformDeviceRefCount(NULL); in PlatformDeviceTestReliability()
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
Dplatform_manager_test.c105 refCntBeforeAdd = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()
108 refCntAfterAdd = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()
140 refCntBeforeDel = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()
142 refCntAfterDel = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()
179 refCntBeforeGet = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()
184 refCntAfterGet = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()
188 refCntBeforePut = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()
190 refCntAfterPut = PlatformDeviceRefCount(device0); in PlatformManagerTestGetDevice()
194 refCntBeforeGet = PlatformDeviceRefCount(device1); in PlatformManagerTestGetDevice()
199 refCntAfterGet = PlatformDeviceRefCount(device1); in PlatformManagerTestGetDevice()
[all …]
Dplatform_device_test.c82 refCntBeforeGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()
87 refCntAfterGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()
94 refCntAfterGet = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()
99 refCntAfterPut = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()
104 refCntAfterPut = PlatformDeviceRefCount(device); in PlatformDeviceTestGetDevice()
244 ret = PlatformDeviceRefCount(NULL); in PlatformDeviceTestReliability()
/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_device.h116 int32_t PlatformDeviceRefCount(struct PlatformDevice *device);
/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_device.c170 int32_t PlatformDeviceRefCount(struct PlatformDevice *device) in PlatformDeviceRefCount() function