Home
last modified time | relevance | path

Searched refs:RESERVED_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h41 constexpr uint32_t RESERVED_BUFFER_SIZE = 512; variable
493 char buffer_[RESERVED_BUFFER_SIZE] = {0};
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp43 buffer_[RESERVED_BUFFER_SIZE-1] = '\0'; in NetConnClient()