Searched refs:dvsDisplay (Results 1 - 3 of 3) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/notificationdistributedoptions_fuzzer/ |
H A D | notificationdistributedoptions_fuzzer.cpp | 27 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 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() 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 D | notification_distributed_options.h | 32 * @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