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:CloseAshmem
(Results
1 - 7
of
7
) sorted by relevance
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_ashmem_test.cpp
75
ashmem->
CloseAshmem
();
in HWTEST_F()
110
ashmem->
CloseAshmem
();
in HWTEST_F()
144
ashmem->
CloseAshmem
();
in HWTEST_F()
181
ashmem->
CloseAshmem
();
in HWTEST_F()
213
ashmem->
CloseAshmem
();
in HWTEST_F()
232
ashmem->
CloseAshmem
();
in HWTEST_F()
245
ashmem->
CloseAshmem
();
in HWTEST_F()
264
ashmem->
CloseAshmem
();
in HWTEST_F()
294
ashmem->
CloseAshmem
();
in HWTEST_F()
322
ashmem->
CloseAshmem
();
in HWTEST_F()
[all...]
/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/
H
A
D
ashemem_benchmark_test.cpp
84
ashmem->
CloseAshmem
();
in BENCHMARK_F()
125
ashmem->
CloseAshmem
();
in BENCHMARK_F()
164
ashmem->
CloseAshmem
();
in BENCHMARK_F()
206
ashmem->
CloseAshmem
();
in BENCHMARK_F()
243
ashmem->
CloseAshmem
();
in BENCHMARK_F()
267
ashmem->
CloseAshmem
();
in BENCHMARK_F()
284
ashmem->
CloseAshmem
();
in BENCHMARK_F()
307
ashmem->
CloseAshmem
();
in BENCHMARK_F()
341
ashmem->
CloseAshmem
();
in BENCHMARK_F()
373
ashmem->
CloseAshmem
();
in BENCHMARK_F()
[all...]
/commonlibrary/c_utils/base/test/unittest/rust/
H
A
D
rust_utils_ashmem_test.rs
34
ashmem.
CloseAshmem
();
in test_ashmem_ffi_write_read_001()
69
ashmem.
CloseAshmem
();
in test_ashmem_ffi_write_read_002()
109
ashmem.
CloseAshmem
();
in test_ashmem_ffi_write_read_003()
143
ashmem.
CloseAshmem
();
in test_ashmem_ffi_write_read_004()
175
ashmem.
CloseAshmem
();
in test_ashmem_ffi_write_read_005()
190
ashmem.
CloseAshmem
();
in test_ashmem_ffi_invalid_001()
200
ashmem.
CloseAshmem
();
in test_ashmem_ffi_invalid_002()
213
ashmem.
CloseAshmem
();
in test_ashmem_ffi_invalid_003()
249
ashmem.
CloseAshmem
();
in test_ashmem_ffi_invalid_004()
266
ashmem.
CloseAshmem
();
in test_ashmem_ffi_invalid_005()
[all...]
/commonlibrary/c_utils/base/include/
H
A
D
ashmem.h
143
void
CloseAshmem
() const;
159
void
CloseAshmem
();
/commonlibrary/c_utils/base/src/
H
A
D
ashmem.cpp
155
CloseAshmem
();
in ~Ashmem()
191
void Ashmem::
CloseAshmem
() const
in CloseAshmem()
function in OHOS::Ashmem
193
void Ashmem::
CloseAshmem
()
in CloseAshmem()
/commonlibrary/c_utils/base/src/rust/
H
A
D
ashmem.rs
63
pub fn
CloseAshmem
(self: &Ashmem) -> ();
in CloseAshmem()
functions
162
self.c_ashmem.
CloseAshmem
()
in close_ashmem()
/commonlibrary/c_utils/base/test/fuzztest/ashmem_fuzzer/
H
A
D
ashmem_fuzzer.cpp
60
ashmem->
CloseAshmem
();
in AshmemTestFunc()
Completed in 4 milliseconds