Searched refs:GetBundlenameByPublish (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 | 602 napi_value GetBundlenameByPublish(const napi_env &env, const napi_value &value, std::string &bundle… in GetBundlenameByPublish() function 820 if (GetBundlenameByPublish(env, argv[1], commonEventPublishData.bundleName) == nullptr) { in ParseParametersByPublish() 923 …if (GetBundlenameByPublish(env, argv[COMMON_EVENT_PUBLISH_PARAM], commonEventPublishData.bundleNam… in ParseParametersByPublishAsUser()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
H A D | common_event_parse.cpp | 737 napi_value GetBundlenameByPublish(const napi_env &env, const napi_value &value, std::string &bundle… in GetBundlenameByPublish() function 979 if (GetBundlenameByPublish(env, argv[1], commonEventPublishData.bundleName) == nullptr) { in ParseParametersByPublish() 1087 …if (GetBundlenameByPublish(env, argv[ARGS_DATA_TWO], commonEventPublishData.bundleName) == nullptr… in ParseParametersByPublishAsUser()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/ |
H A D | common_event.h | 379 napi_value GetBundlenameByPublish(const napi_env &env, const napi_value &value, std::string &bundle…
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/ |
H A D | napi_common_event.h | 403 napi_value GetBundlenameByPublish(const napi_env &env, const napi_value &value, std::string &bundle…
|