Home
last modified time | relevance | path

Searched defs:SUBSCRIBE_MAX_PARA (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h30 static const int32_t SUBSCRIBE_MAX_PARA = 2; variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h32 static const int32_t SUBSCRIBE_MAX_PARA = 2; variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event_parse.cpp573 …value ParseParametersBySubscribe(const napi_env &env, const napi_value (&argv)[SUBSCRIBE_MAX_PARA], in ParseParametersBySubscribe()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp702 …value ParseParametersBySubscribe(const napi_env &env, const napi_value (&argv)[SUBSCRIBE_MAX_PARA], in ParseParametersBySubscribe()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp25 static const std::int32_t SUBSCRIBE_MAX_PARA = 3; variable