Searched refs:SysEventServiceOhos (Results 1 – 3 of 3) sorted by relevance
137 OHOS::HiviewDFX::NotifySysEvent SysEventServiceOhos::gISysEventNotify_;138 sptr<OHOS::HiviewDFX::SysEventServiceOhos> SysEventServiceOhos::instance(new SysEventServiceOhos);140 sptr<OHOS::HiviewDFX::SysEventServiceOhos> SysEventServiceOhos::GetInstance() in GetInstance()145 void SysEventServiceOhos::StartService(SysEventServiceBase *service, in StartService()205 void SysEventServiceOhos::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()236 void SysEventServiceOhos::BindGetTagFunc(const GetTagByDomainNameFunc& getTagFunc) in BindGetTagFunc()255 int32_t SysEventServiceOhos::AddListener(const std::vector<SysEventRule>& rules, in AddListener()425 bool SysEventServiceOhos::HasAccessPermission() const in HasAccessPermission()471 auto service = SysEventServiceOhos::GetInstance(); in OnRemoteDied()510 int32_t SysEventServiceOhos::RemoveSubscriber() in RemoveSubscriber()[all …]
30 OHOS::HiviewDFX::SysEventServiceOhos::StartService(service, notify); in StartService()39 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in OnSysEvent()49 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in BindGetTagFunc()59 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in BindGetTypeFunc()69 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in SetWorkLoop()
61 class SysEventServiceOhos : public SystemAbility,63 DECLARE_SYSTEM_ABILITY(SysEventServiceOhos);65 DISALLOW_COPY_AND_MOVE(SysEventServiceOhos);66 SysEventServiceOhos() in SysEventServiceOhos() function68 virtual ~SysEventServiceOhos() = default;70 static sptr<SysEventServiceOhos> GetInstance();110 static sptr<SysEventServiceOhos> instance;