Searched refs:CommonEventBatteryChargingTest (Results 1 – 1 of 1) sorted by relevance
105 class CommonEventBatteryChargingTest : public CommonEventSubscriber { class107 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 CommonEventBatteryChargingTest209 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…