Home
last modified time | relevance | path

Searched refs:LOWERROR_INVALID (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/standard/interfaces/innerkits/common/
Dgraphic_common_c.h22 const int LOWERROR_INVALID = 998; variable
Dgraphic_common.h60 if (err == LOWERROR_INVALID) { in LowErrorStrSpecial()
/foundation/graphic/standard/frameworks/surface/src/
Dbuffer_manager.cpp57 return static_cast<GSError>(err + LOWERROR_INVALID); in GenerateError()