Home
last modified time | relevance | path

Searched refs:GET_ALIGNED_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H A Dmessage_handler.h25 constexpr T GET_ALIGNED_SIZE(T x, int alignWidth) in GET_ALIGNED_SIZE() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Droute_head_handler_impl.h24 template<typename T> constexpr T GET_ALIGNED_SIZE(T x, int alignWidth) in GET_ALIGNED_SIZE() function
H A Droute_head_handler_impl.cpp106 headSize = GET_ALIGNED_SIZE(expectSize, ALIGN_WIDTH); in GetHeadDataSize()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dmessage_handler.cpp38 dataSize_ = GET_ALIGNED_SIZE(totalSize, ALIGN_WIDH); in MessageHandler()