Searched defs:readData (Results 1 – 3 of 3) sorted by relevance
| /commonlibrary/c_utils/base/test/unittest/common/ |
| D | utils_ashmem_test.cpp | 97 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/ |
| D | ashemem_benchmark_test.cpp | 110 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/ |
| D | js_buffer.ts | 782 private readData(offset: number, byteLength: number, style: Style): number | undefined { method in Buffer
|