Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
H A Dsetprogressbar_fuzzer.cpp30 request.SetIsAgentNotification(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp104 notificationRequest.SetIsAgentNotification(true); in PublishNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dpublish.cpp405 params.request.SetIsAgentNotification(true); in ParsePublishAsBundleParameters()
449 params.request.SetIsAgentNotification(true); in ParsePublishAsBundleParameters()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp99 notificationRequest.SetIsAgentNotification(isAgentTrue); in HWTEST_F()
103 notificationRequest.SetIsAgentNotification(isAgentFalse); in HWTEST_F()
974 notificationRequest.SetIsAgentNotification(true); in HWTEST_F()
H A Dnotification_test.cpp237 request->SetIsAgentNotification(true);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp157 req->SetIsAgentNotification(true);
176 req->SetIsAgentNotification(true);
H A Dadvanced_notification_publish_service_test.cpp1092 request->SetIsAgentNotification(true);
H A Dadvanced_notification_service_test.cpp1225 req->SetIsAgentNotification(true);
2241 notificationRequest.SetIsAgentNotification(isAgentTrue);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h409 void SetIsAgentNotification(bool isAgent);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp408 req->SetIsAgentNotification(isAgentTrue);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1093 req->SetIsAgentNotification(true);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp230 void NotificationRequest::SetIsAgentNotification(bool isAgent) in SetIsAgentNotification() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp332 notificationRequest->SetIsAgentNotification(true); in SetAgentNotification()