Home
last modified time | relevance | path

Searched defs:UNSUBSCRIBE_MAX_PARA (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dunsubscribe.cpp22 const int UNSUBSCRIBE_MAX_PARA = 2; variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h31 static const int32_t UNSUBSCRIBE_MAX_PARA = 2; variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h33 static const int32_t UNSUBSCRIBE_MAX_PARA = 2; variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event_parse.cpp976const napi_value (&argv)[UNSUBSCRIBE_MAX_PARA], std::shared_ptr<SubscriberInstance> &subscriber, n… in ParseParametersByUnsubscribe()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp1140const napi_value (&argv)[UNSUBSCRIBE_MAX_PARA], std::shared_ptr<SubscriberInstance> &subscriber, n… in ParseParametersByUnsubscribe()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp26 static const std::int32_t UNSUBSCRIBE_MAX_PARA = 2; variable