Home
last modified time | relevance | path

Searched refs:SetHapWithFGReminder (Results 1 - 14 of 14) sorted by relevance

/base/security/access_token/frameworks/privacy/include/
H A Di_privacy_manager.h61 virtual int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) = 0;
/base/security/access_token/interfaces/inner_api/privacy/include/
H A Dprivacy_kit.h200 static int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed);
/base/security/access_token/frameworks/inner_api/privacy/src/
H A Dprivacy_manager_client.h68 int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed);
H A Dprivacy_manager_proxy.h56 int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) override;
H A Dprivacy_kit.cpp234 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 Dprivacy_manager_client.cpp373 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 Dprivacy_manager_proxy.cpp498 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 Dprivacy_manager_service.h67 int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) override;
/base/security/access_token/services/privacymanager/src/service/
H A Dprivacy_manager_service.cpp293 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 Dprivacy_manager_stub.cpp476 int32_t result = this->SetHapWithFGReminder(tokenId, isAllowed); in SetHapWithFGReminderInner()
/base/security/access_token/services/privacymanager/include/record/
H A Dpermission_record_manager.h95 int32_t SetHapWithFGReminder(uint32_t tokenId, bool isAllowed);
/base/security/access_token/frameworks/inner_api/privacy/test/unittest/src/
H A Dprivacy_kit_test.cpp2495 * @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 Dprivacy_manager_service_test.cpp333 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 Dpermission_record_manager.cpp1310 int32_t PermissionRecordManager::SetHapWithFGReminder(uint32_t tokenId, bool isAllowed) in SetHapWithFGReminder() function in OHOS::Security::AccessToken::PermissionRecordManager

Completed in 14 milliseconds