Home
last modified time | relevance | path

Searched refs:appMessageIdValue (Results 1 - 2 of 2) sorted by relevance

/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp792 auto appMessageIdValue = AppExecFwk::GetPropertyValueByPropertyName(env, value, "appMessageId", napi_string); in GetNotificationAppMessageId() local
793 if (appMessageIdValue == nullptr) { in GetNotificationAppMessageId()
798 std::string appMessageId = AppExecFwk::UnwrapStringFromJS(env, appMessageIdValue); in GetNotificationAppMessageId()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp1309 auto appMessageIdValue = AppExecFwk::GetPropertyValueByPropertyName(env, value, "appMessageId", napi_string); in GetNotificationAppMessageId() local
1310 if (appMessageIdValue == nullptr) { in GetNotificationAppMessageId()
1315 std::string appMessageId = AppExecFwk::UnwrapStringFromJS(env, appMessageIdValue); in GetNotificationAppMessageId()

Completed in 5 milliseconds