Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/test/systemtest/src/
H A Dbattery_event_system_test.cpp105 class CommonEventBatteryChargingTest : public CommonEventSubscriber { class
107 CommonEventBatteryChargingTest() = default;
108 explicit CommonEventBatteryChargingTest(const CommonEventSubscribeInfo& subscriberInfo);
109 virtual ~CommonEventBatteryChargingTest() {}; in ~CommonEventBatteryChargingTest()
111 static shared_ptr<CommonEventBatteryChargingTest> RegisterEvent();
114 CommonEventBatteryChargingTest::CommonEventBatteryChargingTest(const CommonEventSubscribeInfo& subs… in CommonEventBatteryChargingTest() function in CommonEventBatteryChargingTest
209 void CommonEventBatteryChargingTest::OnReceiveEvent(const CommonEventData& data) in OnReceiveEvent()
307 shared_ptr<CommonEventBatteryChargingTest> CommonEventBatteryChargingTest::RegisterEvent() in RegisterEvent()
313 auto subscriberPtr = std::make_shared<CommonEventBatteryChargingTest>(subscribeInfo); in RegisterEvent()
466 …shared_ptr<CommonEventBatteryChargingTest> subscriber = CommonEventBatteryChargingTest::RegisterEv…