Home
last modified time | relevance | path

Searched defs:plugin (Results 1 – 19 of 19) sorted by relevance

/base/customization/enterprise_device_management/services/edm/test/unittest/src/
Diplugin_template_test.cpp40 … std::shared_ptr<IPlugin> plugin = PluginManager::GetInstance()->GetPluginByFuncCode(funcCode); variable
56 std::shared_ptr<IPlugin> plugin = PluginManager::GetInstance()->GetPluginByFuncCode(funcCode); variable
74 std::shared_ptr<IPlugin> plugin; variable
116 std::shared_ptr<IPlugin> plugin; variable
167 std::shared_ptr<IPlugin> plugin; variable
226 std::shared_ptr<IPlugin> plugin; variable
257 std::shared_ptr<IPlugin> plugin; variable
285 std::shared_ptr<IPlugin> plugin; variable
Dplugin_manager_test.cpp61 std::shared_ptr<IPlugin> plugin = PluginManager::GetInstance()->GetPluginByFuncCode( variable
76 …std::shared_ptr<IPlugin> plugin = PluginManager::GetInstance()->GetPluginByPolicyName("TestPlugin"… variable
/base/hiviewdfx/hiview/base/test/unittest/common/
Dplugin_factory_test.cpp36 auto plugin = PluginFactory::GetGlobalPluginInfo("PluginExample"); variable
54 auto plugin = PluginFactory::GetGlobalPluginInfo("PluginExample2"); variable
Dpipeline_test.cpp29 void PipelineTest::BindWorkLoop(std::shared_ptr<OHOS::HiviewDFX::Plugin> plugin) in BindWorkLoop()
/base/hiviewdfx/hiview/base/
Dpipeline.cpp53 std::weak_ptr<Plugin> plugin = processors_.front(); in OnContinue() local
119 auto& plugin = seq.front(); in FillPipelineInfo() local
138 std::weak_ptr<Plugin> plugin = processors_.front(); in CanProcessEvent() local
151 void Pipeline::AppendProcessor(std::weak_ptr<Plugin> plugin) in AppendProcessor()
156 void Pipeline::RemoveProcessor(std::weak_ptr<Plugin> plugin) in RemoveProcessor()
Devent_dispatcher.cpp122 void EventDispatcher::RegisterListener(std::weak_ptr<Plugin> plugin) in RegisterListener()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfaultlogger_unittest.cpp45 auto plugin = std::make_shared<Faultlogger>(); in CreateFaultloggerInstance() local
66 auto plugin = CreateFaultloggerInstance(); variable
116 auto plugin = CreateFaultloggerInstance(); variable
/base/hiviewdfx/hiview/plugins/hicollie_collector/
Dplugin.h34 void PauseDispatch(std::weak_ptr<Plugin> plugin) override {}; in PauseDispatch()
/base/hiviewdfx/hiview/plugins/freeze_detector/test/moduletest/common/
Dfreeze_detector_plugin_module_test.cpp48 …std::shared_ptr<Plugin> plugin = PluginPlatform::GetInstance().GetPluginMap().find("FreezeDetector… in TearDownTestCase() local
71 auto plugin = std::static_pointer_cast<FreezeDetectorPlugin>(PluginPlatform::GetInstance() in GetFreezeDetectorPlugin() local
/base/hiviewdfx/hiview/core/
Dsysevent_source.cpp74 void SysEventSource::PauseDispatch(std::weak_ptr<Plugin> plugin) in PauseDispatch()
Dhiview_platform.cpp202 auto& plugin = pluginMap_[pluginInfo.name]; in LoadBusinessPlugin() local
367 std::shared_ptr<Plugin> plugin = nullptr; in CreatePlugin() local
415 auto& plugin = pluginMap_[pluginInfo.name]; in InitPlugin() local
503 auto& plugin = pluginMap_[pluginInfo.name]; in ScheduleCreateAndInitPlugin() local
543 void HiviewPlatform::PostUnorderedEvent(std::shared_ptr<Plugin> plugin, std::shared_ptr<Event> even… in PostUnorderedEvent()
588 void HiviewPlatform::RegisterDynamicListenerInfo(std::weak_ptr<Plugin> plugin) in RegisterDynamicListenerInfo()
836 void HiviewPlatform::GetRemoteByCapacity(const std::string& plugin, const std::string& capacity, in GetRemoteByCapacity()
909 auto plugin = registInfo->getPluginObject(); in InstancePluginByProxy() local
981 void HiviewPlatform::AddListenerInfo(uint32_t type, std::weak_ptr<Plugin> plugin, in AddListenerInfo()
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dplugin.h55 void PauseDispatch(std::weak_ptr<Plugin> plugin) override {}; in PauseDispatch()
/base/hiviewdfx/hiview/core/test/unittest/common/
Dplugin_platform_test.cpp247 std::shared_ptr<Plugin> plugin = nullptr; variable
324 std::shared_ptr<Plugin> plugin = nullptr; variable
/base/hiviewdfx/hiview/include/
Dplugin_extra_info.h47 CapacityObtainEvent(const std::string &plugin, const std::string capacity) in CapacityObtainEvent()
/base/customization/enterprise_device_management/services/edm/src/
Dplugin_manager.cpp88 bool PluginManager::AddPlugin(std::shared_ptr<IPlugin> plugin) in AddPlugin()
Denterprise_device_mgr_ability.cpp268 std::shared_ptr<IPlugin> plugin = pluginMgr_->GetPluginByPolicyName(policyName); in RemoveAdminItem() local
417 std::shared_ptr<IPlugin> plugin = pluginMgr_->GetPluginByFuncCode(code); in HandleDevicePolicy() local
460 std::shared_ptr<IPlugin> plugin = pluginMgr_->GetPluginByFuncCode(code); in GetDevicePolicy() local
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
Dbundle_event_source_example.cpp193 void BundleEventSourceExample::PauseDispatch(std::weak_ptr<Plugin> plugin) in PauseDispatch()
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
Devent_source_example.cpp219 void EventSourceExample::PauseDispatch(std::weak_ptr<Plugin> plugin) in PauseDispatch()
/base/hiviewdfx/hiview/base/include/
Dplugin.h178 std::weak_ptr<Plugin> plugin; member
276 virtual void AddListenerInfo(uint32_t type, std::weak_ptr<Plugin> plugin, in AddListenerInfo()