Home
last modified time | relevance | path

Searched defs:ashmemMapType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/external_device_manager/test/unittest/ddk_base_test/
H A Dddk_base_test.cpp79 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable
86 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable
98 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable
111 const uint8_t ashmemMapType = PORT_ILLEGAL; variable
123 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable
137 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable
152 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable
166 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dbase_ddk_ndk_test.cpp73 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; in DdkMapAshmemOne() local
82 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; in DdkMapAshmemTwo() local
96 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; in DdkMapAshmemThree() local
111 const uint8_t ashmemMapType = PORT_ILLEGAL; in DdkMapAshmemFour() local
125 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; in DdkUnmapAshmemOne() local
149 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; in DdkDestroyAshmemOne() local
H A Dusb_ddk_ndk_test.cpp784 const uint8_t ashmemMapType = 0x03; in UsbSendPipeRequestWithAshmemOne() local
808 const uint8_t ashmemMapType = 0x03; in UsbSendPipeRequestWithAshmemTwo() local
873 const uint8_t ashmemMapType = 0x03; in UsbSendPipeRequestWithAshmemFour() local
/ohos5.0/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()