Home
last modified time | relevance | path

Searched refs:GetCodeByPublish (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event_parse.cpp658 napi_value GetCodeByPublish(const napi_env &env, const napi_value &value, int32_t &code) in GetCodeByPublish() function
830 if (GetCodeByPublish(env, argv[1], commonEventPublishData.code) == nullptr) { in ParseParametersByPublish()
932 …if (GetCodeByPublish(env, argv[COMMON_EVENT_PUBLISH_PARAM], commonEventPublishData.code) == nullpt… in ParseParametersByPublishAsUser()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp800 napi_value GetCodeByPublish(const napi_env &env, const napi_value &value, int32_t &code) in GetCodeByPublish() function
987 if (GetCodeByPublish(env, argv[1], commonEventPublishData.code) == nullptr) { in ParseParametersByPublish()
1095 if (GetCodeByPublish(env, argv[ARGS_DATA_TWO], commonEventPublishData.code) == nullptr) { in ParseParametersByPublishAsUser()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h383 napi_value GetCodeByPublish(const napi_env &env, const napi_value &value, int32_t &code);
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h407 napi_value GetCodeByPublish(const napi_env &env, const napi_value &value, int32_t &code);