Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp975 OH_PixelmapNative* ohPixelmapNative = new OH_PixelmapNative(pixelMapPtr); variable
976 int result = OH_UdsPixelMap_SetPixelMap(pixelMap, ohPixelmapNative);
984 result = OH_UdsPixelMap_SetPixelMap(nullptr, ohPixelmapNative);
991 result = OH_UdsPixelMap_SetPixelMap(pixelMap, ohPixelmapNative);
994 delete ohPixelmapNative;