Home
last modified time | relevance | path

Searched refs:VerifyCallerPermission (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Daccess_token_helper.cpp35 bool AccessTokenHelper::VerifyCallerPermission( in VerifyCallerPermission() function in OHOS::Notification::AccessTokenHelper
86 bool result = VerifyCallerPermission(tokenCaller, permission); in CheckPermission()
H A Dadvanced_notification_service.cpp629 bool isAgentController = AccessTokenHelper::VerifyCallerPermission(tokenCaller, in PublishPreparedNotification()
H A Dadvanced_notification_publish_service.cpp187 bool isAgentController = AccessTokenHelper::VerifyCallerPermission(tokenCaller, in PublishNotificationForIndirectProxy()
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_access_token_helper.cpp20 bool AccessTokenHelper::VerifyCallerPermission( in VerifyCallerPermission() function in OHOS::Notification::AccessTokenHelper
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_access_token_helper.cpp22 bool AccessTokenHelper::VerifyCallerPermission( in VerifyCallerPermission() function in OHOS::Notification::AccessTokenHelper
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dmock_access_token_helper.cpp48 bool AccessTokenHelper::VerifyCallerPermission( in VerifyCallerPermission() function in OHOS::Notification::AccessTokenHelper
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Daccess_token_helper.h34 static bool VerifyCallerPermission(
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/access_token_helper_test/
H A Daccess_token_helper_test.cpp71 EXPECT_TRUE(stub_->VerifyCallerPermission(tokenID, permission));