/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/ |
H A D | bbox_detector_module_test.cpp | 73 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); 113 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); 153 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); 192 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop));
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/ |
H A D | bbox_detectors_mock.h | 26 MOCK_METHOD0(GetSharedWorkLoop, std::shared_ptr<EventLoop>());
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/ |
H A D | fault_detector_manager.cpp | 99 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
|
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | plugin_test.cpp | 149 ASSERT_EQ(context.GetSharedWorkLoop(), nullptr);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/ |
H A D | trace_state_change_test.cpp | 35 std::shared_ptr<EventLoop> GetSharedWorkLoop() in GetSharedWorkLoop() function in __anon1b4102a70110::MockHiviewPlatform
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/ |
H A D | bbox_detector_unit_test.cpp | 231 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop));
|
/ohos5.0/base/hiviewdfx/hiview/plugins/crash_validator/ |
H A D | crash_validator.cpp | 95 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in InitWorkLoop()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/ |
H A D | usage_event_report.cpp | 123 BindWorkLoop(context->GetSharedWorkLoop()); in Init()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/ |
H A D | bbox_detector_plugin.cpp | 54 eventLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | plugin.h | 223 virtual std::shared_ptr<EventLoop> GetSharedWorkLoop() in GetSharedWorkLoop() function
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlogger_unittest.cpp | 669 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop()); 705 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop()); 786 std::make_unique<FaultLogManager>(GetHiviewContext().GetSharedWorkLoop()); 1519 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop());
|
/ohos5.0/base/hiviewdfx/hiview/core/include/ |
H A D | hiview_platform.h | 53 std::shared_ptr<EventLoop> GetSharedWorkLoop() override;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | sysevent_source.cpp | 106 std::shared_ptr<EventLoop> looper = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
|
/ohos5.0/base/hiviewdfx/hiview/ |
H A D | hiview_zh.md | 372 std::shared_ptr<EventLoop> GetSharedWorkLoop();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/ |
H A D | unified_collector.cpp | 424 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in InitWorkLoop()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.cpp | 642 mgr_ = std::make_unique<FaultLogManager>(GetHiviewContext()->GetSharedWorkLoop()); in OnLoad() 645 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
|
/ohos5.0/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 721 std::shared_ptr<EventLoop> HiviewPlatform::GetSharedWorkLoop() in GetSharedWorkLoop() function in OHOS::HiviewDFX::HiviewPlatform
|