Searched refs:GbkToUtf8 (Results 1 – 4 of 4) sorted by relevance
45 std::string utf8String = WifiCodeConvertUtil::GbkToUtf8(gbkString);55 HWTEST_F(WifiCodeConvertTest, GbkToUtf8, TestSize.Level1)58 std::string utf8String = WifiCodeConvertUtil::GbkToUtf8(gbkString);
31 static std::string GbkToUtf8(const std::string &strGbk);
75 std::string WifiCodeConvertUtil::GbkToUtf8(const std::string &strGbk) in GbkToUtf8() function in OHOS::Wifi::WifiCodeConvertUtil
260 interScanInfo.ssid = WifiCodeConvertUtil::GbkToUtf8(scanInfo.ssid); in ConvertsScanInfo()