Home
last modified time | relevance | path

Searched defs:IsEnableParams (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_enable.h28 struct IsEnableParams { struct
30 bool hasBundleOption = false;
31 int32_t userId = SUBSCRIBE_USER_INIT;
32 bool hasUserId = false;
33 bool allowToPop = false;
34 sptr<IRemoteObject> callerToken = nullptr;
35 bool hasCallerToken = false;
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Denable_notification.h27 struct IsEnableParams { struct
42 IsEnableParams params; argument