Searched refs:AshMemUtils (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
H A D | ash_mem_utils.cpp | 46 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 D | query_sys_event_callback_stub.cpp | 49 ret = AshMemUtils::ReadBulkData(data, sysEvent); in OnRemoteRequest()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | ash_mem_utils.cpp | 43 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 D | query_sys_event_callback_proxy.cpp | 37 auto ashMemory = AshMemUtils::WriteBulkData(data, sysEvent); in OnQuery() 96 AshMemUtils::CloseAshmem(ashMem); in ClearAllAshMemories()
|
/base/hiviewdfx/hisysevent/adapter/native/idl/include/ |
H A D | ash_mem_utils.h | 25 class AshMemUtils { class
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | ash_mem_utils.h | 25 class AshMemUtils { class
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_adapter_native_test.cpp | 146 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 D | sys_event_service_ohos_test.cpp | 199 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