Home
last modified time | relevance | path

Searched refs:dvsDisplay (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationdistributedoptions_fuzzer/
H A Dnotificationdistributedoptions_fuzzer.cpp27 std::vector<std::string> dvsDisplay; in DoSomethingInterestingWithMyAPI() local
29 dvsDisplay.emplace_back(stringData); in DoSomethingInterestingWithMyAPI()
31 Notification::NotificationDistributedOptions notificationDistributedOptions(distribute, dvsDisplay, dvsOperate); in DoSomethingInterestingWithMyAPI()
/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()
21 NotificationDistributedOptions( bool distribute, const std::vector<std::string> &dvsDisplay, const std::vector<std::string> &dvsOperate) NotificationDistributedOptions() argument
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_distributed_options.h32 * @param dvsDisplay Indicates the devices that support display.
36 bool distribute, const std::vector<std::string> &dvsDisplay, const std::vector<std::string> &dvsOperate);

Completed in 2 milliseconds