Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.h62 static uint16_t ToUint16(const std::string& string);
251 return Utils::ToUint16(String(index));
H A Drs_profiler_utils.cpp152 uint16_t Utils::ToUint16(const std::string& string) in ToUint16() function in OHOS::Rosen::Utils
207 number = ToUint16(string); in ToNumber()