Searched refs:ReadBulkData (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/include/ |
H A D | ash_mem_utils.h | 28 static bool ReadBulkData(MessageParcel& parcel, std::vector<std::u16string>& dest);
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | ash_mem_utils.h | 28 static bool ReadBulkData(MessageParcel& parcel, std::vector<std::u16string>& dest);
|
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
H A D | query_sys_event_callback_stub.cpp | 49 ret = AshMemUtils::ReadBulkData(data, sysEvent); in OnRemoteRequest()
|
H A D | ash_mem_utils.cpp | 101 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 D | ash_memory_utils.h | 53 …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 D | ash_mem_utils.cpp | 98 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 D | hiview_service_ability_proxy.cpp | 64 if (!AshMemoryUtils::ReadBulkData<HiviewFileInfo>(ashmem, allSize, fileInfos)) { in List()
|
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_adapter_native_test.cpp | 149 auto ret1 = AshMemUtils::ReadBulkData(data, dest);
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
H A D | sys_event_service_ohos_test.cpp | 202 auto result1 = AshMemUtils::ReadBulkData(msgParcel, to);
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
H A D | adapter_utility_ohos_test.cpp | 505 bool retOut = AshMemoryUtils::ReadBulkData<AshMemTestStruct>(ashmem, allSize, dataOut);
|