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 D | common_event_parse.cpp | 627 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 D | common_event_parse.cpp | 764 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 D | common_event.h | 381 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 D | napi_common_event.h | 405 napi_value GetDataByPublish(const napi_env &env, const napi_value &value, std::string &data);
|