Home
last modified time | relevance | path

Searched refs:AshMemUtils (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dash_mem_utils.cpp46 sptr<Ashmem> AshMemUtils::GetAshmem() in GetAshmem()
61 void AshMemUtils::CloseAshmem(sptr<Ashmem> ashmem) in CloseAshmem()
70 sptr<Ashmem> AshMemUtils::WriteBulkData(MessageParcel& parcel, const std::vector<std::u16string>& src) in WriteBulkData()
101 bool AshMemUtils::ReadBulkData(MessageParcel& parcel, std::vector<std::u16string>& dest) in ReadBulkData()
H A Dquery_sys_event_callback_stub.cpp49 ret = AshMemUtils::ReadBulkData(data, sysEvent); in OnRemoteRequest()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dash_mem_utils.cpp43 sptr<Ashmem> AshMemUtils::GetAshmem() in GetAshmem()
58 void AshMemUtils::CloseAshmem(sptr<Ashmem> ashmem) in CloseAshmem()
67 sptr<Ashmem> AshMemUtils::WriteBulkData(MessageParcel& parcel, const std::vector<std::u16string>& src) in WriteBulkData()
98 bool AshMemUtils::ReadBulkData(MessageParcel& parcel, std::vector<std::u16string>& dest) in ReadBulkData()
H A Dquery_sys_event_callback_proxy.cpp37 auto ashMemory = AshMemUtils::WriteBulkData(data, sysEvent); in OnQuery()
96 AshMemUtils::CloseAshmem(ashMem); in ClearAllAshMemories()
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Dash_mem_utils.h25 class AshMemUtils { class
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Dash_mem_utils.h25 class AshMemUtils { class
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_adapter_native_test.cpp146 auto ret = AshMemUtils::WriteBulkData(data, src); in HWTEST_F()
149 auto ret1 = AshMemUtils::ReadBulkData(data, dest); in HWTEST_F()
154 AshMemUtils::CloseAshmem(nullptr); in HWTEST_F()
156 AshMemUtils::CloseAshmem(GetAshmem()); in HWTEST_F()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp199 auto result = AshMemUtils::WriteBulkData(msgParcel, from); in HWTEST_F()
202 auto result1 = AshMemUtils::ReadBulkData(msgParcel, to); in HWTEST_F()
206 AshMemUtils::CloseAshmem(nullptr); in HWTEST_F()
208 AshMemUtils::CloseAshmem(GetAshmem()); in HWTEST_F()

Completed in 4 milliseconds