Searched refs:CheckApiAllowList (Results 1 – 3 of 3) sorted by relevance
160 EXPECT_TRUE(FormModuleChecker::CheckApiAllowList("i18n"));161 EXPECT_TRUE(FormModuleChecker::CheckApiAllowList("i18n.System"));176 EXPECT_TRUE(FormModuleChecker::CheckApiAllowList("intl"));177 EXPECT_TRUE(FormModuleChecker::CheckApiAllowList("intl.Locale"));182 EXPECT_FALSE(FormModuleChecker::CheckApiAllowList("intl.xxx"));183 EXPECT_FALSE(FormModuleChecker::CheckApiAllowList("intl.System"));193 EXPECT_TRUE(FormModuleChecker::CheckApiAllowList("effectKit.a"));194 EXPECT_TRUE(FormModuleChecker::CheckApiAllowList("effectKit.b"));195 EXPECT_TRUE(FormModuleChecker::CheckApiAllowList("effectKit.xx"));207 EXPECT_FALSE(FormModuleChecker::CheckApiAllowList("font.a"));[all …]
34 bool FormModuleChecker::CheckApiAllowList(const std::string& apiPath) in CheckApiAllowList() function in FormModuleChecker96 return CheckApiAllowList(apiPath); in CheckModuleLoadable()
38 static bool CheckApiAllowList(const std::string& apiPath);