Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dplatform_manager_test.c97 int32_t refCntAfterAdd; in PlatformManagerTestAddAndDel() local
108 refCntAfterAdd = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()
110 CHECK_EQ_RETURN(refCntAfterAdd, refCntBeforeAdd + 1, HDF_FAILURE); in PlatformManagerTestAddAndDel()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_manager_test.c79 int32_t refCntAfterAdd; in PlatformManagerTestAddAndDel() local
90 refCntAfterAdd = PlatformDeviceRefCount(device0); in PlatformManagerTestAddAndDel()
92 CHECK_EQ_RETURN(refCntAfterAdd, refCntBeforeAdd + 1, HDF_FAILURE); in PlatformManagerTestAddAndDel()