Home
last modified time | relevance | path

Searched defs:distribute (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_distributed_options.cpp22bool distribute, const std::vector<std::string> &dvsDisplay, const std::vector<std::string> &dvsOp… in NotificationDistributedOptions()
26 void NotificationDistributedOptions::SetDistributed(bool distribute) in SetDistributed()
Dnotification_request.cpp619 void NotificationRequest::SetDistributed(bool distribute) in SetDistributed()
/base/notification/distributed_notification_service/test/fuzztest/notificationdistributedoptions_fuzzer/
Dnotificationdistributedoptions_fuzzer.cpp26 bool distribute = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local