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