Home
last modified time | relevance | path

Searched refs:testPlugin (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/
H A Dbbox_detector_module_test.cpp74 testPlugin->SetHiviewContext(&hiviewContext);
76 testPlugin->OnLoad();
77 testPlugin->OnEvent(event);
114 testPlugin->SetHiviewContext(&hiviewContext);
116 testPlugin->OnLoad();
117 testPlugin->OnEvent(event);
154 testPlugin->SetHiviewContext(&hiviewContext);
156 testPlugin->OnLoad();
157 testPlugin->OnEvent(event);
195 testPlugin->OnLoad();
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp83 auto testPlugin = make_shared<BBoxDetectorPlugin>(); variable
85 EXPECT_EQ(testPlugin->CanProcessEvent(event), true);
233 auto testPlugin = make_shared<BBoxDetectorPlugin>(); variable
234 testPlugin->SetHiviewContext(&hiviewContext);
235 testPlugin->OnLoad();
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp593 auto testPlugin = GetFaultloggerInstance(); variable
595 bool result = testPlugin->OnEvent(event);
610 auto testPlugin = GetFaultloggerInstance(); variable
613 EXPECT_TRUE(testPlugin->IsInterestedPipelineEvent(event));
615 EXPECT_TRUE(testPlugin->IsInterestedPipelineEvent(event));
631 auto testPlugin = GetFaultloggerInstance(); variable
633 ASSERT_TRUE(testPlugin->CanProcessEvent(event));
643 auto testPlugin = GetFaultloggerInstance(); variable
644 ASSERT_TRUE(testPlugin->ReadyToLoad());
654 auto testPlugin = GetFaultloggerInstance(); variable
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H A Ddomain_account_manager_inner_service_test.cpp164 sptr<IDomainAccountPlugin> testPlugin = new (std::nothrow) DomainAccountPluginService(nullptr); variable
165 ASSERT_NE(testPlugin, nullptr);
168 EXPECT_EQ(InnerDomainAccountManager::GetInstance().StartAuth(testPlugin,