Home
last modified time | relevance | path

Searched defs:readData (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_ashmem_test.cpp97 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); variable
137 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); variable
174 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); variable
206 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); variable
269 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); variable
291 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); variable
/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/
Dashemem_benchmark_test.cpp110 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); in BENCHMARK_F() local
156 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); in BENCHMARK_F() local
198 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); in BENCHMARK_F() local
235 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); in BENCHMARK_F() local
312 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); in BENCHMARK_F() local
338 auto readData = ashmem->ReadFromAshmem(sizeof(MEMORY_CONTENT), 0); in BENCHMARK_F() local
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts782 private readData(offset: number, byteLength: number, style: Style): number | undefined { method in Buffer