Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UnmapAshmem
(Results
1 - 7
of
7
) sorted by relevance
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_ashmem_test.cpp
74
ashmem->
UnmapAshmem
();
in HWTEST_F()
109
ashmem->
UnmapAshmem
();
in HWTEST_F()
129
ashmem->
UnmapAshmem
();
in HWTEST_F()
143
ashmem->
UnmapAshmem
();
in HWTEST_F()
163
ashmem->
UnmapAshmem
();
in HWTEST_F()
180
ashmem->
UnmapAshmem
();
in HWTEST_F()
212
ashmem->
UnmapAshmem
();
in HWTEST_F()
286
ashmem->
UnmapAshmem
();
in HWTEST_F()
356
ashmem->
UnmapAshmem
();
in HWTEST_F()
365
ashmem->
UnmapAshmem
();
in HWTEST_F()
[all...]
/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/
H
A
D
ashemem_benchmark_test.cpp
83
ashmem->
UnmapAshmem
();
in BENCHMARK_F()
124
ashmem->
UnmapAshmem
();
in BENCHMARK_F()
148
ashmem->
UnmapAshmem
();
in BENCHMARK_F()
163
ashmem->
UnmapAshmem
();
in BENCHMARK_F()
187
ashmem->
UnmapAshmem
();
in BENCHMARK_F()
205
ashmem->
UnmapAshmem
();
in BENCHMARK_F()
242
ashmem->
UnmapAshmem
();
in BENCHMARK_F()
333
ashmem->
UnmapAshmem
();
in BENCHMARK_F()
411
ashmem->
UnmapAshmem
();
in BENCHMARK_F()
420
ashmem->
UnmapAshmem
();
in BENCHMARK_F()
[all...]
/commonlibrary/c_utils/base/include/
H
A
D
ashmem.h
147
void
UnmapAshmem
() const;
156
* @note An <b>Ashmem</b> region will be unmapped by `
UnmapAshmem
()`
194
void
UnmapAshmem
();
/commonlibrary/c_utils/base/test/unittest/rust/
H
A
D
rust_utils_ashmem_test.rs
33
ashmem.
UnmapAshmem
();
in test_ashmem_ffi_write_read_001()
68
ashmem.
UnmapAshmem
();
in test_ashmem_ffi_write_read_002()
88
ashmem.
UnmapAshmem
();
in test_ashmem_ffi_write_read_003()
108
ashmem.
UnmapAshmem
();
in test_ashmem_ffi_write_read_003()
126
ashmem.
UnmapAshmem
();
in test_ashmem_ffi_write_read_004()
142
ashmem.
UnmapAshmem
();
in test_ashmem_ffi_write_read_004()
174
ashmem.
UnmapAshmem
();
in test_ashmem_ffi_write_read_005()
236
ashmem.
UnmapAshmem
();
in test_ashmem_ffi_invalid_004()
289
ashmem.
UnmapAshmem
();
in test_ashmem_ffi_invalid_006()
/commonlibrary/c_utils/base/src/
H
A
D
ashmem.cpp
154
UnmapAshmem
();
in ~Ashmem()
242
void Ashmem::
UnmapAshmem
() const
in UnmapAshmem()
function in OHOS::Ashmem
244
void Ashmem::
UnmapAshmem
()
in UnmapAshmem()
/commonlibrary/c_utils/base/src/rust/
H
A
D
ashmem.rs
75
pub fn
UnmapAshmem
(self: &Ashmem) -> ();
in UnmapAshmem()
functions
157
self.c_ashmem.
UnmapAshmem
()
in unmap_ashmem()
/commonlibrary/c_utils/base/test/fuzztest/ashmem_fuzzer/
H
A
D
ashmem_fuzzer.cpp
59
ashmem->
UnmapAshmem
();
in AshmemTestFunc()
Completed in 6 milliseconds