Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp41 const int ARGS_COUNT_ONE = 1; variable
65 if (sscanf_s(buf, "%*[^0-9]%d", &pid) != ARGS_COUNT_ONE) { in GetProcStatusByPath()
80 if (sscanf_s(buf, "%*[^0-9]%d", &ppid) != ARGS_COUNT_ONE) { in GetProcStatusByPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_offscreen_canvas.cpp29 constexpr int32_t ARGS_COUNT_ONE = 1; variable
261 if (argc != ARGS_COUNT_ONE) { in OnSetWidth()
293 if (argc != ARGS_COUNT_ONE) { in OnSetHeight()
357 if (argc < ARGS_COUNT_ONE || argc > ARGS_COUNT_TWO) { in onGetContext()