Home
last modified time | relevance | path

Searched refs:appMessageId (Results 1 - 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h205 char* appMessageId; member
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp154 char appMessageId[STR_MAX_SIZE] = {0}; in GetNotificationRequestByString() local
155 if (strcpy_s(appMessageId, STR_MAX_SIZE, cjRequest.appMessageId) != EOK) { in GetNotificationRequestByString()
158 request.SetAppMessageId(std::string(appMessageId)); in GetNotificationRequestByString()
1586 notificationRequest.appMessageId = nullptr; in InitNotificationRequest()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1330 * @brief Set notification appMessageId value.
1332 * @param appMessageId the value of appMessageId.
1334 void SetAppMessageId(const std::string &appMessageId);
1337 * @brief Get notification appMessageId value.
1339 * @return Return the value of appMessageId.
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp89 // appMessageId?: string in GetNotificationRequestByString()
787 NAPI_CALL(env, napi_has_named_property(env, value, "appMessageId", &hasProperty)); in GetNotificationAppMessageId()
792 auto appMessageIdValue = AppExecFwk::GetPropertyValueByPropertyName(env, value, "appMessageId", napi_string); in GetNotificationAppMessageId()
798 std::string appMessageId = AppExecFwk::UnwrapStringFromJS(env, appMessageIdValue); in GetNotificationAppMessageId() local
799 request.SetAppMessageId(appMessageId); in GetNotificationAppMessageId()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp611 // appMessageId?: string in GetNotificationRequestByString()
1304 NAPI_CALL(env, napi_has_named_property(env, value, "appMessageId", &hasProperty)); in GetNotificationAppMessageId()
1309 auto appMessageIdValue = AppExecFwk::GetPropertyValueByPropertyName(env, value, "appMessageId", napi_string); in GetNotificationAppMessageId()
1315 std::string appMessageId = AppExecFwk::UnwrapStringFromJS(env, appMessageIdValue); in GetNotificationAppMessageId() local
1316 request.SetAppMessageId(appMessageId); in GetNotificationAppMessageId()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp1070 ANS_LOGE("Failed to write appMessageId"); in Marshalling()
1540 ANS_LOGE("Failed to read appMessageId"); in ReadFromParcel()
2727 void NotificationRequest::SetAppMessageId(const std::string &appMessageId) in SetAppMessageId() argument
2729 appMessageId_ = appMessageId; in SetAppMessageId()

Completed in 25 milliseconds