Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/include/
H A Dstpageabilityevent.h74 class STPageAbilityEventSubscriber : public EventFwk::CommonEventSubscriber {
76STPageAbilityEventSubscriber(const EventFwk::CommonEventSubscribeInfo &sp, std::shared_ptr<Ability… in STPageAbilityEventSubscriber() function
80 ~STPageAbilityEventSubscriber() in ~STPageAbilityEventSubscriber()
117 std::shared_ptr<STPageAbilityEventSubscriber> subscriber_;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/src/
H A Dstpageabilityevent.cpp47 subscriber_ = std::make_shared<STPageAbilityEventSubscriber>(subscribeInfo, ability, stub); in SubscribeEvent()
133 void STPageAbilityEventSubscriber::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent()
168 std::string STPageAbilityEventSubscriber::RunningProcessInfoToString(std::vector<RunningProcessInfo… in RunningProcessInfoToString()
174 bool STPageAbilityEventSubscriber::PublishEvent(const std::string &eventName, const int &code, cons… in PublishEvent()