Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.h61 static uint8_t ToUint8(const std::string& string);
246 return Utils::ToUint8(String(index));
H A Drs_profiler_utils.cpp147 uint8_t Utils::ToUint8(const std::string& string) in ToUint8() function in OHOS::Rosen::Utils
202 number = ToUint8(string); in ToNumber()