Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs56 pub unsafe fn AsCharPtr(inPtr: *const c_void) -> *const c_char; in AsCharPtr() function
186 ffi::AsCharPtr(c_void_ptr) in read_from_ashmem()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_ashmem_test.rs56 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_write_read_002()
98 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_write_read_003()
133 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_write_read_004()
165 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_write_read_005()
222 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_invalid_003()
245 …readout_ptr = ashmem::ffi::AsCharPtr(ashmem.ReadFromAshmem(MEMORY_CONTENT.len().try_into().expect(… in test_ashmem_ffi_invalid_004()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dashmem.h40 const char* AsCharPtr(const c_void* inPtr);
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dashmem.cpp60 const char* AsCharPtr(const c_void* inPtr) in AsCharPtr() function