Searched refs:distribute (Results 1 - 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_distributed_options.cpp | 22 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 D | notification_request.cpp | 694 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 D | notificationdistributedoptions_fuzzer.cpp | 26 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 D | notification_distributed_options.h | 31 * @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 D | notification_request.h | 1065 * @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