Home
last modified time | relevance | path

Searched refs:CheckString (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h149 …void CheckString(int fd, const std::string &mem, std::string &data, const std::string key, const s…
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp260 void EventLogger::CheckString( in CheckString() function in OHOS::HiviewDFX::EventLogger
282 CheckString(fd, mem, data, ASHMEM, ASHMEM_PATH); in CollectMemInfo()
283 CheckString(fd, mem, data, DMAHEAP, DMAHEAP_PATH); in CollectMemInfo()
284 CheckString(fd, mem, data, GPUMEM, GPUMEM_PATH); in CollectMemInfo()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h482 static bool CheckString(const std::string& str);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_arg.cpp921 bool WebGLArg::CheckString(const std::string& str) in CheckString() function in OHOS::Rosen::WebGLArg
H A Dwebgl_rendering_context_base_impl.cpp448 if (!WebGLArg::CheckString(source)) { in ShaderSource()
2626 if (!WebGLArg::CheckString(name)) { in CheckLocationName()
H A Dwebgl2_rendering_context_impl.cpp1606 if (!WebGLArg::CheckString(uniformBlockName)) { in GetUniformBlockIndex()