Lines Matching refs:helper
110 auto helper = std::make_unique<ohos::EnableAotJitListHelper>(enableListName);
111 ASSERT_TRUE(helper->IsEnableAot(bundleScope));
112 ASSERT_TRUE(helper->IsEnableJit(bundleScope));
113 ASSERT_TRUE(helper->IsEnableAot(bundleScope1));
114 ASSERT_FALSE(helper->IsEnableJit(bundleScope1));
115 ASSERT_FALSE(helper->IsEnableAot(bundleScope2));
116 ASSERT_TRUE(helper->IsEnableJit(bundleScope2));
126 auto helper = std::make_unique<ohos::EnableAotJitListHelper>(enableListName);
127 ASSERT_FALSE(helper->IsEnableAot(bundleScope));
128 ASSERT_FALSE(helper->IsEnableJit(bundleScope));
301 ohos::EnableAotJitListHelper *helper = new MockEnableAotJitListHelper(enableListName);
303 ASSERT_TRUE(helper->IsEnableAot(bundleScope));
304 ASSERT_TRUE(helper->IsEnableAot(bundleScope1));
305 ASSERT_TRUE(helper->IsEnableAot(bundleScope2));
322 auto helper = std::make_unique<ohos::EnableAotJitListHelper>(enableListName);
324 ASSERT_TRUE(helper->IsEnableAot(bundleScope));
325 ASSERT_FALSE(helper->IsEnableAot(bundleScope1));
326 ASSERT_FALSE(helper->IsEnableAot(bundleScope2));