Searched refs:iptvContentUrl (Results 1 – 1 of 1) sorted by relevance
2871 case FrontendStatus::Tag::iptvContentUrl: { in getFrontendStatus()2873 std::string iptvContentUrl = s.get<FrontendStatus::Tag::iptvContentUrl>(); in getFrontendStatus() local2874 ScopedLocalRef iptvContentUrlUtf8(env, env->NewStringUTF(iptvContentUrl.c_str())); in getFrontendStatus()