Home
last modified time | relevance | path

Searched defs:ashmem (Results 1 – 19 of 19) 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.cpp43 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem() local
56 void AshMemUtils::CloseAshmem(sptr<Ashmem> ashmem) in CloseAshmem()
74 auto ashmem = GetAshmem(); in WriteBulkData() local
103 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/usb/usb_manager/test/native/service_unittest/src/
Dusb_bulkcallback_test.cpp412 sptr<Ashmem> ashmem; variable
465 sptr<Ashmem> ashmem; variable
518 sptr<Ashmem> ashmem; variable
573 sptr<Ashmem> ashmem; variable
628 sptr<Ashmem> ashmem; variable
681 sptr<Ashmem> ashmem; variable
736 sptr<Ashmem> ashmem; variable
791 sptr<Ashmem> ashmem; variable
845 sptr<Ashmem> ashmem; variable
/base/web/webview/test/fuzztest/ohos_adapter/ashmemcreate_fuzzer/
Dashmemcreate_fuzzer.cpp33 AshmemAdapter ashmem; in DoSomethingInterestingWithMyAPI() local
/base/account/os_account/services/accountmgr/test/moduletest/common/
Dbundle_manager_adapter_module_test.cpp284 sptr<Ashmem> ashmem = Ashmem::CreateAshmem("test", 1024); variable
315 sptr<Ashmem> ashmem = Ashmem::CreateAshmem("test", 1024); variable
346 sptr<Ashmem> ashmem = Ashmem::CreateAshmem("test", 1024); variable
/base/powermgr/thermal_manager/test/unittest/mock/src/
Dmock_message_parcel.cpp167 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/display_manager/test/unittest/mock/src/
Dmock_message_parcel.cpp163 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/powermgr/power_manager/test/unittest/mock/
Dmock_message_parcel.cpp172 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/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.cpp436 sptr<Ashmem> ashmem = reply.ReadAshmem(); in GetParcelableFromAshmem() local
622 sptr<Ashmem> ashmem = reply.ReadAshmem(); in GetParcelableInfosFromAshmem() local
/base/usb/usb_manager/services/native/src/
Dusb_service.cpp1053 int32_t UsbService::BulkRead(const UsbDev &devInfo, const UsbPipe &pipe, sptr<Ashmem> &ashmem) in BulkRead()
1071 int32_t UsbService::BulkWrite(const UsbDev &devInfo, const UsbPipe &pipe, sptr<Ashmem> &ashmem) in BulkWrite()
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_stub.cpp803 sptr<Ashmem> ashmem = data.ReadAshmem(); in DoBulkRead() local
824 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/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_adapter_native_test.cpp65 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.cpp72 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem() local