Searched refs:isAgentController (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 623 bool isAgentController = AccessTokenHelper::VerifyCallerPermission(tokenCaller, in PublishPreparedNotification() local 668 result = AddRecordToMemory(record, isSystemApp, isUpdateByOwner, isAgentController); in PublishPreparedNotification() 909 const bool isAgentController) in ChangeNotificationByControlFlags() 922 if (!isAgentController) { in ChangeNotificationByControlFlags() 2292 const bool isAgentController) in AddRecordToMemory() 2307 ChangeNotificationByControlFlags(record, isAgentController); in AddRecordToMemory() 908 ChangeNotificationByControlFlags(const std::shared_ptr<NotificationRecord> &record, const bool isAgentController) ChangeNotificationByControlFlags() argument 2290 AddRecordToMemory( const std::shared_ptr<NotificationRecord> &record, bool isSystemApp, bool isUpdateByOwner, const bool isAgentController) AddRecordToMemory() argument
|
H A D | advanced_notification_publish_service.cpp | 188 bool isAgentController = AccessTokenHelper::VerifyCallerPermission(tokenCaller, in PublishNotificationForIndirectProxy() local 225 ChangeNotificationByControlFlags(record, isAgentController); in PublishNotificationForIndirectProxy() 2152 bool isAgentController = AccessTokenHelper::VerifyCallerPermission(tokenCaller, in PublishNotificationBySa() local 2227 ChangeNotificationByControlFlags(record, isAgentController); in PublishNotificationBySa()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1210 const bool isAgentController); 1383 bool isSystemApp, bool isUpdateByOwner, const bool isAgentController);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 3427 bool isAgentController = true; in HWTEST_F() local 3429 advancedNotificationService_->ChangeNotificationByControlFlags(record, isAgentController); in HWTEST_F()
|
Completed in 21 milliseconds