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:GetAshmem
(Results
1 - 10
of
10
) sorted by relevance
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H
A
D
ash_mem_utils.h
32
static sptr<Ashmem>
GetAshmem
();
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H
A
D
ash_mem_utils.h
32
static sptr<Ashmem>
GetAshmem
();
/base/hiviewdfx/hiview/base/utility/
H
A
D
ash_memory_utils.cpp
31
sptr<Ashmem> AshMemoryUtils::
GetAshmem
(const std::string& ashName, const uint32_t ashSize)
in GetAshmem()
function in OHOS::HiviewDFX::AshMemoryUtils
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H
A
D
ash_mem_utils.cpp
46
sptr<Ashmem> AshMemUtils::
GetAshmem
()
in GetAshmem()
function in OHOS::HiviewDFX::AshMemUtils
79
auto ashmem =
GetAshmem
();
in WriteBulkData()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H
A
D
ash_mem_utils.cpp
43
sptr<Ashmem> AshMemUtils::
GetAshmem
()
in GetAshmem()
function in OHOS::HiviewDFX::AshMemUtils
76
auto ashmem =
GetAshmem
();
in WriteBulkData()
/base/hiviewdfx/hiview/base/utility/include/
H
A
D
ash_memory_utils.h
68
static sptr<Ashmem>
GetAshmem
(const std::string& ashName, const uint32_t ashSize);
/base/hiviewdfx/hisysevent/test/moduletest/common/
H
A
D
hisysevent_adapter_native_test.cpp
58
sptr<Ashmem>
GetAshmem
()
in GetAshmem()
function
156
AshMemUtils::CloseAshmem(
GetAshmem
());
in HWTEST_F()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H
A
D
sys_event_service_ohos_test.cpp
61
sptr<Ashmem>
GetAshmem
()
in GetAshmem()
function
208
AshMemUtils::CloseAshmem(
GetAshmem
());
in HWTEST_F()
/base/hiviewdfx/hiview/adapter/service/server/src/
H
A
D
hiview_service_ability_stub.cpp
279
sptr<Ashmem> ashmem = AshMemoryUtils::
GetAshmem
(ASH_MEM_NAME, ASH_MEM_SIZE);
in HandleListRequest()
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H
A
D
adapter_utility_ohos_test.cpp
497
auto ashmem = AshMemoryUtils::
GetAshmem
("ashMemTest", memSize);
in HWTEST_F()
Completed in 5 milliseconds