Home
last modified time | relevance | path

Searched refs:localSwitch (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp169 std::string localSwitch = fuzzData.GenerateRandomString(); in DoSomethingInterestingWithMyAPI() local
202 service->ClearAllNotificationGroupInfo(localSwitch); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1070 void ClearAllNotificationGroupInfo(std::string localSwitch);
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp2583 void AdvancedNotificationService::ClearAllNotificationGroupInfo(std::string localSwitch) in ClearAllNotificationGroupInfo() argument
2586 bool status = (localSwitch == "true"); in ClearAllNotificationGroupInfo()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp307 const std::string localSwitch = "current"; in HWTEST_F() local
308 advancedNotificationService_->ClearAllNotificationGroupInfo(localSwitch); in HWTEST_F()

Completed in 14 milliseconds