Home
last modified time | relevance | path

Searched refs:GetDataByPublish (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.cpp627 napi_value GetDataByPublish(const napi_env &env, const napi_value &value, std::string &data) in GetDataByPublish() function
825 if (GetDataByPublish(env, argv[1], commonEventPublishData.data) == nullptr) { in ParseParametersByPublish()
928 …if (GetDataByPublish(env, argv[COMMON_EVENT_PUBLISH_PARAM], commonEventPublishData.data) == nullpt… in ParseParametersByPublishAsUser()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp764 napi_value GetDataByPublish(const napi_env &env, const napi_value &value, std::string &data) in GetDataByPublish() function
983 if (GetDataByPublish(env, argv[1], commonEventPublishData.data) == nullptr) { in ParseParametersByPublish()
1091 if (GetDataByPublish(env, argv[ARGS_DATA_TWO], commonEventPublishData.data) == nullptr) { in ParseParametersByPublishAsUser()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h381 napi_value GetDataByPublish(const napi_env &env, const napi_value &value, std::string &data);
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h405 napi_value GetDataByPublish(const napi_env &env, const napi_value &value, std::string &data);