Home
last modified time | relevance | path

Searched defs:ashmem (Results 1 - 25 of 33) sorted by relevance

12

/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_ashmem.h41 void SetAshmem(sptr<Ashmem> &ashmem) in SetAshmem() argument
/test/xts/hats/hdf/external_device_manager/ddk_base_test/
H A Dddk_base_test.cpp54 DDK_Ashmem *ashmem = nullptr; in HWTEST_F() local
70 DDK_Ashmem *ashmem = nullptr; in HWTEST_F() local
86 DDK_Ashmem *ashmem = nullptr; in HWTEST_F() local
102 DDK_Ashmem *ashmem = nullptr; in HWTEST_F() local
135 DDK_Ashmem *ashmem in HWTEST_F() local
155 DDK_Ashmem *ashmem = nullptr; HWTEST_F() local
174 DDK_Ashmem *ashmem = nullptr; HWTEST_F() local
195 DDK_Ashmem *ashmem = nullptr; HWTEST_F() local
216 DDK_Ashmem *ashmem = nullptr; HWTEST_F() local
237 DDK_Ashmem *ashmem = nullptr; HWTEST_F() local
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Ddata_operation_callback.cpp124 sptr<Ashmem> ashmem in CreateAshmemFromArrayBuffer() local
83 CreateArrayBufferFromAshmem( const sptr<Ashmem> &ashmem) CreateArrayBufferFromAshmem() argument
[all...]
H A Dengine_util.cpp138 void EngineUtil::WriteBufferFromAshmem(uint8_t *&buffer, uint32_t size, sptr<OHOS::Ashmem> ashmem) in WriteBufferFromAshmem() argument
168 sptr<Ashmem> ashmem; in ProcDspModel() local
[all...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dmessage_parcel_unittest.cpp415 sptr<Ashmem> ashmem = in HWTEST_F() local
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_template.cpp119 void PublishedDataItem::SetAshmem(sptr<Ashmem> ashmem, bool isManaged) in SetAshmem() argument
[all...]
H A Dshared_block.cpp31 SharedBlock::SharedBlock(const std::string &name, sptr<Ashmem> ashmem, size_t size, bool readOnly) in SharedBlock() argument
66 int SharedBlock::CreateSharedBlock(const std::string &name, size_t size, sptr<Ashmem> ashmem, in CreateSharedBlock() argument
88 sptr<Ashmem> ashmem = Ashmem::CreateAshmem(ashmemName.c_str(), size); in Create() local
119 sptr<Ashmem> ashmem = parcel.ReadAshmem(); ReadMessageParcel() local
[all...]
/foundation/ability/form_fwk/test/mock/src/
H A Dmock_message_parcel.cpp134 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem() argument
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_template.h89 sptr<Ashmem> ashmem; member
/test/xts/acts/hdf/base/base_ndk/entry/src/main/cpp/
H A Dbase_ddk_test.cpp34 DDK_Ashmem *ashmem = nullptr; in DdkCreateAshmemOne() local
46 DDK_Ashmem *ashmem = nullptr; in DdkCreateAshmemTwo() local
57 DDK_Ashmem *ashmem = nullptr; in DdkCreateAshmemThree() local
68 DDK_Ashmem *ashmem = nullptr; in DdkMapAshmemOne() local
91 DDK_Ashmem *ashmem in DdkMapAshmemThree() local
106 DDK_Ashmem *ashmem = nullptr; DdkMapAshmemFour() local
120 DDK_Ashmem *ashmem = nullptr; DdkUnmapAshmemOne() local
144 DDK_Ashmem *ashmem = nullptr; DdkDestroyAshmemOne() local
[all...]
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
H A DHdfUsbdBenchmarkTransferTest.cpp395 sptr<Ashmem> ashmem; in BENCHMARK_F() local
431 sptr<Ashmem> ashmem; in BENCHMARK_F() local
/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Dintell_voice_manager.cpp185 int32_t IntellVoiceManager::GetFileDataFromAshmem(sptr<Ashmem> ashmem, std::vector<uint8_t> &fileData) in GetFileDataFromAshmem() argument
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_ashmem_test/
H A Dmock_message_parcel.cpp145 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem() argument
155 sptr<Ashmem> ashmem = new (std::nothrow) Ashmem(fd, size); in ReadAshmem() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp208 sptr<Ashmem> ashmem = Ashmem::CreateAshmem( in WriteParcelableIntoAshmem() local
[all...]
/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp550 sptr<Ashmem> ashmem = Ashmem::CreateAshmem(ashmemName.c_str(), rawData10K); in HWTEST_F() local
670 sptr<Ashmem> ashmem = Ashmem::CreateAshmem(ashmemName.c_str(), 1024); in HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_message_parcel.cpp44 explicit AshmemSmartPointWrapper(const sptr<Ashmem> &ashmem) : ashmem_(ashmem) in AshmemSmartPointWrapper() argument
497 sptr<Ashmem> ashmem = Java_ohos_rpc_Ashmem_getSptrAshmem(env, object, id); in Java_ohos_rpc_MessageParcel_nativeWriteAshmem() local
/test/xts/hats/hdf/external_device_manager/ndk_permission_js_test/ndk_permission/entry/src/main/cpp/
H A Dddk_permission_test.cpp132 DDK_Ashmem *ashmem = nullptr; in UsbSendPipeRequestWithAshmem() local
/test/xts/hats/hdf/usb/transferTest_additional/common/
H A Dusbd_transfer_test_additional.cpp1340 sptr<Ashmem> ashmem; in HWTEST_F() local
1362 sptr<Ashmem> ashmem; in HWTEST_F() local
1384 sptr<Ashmem> ashmem; in HWTEST_F() local
1406 sptr<Ashmem> ashmem; in HWTEST_F() local
1428 sptr<Ashmem> ashmem; HWTEST_F() local
1450 sptr<Ashmem> ashmem; HWTEST_F() local
1472 sptr<Ashmem> ashmem; HWTEST_F() local
1494 sptr<Ashmem> ashmem; HWTEST_F() local
1516 sptr<Ashmem> ashmem; HWTEST_F() local
1538 sptr<Ashmem> ashmem; HWTEST_F() local
[all...]
/test/xts/hats/hdf/usb/transferTest/common/
H A Dusbd_transfer_test.cpp2101 sptr<Ashmem> ashmem; in HWTEST_F() local
2127 sptr<Ashmem> ashmem; in HWTEST_F() local
2154 sptr<Ashmem> ashmem; in HWTEST_F() local
2181 sptr<Ashmem> ashmem; HWTEST_F() local
2208 sptr<Ashmem> ashmem; HWTEST_F() local
2235 sptr<Ashmem> ashmem; HWTEST_F() local
2261 sptr<Ashmem> ashmem; HWTEST_F() local
2288 sptr<Ashmem> ashmem; HWTEST_F() local
2315 sptr<Ashmem> ashmem; HWTEST_F() local
2342 sptr<Ashmem> ashmem; HWTEST_F() local
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp299 GetImageDataFromAshmem( const std::string& picName, const sptr<Ashmem> &ashmem, int32_t len, std::vector<uint8_t> &value) GetImageDataFromAshmem() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp451 auto ashmem = Ashmem(newFd, byteLenArray[i]); in UpdateSharedImage() local
458 GetImageDataFromAshmem( const std::string& picName, Ashmem& ashmem, const RefPtr<PipelineBase>& pipelineContext, int len) GetImageDataFromAshmem() argument
[all...]
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp529 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem() argument
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp279 std::u16string TestService::TestAshmem(sptr<Ashmem> ashmem, int32_t contentSize) in TestAshmem() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub.cpp226 sptr<Ashmem> ashmem = Ashmem::CreateAshmem("scaninfo", ASH_MEM_SIZE); in SendScanInfo() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp37 SharedBlock::SharedBlock(const std::string &name, sptr<Ashmem> ashmem, size_t size, bool readOnly) in SharedBlock() argument
61 int SharedBlock::CreateSharedBlock(const std::string &name, size_t size, sptr<Ashmem> ashmem, in CreateSharedBlock() argument
85 sptr<Ashmem> ashmem = Ashmem::CreateAshmem(ashmemName.c_str(), size); in Create() local
116 sptr<Ashmem> ashmem = parcel.ReadAshmem(); ReadMessageParcel() local
[all...]

Completed in 21 milliseconds

12