Home
last modified time | relevance | path

Searched refs:SetIsAgentNotification (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
Dsetprogressbar_fuzzer.cpp30 request.SetIsAgentNotification(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp93 notificationRequest.SetIsAgentNotification(isAgentTrue); in HWTEST_F()
97 notificationRequest.SetIsAgentNotification(isAgentFalse); in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h365 void SetIsAgentNotification(bool isAgent);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_branch_test.cpp146 req->SetIsAgentNotification(true);
166 req->SetIsAgentNotification(true);
Dadvanced_notification_service_test.cpp2121 req->SetIsAgentNotification(true);
2182 req->SetIsAgentNotification(true);
3237 notificationRequest.SetIsAgentNotification(isAgentTrue);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dpublish.cpp428 params.request.SetIsAgentNotification(true); in ParsePublishAsBundleParameters()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp437 req->SetIsAgentNotification(isAgentTrue);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp212 void NotificationRequest::SetIsAgentNotification(bool isAgent) in SetIsAgentNotification() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp2073 notificationRequest->SetIsAgentNotification(true); in SetAgentNotification()