Searched refs:NotificationFlagStatus (Results 1 - 3 of 3) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 316 SetNamedPropertyByInteger(env, obj, (int32_t)NotificationFlagStatus::TYPE_NONE, "TYPE_NONE"); in NotificationFlagTypeInit() 317 SetNamedPropertyByInteger(env, obj, (int32_t)NotificationFlagStatus::TYPE_OPEN, "TYPE_OPEN"); in NotificationFlagTypeInit() 318 SetNamedPropertyByInteger(env, obj, (int32_t)NotificationFlagStatus::TYPE_CLOSE, "TYPE_CLOSE"); in NotificationFlagTypeInit() 321 DECLARE_NAPI_PROPERTY("NotificationFlagStatus", obj), in NotificationFlagTypeInit()
|
/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 73 enum class NotificationFlagStatus { class
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 78 enum class NotificationFlagStatus { class
|
Completed in 5 milliseconds