Searched refs:IsLowLatencyApp (Results 1 – 5 of 5) sorted by relevance
27 virtual bool IsLowLatencyApp(const std::string &bundleName) const = 0;37 MOCK_CONST_METHOD1(IsLowLatencyApp, bool(const std::string &bundleName));
110 EXPECT_TRUE(m_appXmlParser->IsLowLatencyApp(appName));117 EXPECT_FALSE(m_appXmlParser->IsLowLatencyApp(appName));
51 bool IsLowLatencyApp(const std::string &bundleName) const;
86 bool AppParser::IsLowLatencyApp(const std::string &bundleName) const in IsLowLatencyApp() function in OHOS::Wifi::AppParser
81 if (AppParser::GetInstance().IsLowLatencyApp(appStateData.bundleName)) { in HandleForegroundAppChangedAction()