LCOV - code coverage report
Current view: top level - legacy/ascend950/unified_platform/resource/buffer/aicpu - rma_buf_slice_lite.h (source / functions) Coverage Total Hit
Test: coverage.info Lines: 100.0 % 4 4
Test Date: 2026-08-17 10:19:35 Functions: 100.0 % 4 4

            Line data    Source code
       1              : /**
       2              :  * Copyright (c) 2025 Huawei Technologies Co., Ltd.
       3              :  * This program is free software, you can redistribute it and/or modify it under the terms and conditions of
       4              :  * CANN Open Software License Agreement Version 2.0 (the "License").
       5              :  * Please refer to the License for details. You may not use this file except in compliance with the License.
       6              :  * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED,
       7              :  * INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
       8              :  * See LICENSE in the root of the software repository for the full text of the License.
       9              :  */
      10              : #ifndef HCCLV2_RMA_BUFFER_SLICE_LITE_H
      11              : #define HCCLV2_RMA_BUFFER_SLICE_LITE_H
      12              : 
      13              : #include <string>
      14              : #include "hccl/base.h"
      15              : 
      16              : namespace Hccl {
      17              : class RmaBufSliceLite {
      18              : public:
      19              :     RmaBufSliceLite(u64 addr, u64 size, u32 lkey, u32 tokenId);
      20              : 
      21          207 :     inline u64 GetAddr() const { return addr_; }
      22              : 
      23          173 :     inline u64 GetSize() const { return size_; }
      24              : 
      25           38 :     inline u32 GetLkey() const { return lkey_; }
      26              : 
      27           86 :     inline u32 GetTokenId() const { return tokenId_; }
      28              : 
      29              :     std::string Describe() const;
      30              : 
      31              : private:
      32              :     u64 addr_;
      33              :     u64 size_;
      34              :     u32 lkey_;
      35              :     u32 tokenId_;
      36              : };
      37              : } // namespace Hccl
      38              : #endif
        

Generated by: LCOV version 2.0-1