Home
last modified time | relevance | path

Searched refs:OH_DDK_MapAshmem (Results 1 - 5 of 5) sorted by relevance

/drivers/external_device_manager/test/unittest/ddk_base_test/
H A Dddk_base_test.cpp80 ret = OH_DDK_MapAshmem(ashmem, ashmemMapType); in HWTEST_F()
87 auto ret = OH_DDK_MapAshmem(nullptr, ashmemMapType); in HWTEST_F()
100 ret = OH_DDK_MapAshmem(ashmem, ashmemMapType); in HWTEST_F()
112 ret = OH_DDK_MapAshmem(ashmem, ashmemMapType); in HWTEST_F()
124 ret = OH_DDK_MapAshmem(ashmem, ashmemMapType); in HWTEST_F()
138 ret = OH_DDK_MapAshmem(ashmem, ashmemMapType); in HWTEST_F()
153 ret = OH_DDK_MapAshmem(ashmem, ashmemMapType); in HWTEST_F()
167 ret = OH_DDK_MapAshmem(ashmem, ashmemMapType); in HWTEST_F()
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dbase_ddk_ndk_test.cpp74 int32_t returnValue = OH_DDK_MapAshmem(ashmem, ashmemMapType); in DdkMapAshmemOne()
83 int32_t returnValue = OH_DDK_MapAshmem(nullptr, ashmemMapType); in DdkMapAshmemTwo()
98 int32_t returnValue = OH_DDK_MapAshmem(ashmem, ashmemMapType); in DdkMapAshmemThree()
112 int32_t returnValue = OH_DDK_MapAshmem(ashmem, ashmemMapType); in DdkMapAshmemFour()
126 int32_t ddkMapAshmemValue = OH_DDK_MapAshmem(ashmem, ashmemMapType); in DdkUnmapAshmemOne()
127 NAPI_ASSERT(env, ddkMapAshmemValue == DDK_SUCCESS, "OH_DDK_MapAshmem failed"); in DdkUnmapAshmemOne()
150 int32_t ddkMapAshmemValue = OH_DDK_MapAshmem(ashmem, ashmemMapType); in DdkDestroyAshmemOne()
151 NAPI_ASSERT(env, ddkMapAshmemValue == DDK_SUCCESS, "OH_DDK_MapAshmem failed"); in DdkDestroyAshmemOne()
H A Dusb_ddk_ndk_test.cpp785 int32_t mapAshmemValue = OH_DDK_MapAshmem(ashmem, ashmemMapType); in UsbSendPipeRequestWithAshmemOne()
786 NAPI_ASSERT(env, mapAshmemValue == PARAM_0, "OH_DDK_MapAshmem failed"); in UsbSendPipeRequestWithAshmemOne()
809 int32_t mapAshmemValue = OH_DDK_MapAshmem(ashmem, ashmemMapType); in UsbSendPipeRequestWithAshmemTwo()
810 NAPI_ASSERT(env, mapAshmemValue == PARAM_0, "OH_DDK_MapAshmem failed"); in UsbSendPipeRequestWithAshmemTwo()
874 int32_t mapAshmemValue = OH_DDK_MapAshmem(ashmem, ashmemMapType); in UsbSendPipeRequestWithAshmemFour()
875 NAPI_ASSERT(env, mapAshmemValue == PARAM_0, "OH_DDK_MapAshmem failed"); in UsbSendPipeRequestWithAshmemFour()
/drivers/external_device_manager/interfaces/ddk/base/
H A Dddk_api.h65 DDK_RetCode OH_DDK_MapAshmem(DDK_Ashmem *ashmem, const uint8_t ashmemMapType);
/drivers/external_device_manager/frameworks/ddk/base/
H A Dddk_api.cpp88 DDK_RetCode OH_DDK_MapAshmem(DDK_Ashmem *ashmem, const uint8_t ashmemMapType) in OH_DDK_MapAshmem() function

Completed in 5 milliseconds