Searched refs:ToUint8 (Results 1 – 2 of 2) sorted by relevance
61 static uint8_t ToUint8(const std::string& string);246 return Utils::ToUint8(String(index));
147 uint8_t Utils::ToUint8(const std::string& string) in ToUint8() function in OHOS::Rosen::Utils202 number = ToUint8(string); in ToNumber()