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:AshmemNode
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H
A
D
datashare_template.cpp
55
AshmemNode
&node = std::get<
AshmemNode
>(value_);
in MoveOutAshmem()
94
AshmemNode
node = { mem, true };
in Set()
104
const
AshmemNode
&node = std::get<
AshmemNode
>(value_);
in GetData()
121
AshmemNode
node = { ashmem, isManaged };
in SetAshmem()
127
AshmemNode
*node = std::get_if<
AshmemNode
>(&value_);
in Clear()
H
A
D
datashare_itypes_utils.cpp
171
bool Unmarshalling(
AshmemNode
&node, MessageParcel &parcel)
in Unmarshalling()
179
bool Marshalling(const
AshmemNode
&node, MessageParcel &parcel)
in Marshalling()
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H
A
D
datashare_itypes_utils.h
37
using
AshmemNode
= DataShare::
AshmemNode
;
90
bool Marshalling(const
AshmemNode
&node, MessageParcel &parcel);
93
bool Unmarshalling(
AshmemNode
&node, MessageParcel &parcel);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H
A
D
data_share_types_util.cpp
104
bool Unmarshalling(
AshmemNode
&node, MessageParcel &parcel)
in Unmarshalling()
112
bool Marshalling(const
AshmemNode
&node, MessageParcel &parcel)
in Marshalling()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H
A
D
datashare_template.h
88
struct
AshmemNode
{
struct
103
std::variant<
AshmemNode
, std::string> value_;
/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_record_test/
H
A
D
fms_form_data_proxy_record_test.cpp
502
auto node = std::get<DataShare::
AshmemNode
>(data.value_);
in HWTEST_F()
578
auto node = std::get<DataShare::
AshmemNode
>(data.value_);
in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H
A
D
form_data_proxy_record.cpp
686
auto node = std::get<DataShare::
AshmemNode
>(data.value_);
in PrepareImageData()
Completed in 6 milliseconds