Home
last modified time | relevance | path

Searched refs:PARAM_BUF_LEN (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hichecker/frameworks/native/
H A Dhichecker.cpp35 #define PARAM_BUF_LEN 128 macro
238 char paramOutBuf[PARAM_BUF_LEN] = { 0 }; in InitHicheckerParam()
239 char defStrValue[PARAM_BUF_LEN] = { 0 }; in InitHicheckerParam()
240 int retLen = GetParameter(checkerName, defStrValue, paramOutBuf, PARAM_BUF_LEN); in InitHicheckerParam()
241 if (retLen <= 0 || retLen > PARAM_BUF_LEN - 1) { in InitHicheckerParam()
/base/usb/usb_manager/services/native/src/
H A Dusb_function_switch_window.cpp36 constexpr int32_t PARAM_BUF_LEN = 128; member
94 char paramValue[PARAM_BUF_LEN] = { 0 }; in PopUpFunctionSwitchWindow()
95 const char defaultValue[PARAM_BUF_LEN] = { 0 }; in PopUpFunctionSwitchWindow()
H A Dusb_right_manager.cpp48 constexpr int32_t PARAM_BUF_LEN = 128; member
481 char paramValue[PARAM_BUF_LEN] = { 0 }; in HasSetFuncRight()

Completed in 3 milliseconds