Home
last modified time | relevance | path

Searched refs:CommonEventServiCesSystemTest (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dces_system_test.cpp37 CesSystemTest::CommonEventServiCesSystemTest::CommonEventServiCesSystemTest( in CommonEventServiCesSystemTest() function in CesSystemTest::CommonEventServiCesSystemTest
42 void CesSystemTest::CommonEventServiCesSystemTest::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent()
75 auto subscriberPtr = std::make_shared<CommonEventServiCesSystemTest>(subscribeInfo);
/ohos5.0/base/powermgr/power_manager/test/unittest/include/
H A Dces_system_test.h37 class CommonEventServiCesSystemTest : public CommonEventSubscriber {
39 explicit CommonEventServiCesSystemTest(const CommonEventSubscribeInfo &subscriberInfo);
40 virtual ~CommonEventServiCesSystemTest() {}; in ~CommonEventServiCesSystemTest()
/ohos5.0/base/powermgr/power_manager/test/systemtest/include/
H A Dpower_mgr_powersavemode_test.h44 class CommonEventServiCesSystemTest : public EventFwk::CommonEventSubscriber {
46 CommonEventServiCesSystemTest(const EventFwk::CommonEventSubscribeInfo &subscriberInfo);
47 virtual ~CommonEventServiCesSystemTest() {}; in ~CommonEventServiCesSystemTest()
/ohos5.0/base/powermgr/power_manager/test/systemtest/src/
H A Dpower_mgr_powersavemode_test.cpp336 PowerMgrPowerSavemodeTest::CommonEventServiCesSystemTest::CommonEventServiCesSystemTest( in CommonEventServiCesSystemTest() function in PowerMgrPowerSavemodeTest::CommonEventServiCesSystemTest
345 void PowerMgrPowerSavemodeTest::CommonEventServiCesSystemTest::OnReceiveEvent(const CommonEventData… in OnReceiveEvent()
409 auto subscriberPtr = std::make_shared<CommonEventServiCesSystemTest>(subscribeInfo);
434 auto subscriberPtr = std::make_shared<CommonEventServiCesSystemTest>(subscribeInfo);