Home
last modified time | relevance | path

Searched refs:hasCallerToken (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_enable.h35 bool hasCallerToken = false; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Denable_notification.h35 bool hasCallerToken = false; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp721 params.hasCallerToken = true; in RequestEnableNotificationWithContext()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp1357 bool hasCallerToken = false; in HandleRequestEnableNotification() local
1358 if (!data.ReadBool(hasCallerToken)) { in HandleRequestEnableNotification()
1364 if (hasCallerToken) { in HandleRequestEnableNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_enable_notification.cpp575 params.hasCallerToken = true; in SetEnableParam()