Home
last modified time | relevance | path

Searched refs:ReadBulkData (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Dash_mem_utils.h28 static bool ReadBulkData(MessageParcel& parcel, std::vector<std::u16string>& dest);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Dash_mem_utils.h28 static bool ReadBulkData(MessageParcel& parcel, std::vector<std::u16string>& dest);
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dquery_sys_event_callback_stub.cpp49 ret = AshMemUtils::ReadBulkData(data, sysEvent); in OnRemoteRequest()
H A Dash_mem_utils.cpp101 bool AshMemUtils::ReadBulkData(MessageParcel& parcel, std::vector<std::u16string>& dest) in ReadBulkData() function in OHOS::HiviewDFX::AshMemUtils
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dash_memory_utils.h53 …static bool ReadBulkData(sptr<Ashmem> ashmem, const std::vector<uint32_t>& allSize, std::vector<T>… in ReadBulkData() function
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dash_mem_utils.cpp98 bool AshMemUtils::ReadBulkData(MessageParcel& parcel, std::vector<std::u16string>& dest) in ReadBulkData() function in OHOS::HiviewDFX::AshMemUtils
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_ability_proxy.cpp64 if (!AshMemoryUtils::ReadBulkData<HiviewFileInfo>(ashmem, allSize, fileInfos)) { in List()
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_adapter_native_test.cpp149 auto ret1 = AshMemUtils::ReadBulkData(data, dest);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp202 auto result1 = AshMemUtils::ReadBulkData(msgParcel, to);
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dadapter_utility_ohos_test.cpp505 bool retOut = AshMemoryUtils::ReadBulkData<AshMemTestStruct>(ashmem, allSize, dataOut);