Searched refs:sharingEventCallback_ (Results 1 – 2 of 2) sorted by relevance
48 sharingEventCallback_ = new (std::nothrow) SharingEventCallback(deviceStateHandler); in StartEventSubscriber()51 …stener_ = new (std::nothrow) SystemAbilityStatusChangeListener(subscriber_, sharingEventCallback_); in StartEventSubscriber()76 if (sharingEventCallback_ == nullptr) { in StopEventSubscriber()85 networkShareClient->UnregisterSharingEvent(sharingEventCallback_); in StopEventSubscriber()86 sharingEventCallback_ = nullptr; in StopEventSubscriber()
90 sptr<NetManagerStandard::ISharingEventCallback> sharingEventCallback_ = nullptr; variable