Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp279 hasBbox_ = true; in Open()
306 if ((hasBbox_ && dataByteCnt != len) || in IsValidMsg()
307 … (!hasBbox_ && dataByteCnt != (len - sizeof(struct Header) - 1))) { // extra bytes in kernel write in IsValidMsg()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Devent_server.h63 bool hasBbox_ = false; variable