/base/security/access_token/frameworks/privacy/include/ |
H A D | i_privacy_manager.h | 61 virtual int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) = 0;
|
/base/security/access_token/interfaces/inner_api/privacy/include/ |
H A D | privacy_kit.h | 200 static int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed);
|
/base/security/access_token/frameworks/inner_api/privacy/src/ |
H A D | privacy_manager_client.h | 68 int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed);
|
H A D | privacy_manager_proxy.h | 56 int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) override;
|
H A D | privacy_kit.cpp | 234 int32_t PrivacyKit::SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) in SetHapWithFGReminder() function in OHOS::Security::AccessToken::PrivacyKit 239 return PrivacyManagerClient::GetInstance().SetHapWithFGReminder(tokenId, isAllowed); in SetHapWithFGReminder()
|
H A D | privacy_manager_client.cpp | 373 int32_t PrivacyManagerClient::SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) in SetHapWithFGReminder() function in OHOS::Security::AccessToken::PrivacyManagerClient 380 return proxy->SetHapWithFGReminder(tokenId, isAllowed); in SetHapWithFGReminder()
|
H A D | privacy_manager_proxy.cpp | 498 int32_t PrivacyManagerProxy::SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) in SetHapWithFGReminder() function in OHOS::Security::AccessToken::PrivacyManagerProxy
|
/base/security/access_token/services/privacymanager/include/service/ |
H A D | privacy_manager_service.h | 67 int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) override;
|
/base/security/access_token/services/privacymanager/src/service/ |
H A D | privacy_manager_service.cpp | 293 int32_t PrivacyManagerService::SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) in SetHapWithFGReminder() function in OHOS::Security::AccessToken::PrivacyManagerService 296 return PermissionRecordManager::GetInstance().SetHapWithFGReminder(tokenId, isAllowed); in SetHapWithFGReminder()
|
H A D | privacy_manager_stub.cpp | 476 int32_t result = this->SetHapWithFGReminder(tokenId, isAllowed); in SetHapWithFGReminderInner()
|
/base/security/access_token/services/privacymanager/include/record/ |
H A D | permission_record_manager.h | 95 int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed);
|
/base/security/access_token/frameworks/inner_api/privacy/test/unittest/src/ |
H A D | privacy_kit_test.cpp | 2495 * @tc.desc: SetHapWithFGReminder with valid tokenId. 2516 int32_t ret = PrivacyKit::SetHapWithFGReminder(g_tokenIdE, true); in HWTEST_F() 2519 ret = PrivacyKit::SetHapWithFGReminder(g_tokenIdE, false); in HWTEST_F() 2529 * @tc.desc: SetHapWithFGReminder with valid tokenId. 2547 int32_t ret = PrivacyKit::SetHapWithFGReminder(g_tokenIdE, true); in HWTEST_F() 2549 ret = PrivacyKit::SetHapWithFGReminder(g_tokenIdE, true); in HWTEST_F() 2551 ret = PrivacyKit::SetHapWithFGReminder(g_tokenIdE, false); in HWTEST_F() 2553 ret = PrivacyKit::SetHapWithFGReminder(g_tokenIdE, false); in HWTEST_F() 2562 * @tc.desc: SetHapWithFGReminder with native tokenId. 2581 int32_t ret = PrivacyKit::SetHapWithFGReminder(nativeTokenI in HWTEST_F() [all...] |
/base/security/access_token/services/privacymanager/test/unittest/ |
H A D | privacy_manager_service_test.cpp | 333 int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) in SetHapWithFGReminder() function in OHOS::Security::AccessToken::TestPrivacyManagerStub
|
/base/security/access_token/services/privacymanager/src/record/ |
H A D | permission_record_manager.cpp | 1310 int32_t PermissionRecordManager::SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) in SetHapWithFGReminder() function in OHOS::Security::AccessToken::PermissionRecordManager
|