| /base/customization/enterprise_device_management/services/edm/test/unittest/src/ |
| D | iplugin_template_test.cpp | 40 … 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
|
| D | plugin_manager_test.cpp | 61 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/ |
| D | plugin_factory_test.cpp | 36 auto plugin = PluginFactory::GetGlobalPluginInfo("PluginExample"); variable 54 auto plugin = PluginFactory::GetGlobalPluginInfo("PluginExample2"); variable
|
| D | pipeline_test.cpp | 29 void PipelineTest::BindWorkLoop(std::shared_ptr<OHOS::HiviewDFX::Plugin> plugin) in BindWorkLoop()
|
| /base/hiviewdfx/hiview/base/ |
| D | pipeline.cpp | 53 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()
|
| D | event_dispatcher.cpp | 122 void EventDispatcher::RegisterListener(std::weak_ptr<Plugin> plugin) in RegisterListener()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
| D | faultlogger_unittest.cpp | 45 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/ |
| D | plugin.h | 34 void PauseDispatch(std::weak_ptr<Plugin> plugin) override {}; in PauseDispatch()
|
| /base/hiviewdfx/hiview/plugins/freeze_detector/test/moduletest/common/ |
| D | freeze_detector_plugin_module_test.cpp | 48 …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/ |
| D | sysevent_source.cpp | 74 void SysEventSource::PauseDispatch(std::weak_ptr<Plugin> plugin) in PauseDispatch()
|
| D | hiview_platform.cpp | 202 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/ |
| D | plugin.h | 55 void PauseDispatch(std::weak_ptr<Plugin> plugin) override {}; in PauseDispatch()
|
| /base/hiviewdfx/hiview/core/test/unittest/common/ |
| D | plugin_platform_test.cpp | 247 std::shared_ptr<Plugin> plugin = nullptr; variable 324 std::shared_ptr<Plugin> plugin = nullptr; variable
|
| /base/hiviewdfx/hiview/include/ |
| D | plugin_extra_info.h | 47 CapacityObtainEvent(const std::string &plugin, const std::string capacity) in CapacityObtainEvent()
|
| /base/customization/enterprise_device_management/services/edm/src/ |
| D | plugin_manager.cpp | 88 bool PluginManager::AddPlugin(std::shared_ptr<IPlugin> plugin) in AddPlugin()
|
| D | enterprise_device_mgr_ability.cpp | 268 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/ |
| D | bundle_event_source_example.cpp | 193 void BundleEventSourceExample::PauseDispatch(std::weak_ptr<Plugin> plugin) in PauseDispatch()
|
| /base/hiviewdfx/hiview/test/plugins/examples/event_source_example/ |
| D | event_source_example.cpp | 219 void EventSourceExample::PauseDispatch(std::weak_ptr<Plugin> plugin) in PauseDispatch()
|
| /base/hiviewdfx/hiview/base/include/ |
| D | plugin.h | 178 std::weak_ptr<Plugin> plugin; member 276 virtual void AddListenerInfo(uint32_t type, std::weak_ptr<Plugin> plugin, in AddListenerInfo()
|