Home
last modified time | relevance | path

Searched refs:ReadyToLoad (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.h34 bool ReadyToLoad() override;
H A Dfreeze_detector_plugin.cpp41 bool FreezeDetectorPlugin::ReadyToLoad() in ReadyToLoad() function in OHOS::HiviewDFX::FreezeDetectorPlugin
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.h36 bool ReadyToLoad() override;
H A Dfault_detector_manager.cpp47 bool FaultDetectorManager::ReadyToLoad() in ReadyToLoad() function in OHOS::HiviewDFX::FaultDetectorManager
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hiview.md98 | virtual bool ReadyToLoad() | 用于在Hiview启动加载插件时判断当前插件能否被加载 …
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.h54 bool ReadyToLoad() override;
H A Dfaultlogger.cpp635 bool Faultlogger::ReadyToLoad() in ReadyToLoad() function in OHOS::HiviewDFX::Faultlogger
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h63 virtual bool ReadyToLoad() in ReadyToLoad() function
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md51 virtual bool ReadyToLoad();
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hiview.md98 | virtual bool ReadyToLoad() | Checks whether the current plugin …
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp641 HWTEST_F(FaultloggerUnittest, ReadyToLoad, testing::ext::TestSize.Level3)
644 ASSERT_TRUE(testPlugin->ReadyToLoad());
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_unittest.cpp556 ASSERT_EQ(freezeDetectorPlugin->ReadyToLoad(), true);
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp443 if (!plugin->ReadyToLoad()) { in CreatePlugin()