Home
last modified time | relevance | path

Searched refs:AshmemNode (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_template.cpp55 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 Ddatashare_itypes_utils.cpp171 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 Ddatashare_itypes_utils.h37 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 Ddata_share_types_util.cpp104 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 Ddatashare_template.h88 struct AshmemNode { struct
103 std::variant<AshmemNode, std::string> value_;
/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_record_test/
H A Dfms_form_data_proxy_record_test.cpp502 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 Dform_data_proxy_record.cpp686 auto node = std::get<DataShare::AshmemNode>(data.value_); in PrepareImageData()

Completed in 6 milliseconds