Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/frameworks/extension/src/
H A Djs_static_subscriber_extension.cpp213 std::shared_ptr<JsStaticSubscriberExtension> sThis = wThis.lock(); in OnReceiveEvent() local
214 if (sThis == nullptr) { in OnReceiveEvent()
221 if (!sThis->jsObj_) { in OnReceiveEvent()
226 AbilityRuntime::HandleScope handleScope(sThis->jsRuntime_); in OnReceiveEvent()
227 napi_env env = sThis->jsRuntime_.GetNapiEnv(); in OnReceiveEvent()
249 napi_value obj = sThis->jsObj_->GetNapiValue(); in OnReceiveEvent()
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_listener.cpp48 sptr<CommonEventListener> sThis = wp.promote(); in NotifyEvent() local
49 if (sThis == nullptr) { in NotifyEvent()
53 sThis->OnReceiveEvent(commonEventData, ordered, sticky); in NotifyEvent()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp582 sptr<AdvancedNotificationService> sThis = wThis.promote(); in StartDelayPublishTimer() local
583 if (sThis != nullptr) { in StartDelayPublishTimer()
584 sThis->StartPublishDelayedNotificationTimeOut(ownerUid, notificationId); in StartDelayPublishTimer()
H A Dadvanced_notification_utils.cpp1784 sptr<AdvancedNotificationService> sThis = wThis.promote(); in StartAutoDelete() local
1785 if (sThis != nullptr) { in StartAutoDelete()
1786 sThis->TriggerAutoDelete(record->notification->GetKey(), reason); in StartAutoDelete()
1788 sThis->SendLiveViewUploadHiSysEvent(record, record->finish_status); in StartAutoDelete()