Home
last modified time | relevance | path

Searched defs:ashmem (Results 1 - 25 of 26) 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
/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
/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
/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
H A Dtest_service_skeleton.cpp692 std::u16string TestServiceProxy::TestAshmem(sptr<Ashmem> ashmem, int32_t contentSize) in TestAshmem() argument
1091 sptr<Ashmem> ashmem = data.ReadAshmem(); in ReadAshmem() local
[all...]
/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...]
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_ashmem.cpp40 NAPIAshmem::NAPIAshmem(sptr<Ashmem> &ashmem) : ashmem_(ashmem) in NAPIAshmem() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub.cpp585 sptr<Ashmem> ashmem = Ashmem::CreateAshmem(name.c_str(), ashmemSize); in SendDeviceConfig() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp1055 Image ashmem; in CacheAshmemData() local
1063 const auto ashmem = (g_mode == Mode::READ) ? ImageCache::Get(id) : nullptr; in GetCachedAshmemData() local
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy.cpp649 sptr<Ashmem> ashmem = reply.ReadAshmem(); in ParseDeviceConfigs() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2867 auto ashmem = Ashmem(newFd, byteLenArray[i]); in UpdateSharedImage() local
2874 GetImageDataFromAshmem( const std::string& picName, Ashmem& ashmem, const RefPtr<PipelineBase>& pipelineContext, int len) GetImageDataFromAshmem() argument

Completed in 27 milliseconds

12