Home
last modified time | relevance | path

Searched defs:ashmem (Results 1 – 23 of 23) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dash_mem_utils.cpp45 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem() local
58 void AshMemUtils::CloseAshmem(sptr<Ashmem> ashmem) in CloseAshmem()
76 auto ashmem = GetAshmem(); in WriteBulkData() local
105 auto ashmem = parcel.ReadAshmem(); in ReadBulkData() local
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dash_mem_utils.cpp48 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem() local
61 void AshMemUtils::CloseAshmem(sptr<Ashmem> ashmem) in CloseAshmem()
79 auto ashmem = GetAshmem(); in WriteBulkData() local
108 auto ashmem = parcel.ReadAshmem(); in ReadBulkData() local
/base/usb/usb_manager/test/native/mock/src/
Dusb_bulkcallback_mock_test.cpp270 sptr<Ashmem> ashmem; variable
304 sptr<Ashmem> ashmem; variable
338 sptr<Ashmem> ashmem; variable
374 sptr<Ashmem> ashmem; variable
410 sptr<Ashmem> ashmem; variable
444 sptr<Ashmem> ashmem; variable
478 sptr<Ashmem> ashmem; variable
514 sptr<Ashmem> ashmem; variable
550 sptr<Ashmem> ashmem; variable
589 sptr<Ashmem> ashmem; variable
[all …]
/base/hiviewdfx/hiview/base/utility/include/
Dash_memory_utils.h27 static bool WriteBulkData(const std::vector<T>& src, sptr<Ashmem> ashmem, size_t ashSize, in WriteBulkData()
53 …static bool ReadBulkData(sptr<Ashmem> ashmem, const std::vector<uint32_t>& allSize, std::vector<T>… in ReadBulkData()
/base/hiviewdfx/hiview/base/utility/
Dash_memory_utils.cpp37 auto ashmem = Ashmem::CreateAshmem(ashName.c_str(), ashSize); in GetAshmem() local
/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_bulkcallback_test.cpp414 sptr<Ashmem> ashmem; variable
468 sptr<Ashmem> ashmem; variable
522 sptr<Ashmem> ashmem; variable
578 sptr<Ashmem> ashmem; variable
634 sptr<Ashmem> ashmem; variable
688 sptr<Ashmem> ashmem; variable
744 sptr<Ashmem> ashmem; variable
800 sptr<Ashmem> ashmem; variable
855 sptr<Ashmem> ashmem; variable
/base/web/webview/test/fuzztest/ohos_adapter/ashmemcreate_fuzzer/
Dashmemcreate_fuzzer.cpp33 AshmemAdapter ashmem; in AshmemCreateFuzzTest() local
/base/powermgr/thermal_manager/test/unittest/mock/src/
Dmock_message_parcel.cpp167 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
Dmock_message_parcel.cpp163 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
/base/powermgr/battery_manager/test/unittest/mock/source/
Dmock_message_parcel.cpp159 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
/base/powermgr/power_manager/test/unittest/mock/
Dmock_message_parcel.cpp172 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
/base/powermgr/battery_statistics/test/unittest/mock/source/
Dmock_message_parcel.cpp181 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_message_parcel.cpp134 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
/base/hiviewdfx/hiview/adapter/service/idl/src/
Dhiview_service_ability_proxy.cpp55 sptr<Ashmem> ashmem = reply.ReadAshmem(); in List() local
Dhiview_service_ability_stub.cpp205 sptr<Ashmem> ashmem = AshMemoryUtils::GetAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in HandleListRequest() local
/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusb_srv_client.cpp379 …t32_t UsbSrvClient::BulkRead(USBDevicePipe &pip, const USBEndpoint &endpoint, sptr<Ashmem> &ashmem) in BulkRead()
391 …32_t UsbSrvClient::BulkWrite(USBDevicePipe &pip, const USBEndpoint &endpoint, sptr<Ashmem> &ashmem) in BulkWrite()
/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
Dbundle_manager_adapter_proxy.cpp498 sptr<Ashmem> ashmem = reply.ReadAshmem(); in GetParcelableFromAshmem() local
684 sptr<Ashmem> ashmem = reply.ReadAshmem(); in GetParcelableInfosFromAshmem() local
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
Dadapter_utility_ohos_test.cpp439 auto ashmem = AshMemoryUtils::GetAshmem("ashMemTest", memSize); variable
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_adapter_native_test.cpp60 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
Dsys_event_service_ohos_test.cpp64 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem() local
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_stub.cpp813 sptr<Ashmem> ashmem = data.ReadAshmem(); in DoBulkRead() local
834 sptr<Ashmem> ashmem = data.ReadAshmem(); in DoBulkWrite() local
Dusb_srv_proxy.cpp1009 int32_t UsbServerProxy::BulkRead(const UsbDev &dev, const UsbPipe &pipe, sptr<Ashmem> &ashmem) in BulkRead()
1033 int32_t UsbServerProxy::BulkWrite(const UsbDev &dev, const UsbPipe &pipe, sptr<Ashmem> &ashmem) in BulkWrite()
/base/usb/usb_manager/services/native/src/
Dusb_service.cpp1343 int32_t UsbService::BulkRead(const UsbDev &devInfo, const UsbPipe &pipe, sptr<Ashmem> &ashmem) in BulkRead()
1361 int32_t UsbService::BulkWrite(const UsbDev &devInfo, const UsbPipe &pipe, sptr<Ashmem> &ashmem) in BulkWrite()