/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
D | ash_mem_utils.cpp | 45 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/ |
D | ash_mem_utils.cpp | 43 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/ |
D | usb_bulkcallback_mock_test.cpp | 270 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/ |
D | usb_bulkcallback_test.cpp | 412 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/ |
D | ashmemcreate_fuzzer.cpp | 33 AshmemAdapter ashmem; in DoSomethingInterestingWithMyAPI() local
|
/base/account/os_account/services/accountmgr/test/moduletest/common/ |
D | bundle_manager_adapter_module_test.cpp | 284 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/ |
D | mock_message_parcel.cpp | 167 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
|
/base/powermgr/battery_manager/test/unittest/mock/source/ |
D | mock_message_parcel.cpp | 159 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
|
/base/powermgr/display_manager/test/unittest/mock/src/ |
D | mock_message_parcel.cpp | 163 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
|
/base/powermgr/battery_statistics/test/unittest/mock/source/ |
D | mock_message_parcel.cpp | 181 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
|
/base/powermgr/power_manager/test/unittest/mock/ |
D | mock_message_parcel.cpp | 172 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
D | mock_message_parcel.cpp | 134 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem()
|
/base/usb/usb_manager/interfaces/innerkits/native/src/ |
D | usb_srv_client.cpp | 379 …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/ |
D | bundle_manager_adapter_proxy.cpp | 436 sptr<Ashmem> ashmem = reply.ReadAshmem(); in GetParcelableFromAshmem() local 622 sptr<Ashmem> ashmem = reply.ReadAshmem(); in GetParcelableInfosFromAshmem() local
|
/base/usb/usb_manager/services/native/src/ |
D | usb_service.cpp | 1053 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/ |
D | usb_srv_stub.cpp | 803 sptr<Ashmem> ashmem = data.ReadAshmem(); in DoBulkRead() local 824 sptr<Ashmem> ashmem = data.ReadAshmem(); in DoBulkWrite() local
|
D | usb_srv_proxy.cpp | 1009 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/ |
D | hisysevent_adapter_native_test.cpp | 65 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem() local
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
D | sys_event_service_ohos_test.cpp | 72 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem() local
|