Home
last modified time | relevance | path

Searched refs:doPermit (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp58 bool doPermit = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
59 notificationUserInput.SetPermitMimeTypes(stringData, doPermit); in DoSomethingInterestingWithMyAPI()
64 notificationUserInput.SetPermitFreeFormInput(doPermit); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_user_input.h180 * @param doPermit Specifies whether to allow the given MIME type.
183 void SetPermitMimeTypes(const std::string &mimeType, bool doPermit);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_user_input_test.cpp368 bool doPermit = true; in HWTEST_F() local
370 rrc->SetPermitMimeTypes(mimeType, doPermit); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_user_input.cpp161 void NotificationUserInput::SetPermitMimeTypes(const std::string &mimeType, bool doPermit) in SetPermitMimeTypes() argument
168 if (doPermit) { in SetPermitMimeTypes()

Completed in 3 milliseconds