Home
last modified time | relevance | path

Searched refs:hiviewContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/
H A Dbbox_detector_module_test.cpp70 MockHiviewContext hiviewContext; variable
73 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop));
74 testPlugin->SetHiviewContext(&hiviewContext);
110 MockHiviewContext hiviewContext; variable
113 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop));
114 testPlugin->SetHiviewContext(&hiviewContext);
150 MockHiviewContext hiviewContext; variable
153 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop));
154 testPlugin->SetHiviewContext(&hiviewContext);
189 MockHiviewContext hiviewContext; variable
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp227 MockHiviewContext hiviewContext; variable
231 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop));
234 testPlugin->SetHiviewContext(&hiviewContext);
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp67 static HiviewContext& hiviewContext = InitHiviewContext(); in GetHiviewContext() local
68 return hiviewContext; in GetHiviewContext()