Searched refs:CheckString (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/ |
H A D | event_logger.h | 149 …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 D | event_logger.cpp | 260 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 D | webgl_arg.h | 482 static bool CheckString(const std::string& str);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_arg.cpp | 921 bool WebGLArg::CheckString(const std::string& str) in CheckString() function in OHOS::Rosen::WebGLArg
|
H A D | webgl_rendering_context_base_impl.cpp | 448 if (!WebGLArg::CheckString(source)) { in ShaderSource() 2626 if (!WebGLArg::CheckString(name)) { in CheckLocationName()
|
H A D | webgl2_rendering_context_impl.cpp | 1606 if (!WebGLArg::CheckString(uniformBlockName)) { in GetUniformBlockIndex()
|