Home
last modified time | relevance | path

Searched refs:SetIsAgentNotification (Results 1 – 10 of 10) 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.cpp99 notificationRequest.SetIsAgentNotification(isAgentTrue); in HWTEST_F()
103 notificationRequest.SetIsAgentNotification(isAgentFalse); in HWTEST_F()
958 notificationRequest.SetIsAgentNotification(true); in HWTEST_F()
Dnotification_test.cpp223 request->SetIsAgentNotification(true);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_branch_test.cpp167 req->SetIsAgentNotification(true);
188 req->SetIsAgentNotification(true);
Dadvanced_notification_service_test.cpp2149 req->SetIsAgentNotification(true);
2211 req->SetIsAgentNotification(true);
3241 notificationRequest.SetIsAgentNotification(isAgentTrue);
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h382 void SetIsAgentNotification(bool isAgent);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dpublish.cpp413 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.cpp439 req->SetIsAgentNotification(isAgentTrue);
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_utils.cpp328 notificationRequest->SetIsAgentNotification(true); in SetAgentNotification()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp217 void NotificationRequest::SetIsAgentNotification(bool isAgent) in SetIsAgentNotification() function in OHOS::Notification::NotificationRequest