Home
last modified time | relevance | path

Searched defs:OnLoad (Results 1 – 20 of 20) sorted by relevance

/base/hiviewdfx/hiview/base/test/unittest/common/
Dplugin_example.cpp33 void PluginExample::OnLoad() in OnLoad() function in OHOS::HiviewDFX::PluginExample
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example5/
Devent_processor_example5.cpp48 void EventProcessorExample5::OnLoad() in OnLoad() function in OHOS::HiviewDFX::EventProcessorExample5
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example1/
Dbundle_plugin_example1.cpp48 void BundlePluginExample1::OnLoad() in OnLoad() function in OHOS::HiviewDFX::BundlePluginExample1
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example2/
Dbundle_plugin_example2.cpp48 void BundlePluginExample2::OnLoad() in OnLoad() function in OHOS::HiviewDFX::BundlePluginExample2
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example3/
Devent_processor_example3.cpp64 void EventProcessorExample3::OnLoad() in OnLoad() function in OHOS::HiviewDFX::EventProcessorExample3
/base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/
Ddynamic_load_plugin_example.cpp32 void DynamicLoadPluginExample::OnLoad() in OnLoad() function in OHOS::HiviewDFX::DynamicLoadPluginExample
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example1/
Devent_processor_example1.cpp89 void EventProcessorExample1::OnLoad() in OnLoad() function in OHOS::HiviewDFX::EventProcessorExample1
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/
Devent_processor_example4.cpp87 void EventProcessorExample4::OnLoad() in OnLoad() function in OHOS::HiviewDFX::EventProcessorExample4
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/
Dbundle_plugin_example3.cpp49 void BundlePluginExample3::OnLoad() in OnLoad() function in OHOS::HiviewDFX::BundlePluginExample3
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/
Devent_processor_example2.cpp73 void EventProcessorExample2::OnLoad() in OnLoad() function in OHOS::HiviewDFX::EventProcessorExample2
/base/hiviewdfx/hiview/core/
Dsysevent_source.cpp50 void SysEventSource::OnLoad() in OnLoad() function in OHOS::HiviewDFX::SysEventSource
/base/hiviewdfx/hiview/plugins/hicollie_collector/
Dplugin.cpp46 void HiCollieCollector::OnLoad() in OnLoad() function in OHOS::HiviewDFX::HiCollieCollector
/base/hiviewdfx/hiview/plugins/eventservice/
Dsys_event_service.cpp40 void SysEventService::OnLoad() in OnLoad() function in OHOS::HiviewDFX::SysEventService
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
Dbundle_event_source_example.cpp45 void BundleEventSourceExample::OnLoad() in OnLoad() function in OHOS::HiviewDFX::BundleEventSourceExample
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
Devent_source_example.cpp45 void EventSourceExample::OnLoad() in OnLoad() function in OHOS::HiviewDFX::EventSourceExample
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dplugin.cpp41 void FreezeDetectorPlugin::OnLoad() in OnLoad() function in OHOS::HiviewDFX::FreezeDetectorPlugin
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage_file_lock.c268 __attribute__((constructor)) static void OnLoad(void) in OnLoad() function
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp223 void EventLogger::OnLoad() in OnLoad() function in OHOS::HiviewDFX::EventLogger
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp375 void Faultlogger::OnLoad() in OnLoad() function in OHOS::HiviewDFX::Faultlogger
/base/hiviewdfx/hiview/base/include/
Dplugin.h63 virtual void OnLoad(){}; in OnLoad() function