Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_user_input_test.cpp46 bool permitFreeFormInput = true; variable
51 …auto rrc = std::make_shared<NotificationUserInput>(inputKey, tag, options, permitFreeFormInput, pe…
82 bool permitFreeFormInput = true; variable
87 …auto rrc = std::make_shared<NotificationUserInput>(inputKey, tag, options, permitFreeFormInput, pe…
216 bool permitFreeFormInput = true; variable
223 permitFreeFormInput, permitMimeTypes, additional, editType);
238 bool permitFreeFormInput = false; variable
245 permitFreeFormInput, permitMimeTypes, additional, editType);
260 bool permitFreeFormInput = true; variable
267 notificationUserInput->Create(inputKey, tag, options, permitFreeFormInput, permitMimeTypes,
[all …]
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinputannex_fuzzer/
Dnotificationuserinputannex_fuzzer.cpp40 bool permitFreeFormInput = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
46 Notification::NotificationUserInput::Create(inputKey, tag, options, permitFreeFormInput, in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_user_input.cpp72 const std::string &tag, const std::vector<std::string> &options, bool permitFreeFormInput, in Create() argument
81 if (!permitFreeFormInput) { in Create()
99 …NotificationUserInput(inputKey, tag, options, permitFreeFormInput, permitMimeTypes, realAdditional… in Create()
113 …const std::vector<std::string> &options, bool permitFreeFormInput, const std::set<std::string> &pe… in NotificationUserInput() argument
118 permitFreeFormInput_(permitFreeFormInput), in NotificationUserInput()
196 void NotificationUserInput::SetPermitFreeFormInput(bool permitFreeFormInput) in SetPermitFreeFormInput() argument
198 permitFreeFormInput_ = permitFreeFormInput; in SetPermitFreeFormInput()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_user_input.h117 …const std::vector<std::string> &options, bool permitFreeFormInput, const std::set<std::string> &pe…
221 void SetPermitFreeFormInput(bool permitFreeFormInput);
297 bool permitFreeFormInput, const std::set<std::string> &permitMimeTypes,
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp2726 bool permitFreeFormInput = false; in GetNotificationUserInputByPermitFreeFormInput() local
2733 napi_get_value_bool(env, value, &permitFreeFormInput); in GetNotificationUserInputByPermitFreeFormInput()
2734 ANS_LOGI("permitFreeFormInput is: %{public}d", permitFreeFormInput); in GetNotificationUserInputByPermitFreeFormInput()
2735 userInput->SetPermitFreeFormInput(permitFreeFormInput); in GetNotificationUserInputByPermitFreeFormInput()