Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_user_input_test.cpp46 bool permitFreeFormInput = true; variable
82 bool permitFreeFormInput = true; variable
252 bool permitFreeFormInput = true; variable
259 permitFreeFormInput, permitMimeTypes, additional, editType);
274 bool permitFreeFormInput = false; variable
281 permitFreeFormInput, permitMimeTypes, additional, editType);
296 bool permitFreeFormInput = true; variable
320 bool permitFreeFormInput = false; variable
346 bool permitFreeFormInput = false; variable
386 bool permitFreeFormInput = true; variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A 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()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A 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,
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinputannex_fuzzer/
H A Dnotificationuserinputannex_fuzzer.cpp40 bool permitFreeFormInput = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
46 Notification::NotificationUserInput::Create(inputKey, tag, options, permitFreeFormInput, in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp311 bool permitFreeFormInput = false; in GetNotificationUserInputByPermitFreeFormInput() local
318 napi_get_value_bool(env, value, &permitFreeFormInput); in GetNotificationUserInputByPermitFreeFormInput()
319 LBSLOGI(NAPI_UTILS, "permitFreeFormInput is: %{public}d", permitFreeFormInput); in GetNotificationUserInputByPermitFreeFormInput()
320 userInput->SetPermitFreeFormInput(permitFreeFormInput); in GetNotificationUserInputByPermitFreeFormInput()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp582 bool permitFreeFormInput = false; in GetNotificationUserInputByPermitFreeFormInput() local
589 napi_get_value_bool(env, value, &permitFreeFormInput); in GetNotificationUserInputByPermitFreeFormInput()
590 ANS_LOGI("permitFreeFormInput is: %{public}d", permitFreeFormInput); in GetNotificationUserInputByPermitFreeFormInput()
591 userInput->SetPermitFreeFormInput(permitFreeFormInput); in GetNotificationUserInputByPermitFreeFormInput()