Home
last modified time | relevance | path

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

/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_manager_kit.cpp38 int32_t El5FilekeyManagerKit::DeleteAppKey(const std::string& bundleName, int32_t userId) in DeleteAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerKit
40 return El5FilekeyManagerClient::GetInstance().DeleteAppKey(bundleName, userId); in DeleteAppKey()
H A Del5_filekey_manager_proxy.h34 int32_t DeleteAppKey(const std::string& bundleName, int32_t userId) override;
H A Del5_filekey_manager_client.cpp69 int32_t El5FilekeyManagerClient::DeleteAppKey(const std::string &bundleName, int32_t userId) in DeleteAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerClient
72 return proxy->DeleteAppKey(bundleName, userId); in DeleteAppKey()
H A Del5_filekey_manager_proxy.cpp124 int32_t El5FilekeyManagerProxy::DeleteAppKey(const std::string& bundleName, int32_t userId) in DeleteAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerProxy
/base/security/access_token/interfaces/innerkits/el5filekeymanager/include/
H A Del5_filekey_manager_kit.h61 static int32_t DeleteAppKey(const std::string& bundleName, int32_t userId);
H A Del5_filekey_manager_client.h34 int32_t DeleteAppKey(const std::string &bundleName, int32_t userId);
/base/security/access_token/frameworks/el5filekeymanager/include/
H A Del5_filekey_manager_interface.h37 virtual int32_t DeleteAppKey(const std::string& bundleName, int32_t userId) = 0;
H A Del5_filekey_service_ext_interface.h31 virtual int32_t DeleteAppKey(const std::string& bundleName, int32_t userId) = 0;
/base/security/access_token/services/el5filekeymanager/include/
H A Del5_filekey_manager_service.h47 int32_t DeleteAppKey(const std::string& bundleName, int32_t userId) override;
/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/
H A Del5_filekey_manager_kit_unittest.cpp123 ASSERT_EQ(El5FilekeyManagerKit::DeleteAppKey(bundleName, userId), EFM_ERR_NO_PERMISSION); in HWTEST_F()
/base/security/access_token/services/el5filekeymanager/test/src/
H A Del5_filekey_manager_service_mock_unittest.cpp70 int32_t DeleteAppKey(const std::string& bundleName, int32_t userId) in DeleteAppKey() function in TestEl5FilekeyServiceExt
235 ASSERT_EQ(el5FilekeyManagerService_->DeleteAppKey(bundleName, userId), EFM_SUCCESS); in HWTEST_F()
253 ASSERT_EQ(el5FilekeyManagerService_->DeleteAppKey(bundleName, userId), EFM_SUCCESS); in HWTEST_F()
H A Del5_filekey_manager_service_unittest.cpp137 ASSERT_EQ(el5FilekeyManagerService_->DeleteAppKey(bundleName, userId), EFM_ERR_NO_PERMISSION); in HWTEST_F()
/base/security/access_token/services/el5filekeymanager/src/
H A Del5_filekey_manager_service.cpp203 int32_t El5FilekeyManagerService::DeleteAppKey(const std::string& bundleName, int32_t userId) in DeleteAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerService
221 return service_->DeleteAppKey(bundleName, userId); in DeleteAppKey()
H A Del5_filekey_manager_stub.cpp102 reply.WriteInt32(this->DeleteAppKey(bundleName, userId)); in DeleteAppKeyInner()

Completed in 5 milliseconds