Home
last modified time | relevance | path

Searched refs:userInputResult (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp104 napi_value userInputResult = nullptr; in GetNotificationUserInput() local
110 napi_get_named_property(env, actionButton, "userInput", &userInputResult); in GetNotificationUserInput()
111 NAPI_CALL(env, napi_typeof(env, userInputResult, &valuetype)); in GetNotificationUserInput()
118 if (!GetNotificationUserInputByInputKey(env, userInputResult, userInput)) { in GetNotificationUserInput()
143 napi_get_named_property(env, userInputResult, "inputKey", &value); in GetNotificationUserInputByInputKey()
181 napi_get_named_property(env, userInputResult, "tag", &value); in GetNotificationUserInputByTag()
218 napi_get_named_property(env, userInputResult, "options", &value); in GetNotificationUserInputByOptions()
267 napi_get_named_property(env, userInputResult, "permitMimeTypes", &value); in GetNotificationUserInputByPermitMimeTypes()
312 napi_get_named_property(env, userInputResult, "permitFreeFormInput", &value); in GetNotificationUserInputByPermitFreeFormInput()
343 napi_get_named_property(env, userInputResult, "editType", &value); in GetNotificationUserInputByEditType()
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp375 napi_value userInputResult = nullptr; in GetNotificationUserInput() local
381 napi_get_named_property(env, actionButton, "userInput", &userInputResult); in GetNotificationUserInput()
382 NAPI_CALL(env, napi_typeof(env, userInputResult, &valuetype)); in GetNotificationUserInput()
389 if (!GetNotificationUserInputByInputKey(env, userInputResult, userInput)) { in GetNotificationUserInput()
414 napi_get_named_property(env, userInputResult, "inputKey", &value); in GetNotificationUserInputByInputKey()
452 napi_get_named_property(env, userInputResult, "tag", &value); in GetNotificationUserInputByTag()
489 napi_get_named_property(env, userInputResult, "options", &value); in GetNotificationUserInputByOptions()
538 napi_get_named_property(env, userInputResult, "permitMimeTypes", &value); in GetNotificationUserInputByPermitMimeTypes()
583 napi_get_named_property(env, userInputResult, "permitFreeFormInput", &value); in GetNotificationUserInputByPermitFreeFormInput()
614 napi_get_named_property(env, userInputResult, "editType", &value); in GetNotificationUserInputByEditType()
[all …]
H A Dcommon_convert_request.cpp430 napi_value userInputResult = nullptr; in SetNotificationActionButton() local
431 napi_create_object(env, &userInputResult); in SetNotificationActionButton()
432 … if (!SetNotificationActionButtonByUserInput(env, actionButton->GetUserInput(), userInputResult)) { in SetNotificationActionButton()
435 napi_set_named_property(env, result, "userInput", userInputResult); in SetNotificationActionButton()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h662 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
673 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
684 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
695 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
706 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
717 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
728 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1052 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
1063 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
1074 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
1085 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
1096 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
1107 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…
1118 …const napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &us…