Searched defs:maxLength (Results 1 – 5 of 5) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/ |
D | dgram_socket_server.h | 30 DgramSocketServer(const std::string& socketName, uint16_t maxLength) in DgramSocketServer()
|
/base/telephony/sms_mms/utils/ |
D | msg_text_convert.cpp | 212 int maxLength; in ConvertUTF8ToGSM7bit() local 246 …OUT unsigned char *pDestText, IN int maxLength, IN const unsigned char *pSrcText, IN int srcTextLe… in ConvertUTF8ToUCS2() 286 int MsgTextConvert::ConvertGsmUTF8ToAuto(OUT unsigned char *pDestText, IN int maxLength, in ConvertGsmUTF8ToAuto() 334 int MsgTextConvert::ConvertCdmaUTF8ToAuto(OUT unsigned char *pDestText, IN int maxLength, in ConvertCdmaUTF8ToAuto() 385 int MsgTextConvert::ConvertGSM7bitToUTF8(OUT unsigned char *pDestText, IN int maxLength, in ConvertGSM7bitToUTF8() 406 …OUT unsigned char *pDestText, IN int maxLength, IN const unsigned char *pSrcText, IN int srcTextLe… in ConvertUCS2ToUTF8() 451 …OUT unsigned char *pDestText, IN int maxLength, IN const unsigned char *pSrcText, IN int srcTextLe… in ConvertEUCKRToUTF8() 495 …OUT unsigned char *pDestText, IN int maxLength, IN const unsigned char *pSrcText, IN int srcTextLe… in ConvertSHIFTJISToUTF8() 537 int MsgTextConvert::ConvertUCS2ToGSM7bit(OUT unsigned char *pDestText, IN int maxLength, in ConvertUCS2ToGSM7bit() 599 int MsgTextConvert::ConvertUCS2ToGSM7bitAuto(OUT unsigned char *pDestText, IN int maxLength, in ConvertUCS2ToGSM7bitAuto() [all …]
|
/base/hiviewdfx/hiview/base/event_pool/ |
D | event_thread_pool.cpp | 90 const int maxLength = 10; in TaskCallback() local
|
/base/web/webview/test/unittest/ohos_adapter/web_data_base_adapter_impl_test/ |
D | web_data_base_adapter_impl_test.cpp | 181 constexpr int32_t maxLength = 256; variable
|
/base/hiviewdfx/hiview/base/ |
D | event_loop.cpp | 402 const int maxLength = 16; in Run() local
|