Home
last modified time | relevance | path

Searched refs:distribute (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_distributed_options.cpp22 bool distribute, const std::vector<std::string> &dvsDisplay, const std::vector<std::string> &dvsOperate) in NotificationDistributedOptions()
23 : isDistributed_(distribute), devicesSupportDisplay_(dvsDisplay), devicesSupportOperate_(dvsOperate) in NotificationDistributedOptions()
26 void NotificationDistributedOptions::SetDistributed(bool distribute) in SetDistributed() argument
28 isDistributed_ = distribute; in SetDistributed()
21 NotificationDistributedOptions( bool distribute, const std::vector<std::string> &dvsDisplay, const std::vector<std::string> &dvsOperate) NotificationDistributedOptions() argument
H A Dnotification_request.cpp694 void NotificationRequest::SetDistributed(bool distribute) in SetDistributed() argument
696 distributedOptions_.SetDistributed(distribute); in SetDistributed()
/base/notification/distributed_notification_service/test/fuzztest/notificationdistributedoptions_fuzzer/
H A Dnotificationdistributedoptions_fuzzer.cpp26 bool distribute = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
31 Notification::NotificationDistributedOptions notificationDistributedOptions(distribute, dvsDisplay, dvsOperate); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_distributed_options.h31 * @param distribute Specifies whether a notification is distributed.
36 bool distribute, const std::vector<std::string> &dvsDisplay, const std::vector<std::string> &dvsOperate);
43 * @param distribute Specifies whether a notification is distributed.
45 void SetDistributed(bool distribute);
H A Dnotification_request.h1065 * @param distribute Specifies whether a notification is displayed as a floating icon on top of the screen.
1067 void SetDistributed(bool distribute);

Completed in 7 milliseconds