Searched refs:testPlugin (Results 1 – 4 of 4) sorted by relevance
74 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 …]
83 auto testPlugin = make_shared<BBoxDetectorPlugin>(); variable85 EXPECT_EQ(testPlugin->CanProcessEvent(event), true);233 auto testPlugin = make_shared<BBoxDetectorPlugin>(); variable234 testPlugin->SetHiviewContext(&hiviewContext);235 testPlugin->OnLoad();
593 auto testPlugin = GetFaultloggerInstance(); variable595 bool result = testPlugin->OnEvent(event);610 auto testPlugin = GetFaultloggerInstance(); variable613 EXPECT_TRUE(testPlugin->IsInterestedPipelineEvent(event));615 EXPECT_TRUE(testPlugin->IsInterestedPipelineEvent(event));631 auto testPlugin = GetFaultloggerInstance(); variable633 ASSERT_TRUE(testPlugin->CanProcessEvent(event));643 auto testPlugin = GetFaultloggerInstance(); variable644 ASSERT_TRUE(testPlugin->ReadyToLoad());654 auto testPlugin = GetFaultloggerInstance(); variable[all …]
164 sptr<IDomainAccountPlugin> testPlugin = new (std::nothrow) DomainAccountPluginService(nullptr); variable165 ASSERT_NE(testPlugin, nullptr);168 EXPECT_EQ(InnerDomainAccountManager::GetInstance().StartAuth(testPlugin,