Home
last modified time | relevance | path

Searched refs:isAgentController (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp629 bool isAgentController = AccessTokenHelper::VerifyCallerPermission(tokenCaller, in PublishPreparedNotification() local
678 result = AddRecordToMemory(record, isSystemApp, isUpdateByOwner, isAgentController); in PublishPreparedNotification()
916 const bool isAgentController) in ChangeNotificationByControlFlags() argument
929 if (!isAgentController) { in ChangeNotificationByControlFlags()
2208 const bool isAgentController) in AddRecordToMemory() argument
2223 ChangeNotificationByControlFlags(record, isAgentController); in AddRecordToMemory()
H A Dadvanced_notification_publish_service.cpp187 bool isAgentController = AccessTokenHelper::VerifyCallerPermission(tokenCaller, in PublishNotificationForIndirectProxy() local
226 ChangeNotificationByControlFlags(record, isAgentController); in PublishNotificationForIndirectProxy()
2351 …bool isAgentController = AccessTokenHelper::CheckPermission(OHOS_PERMISSION_NOTIFICATION_AGENT_CON… in PublishNotificationBySa() local
2425 ChangeNotificationByControlFlags(record, isAgentController); in PublishNotificationBySa()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1220 const bool isAgentController);
1397 bool isSystemApp, bool isUpdateByOwner, const bool isAgentController);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp3424 bool isAgentController = true; variable
3426 advancedNotificationService_->ChangeNotificationByControlFlags(record, isAgentController);