/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/ |
H A D | el5_filekey_manager_kit.cpp | 38 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 D | el5_filekey_manager_proxy.h | 34 int32_t DeleteAppKey(const std::string& bundleName, int32_t userId) override;
|
H A D | el5_filekey_manager_client.cpp | 69 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 D | el5_filekey_manager_proxy.cpp | 124 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 D | el5_filekey_manager_kit.h | 61 static int32_t DeleteAppKey(const std::string& bundleName, int32_t userId);
|
H A D | el5_filekey_manager_client.h | 34 int32_t DeleteAppKey(const std::string &bundleName, int32_t userId);
|
/base/security/access_token/frameworks/el5filekeymanager/include/ |
H A D | el5_filekey_manager_interface.h | 37 virtual int32_t DeleteAppKey(const std::string& bundleName, int32_t userId) = 0;
|
H A D | el5_filekey_service_ext_interface.h | 31 virtual int32_t DeleteAppKey(const std::string& bundleName, int32_t userId) = 0;
|
/base/security/access_token/services/el5filekeymanager/include/ |
H A D | el5_filekey_manager_service.h | 47 int32_t DeleteAppKey(const std::string& bundleName, int32_t userId) override;
|
/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/ |
H A D | el5_filekey_manager_kit_unittest.cpp | 123 ASSERT_EQ(El5FilekeyManagerKit::DeleteAppKey(bundleName, userId), EFM_ERR_NO_PERMISSION); in HWTEST_F()
|
/base/security/access_token/services/el5filekeymanager/test/src/ |
H A D | el5_filekey_manager_service_mock_unittest.cpp | 70 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 D | el5_filekey_manager_service_unittest.cpp | 137 ASSERT_EQ(el5FilekeyManagerService_->DeleteAppKey(bundleName, userId), EFM_ERR_NO_PERMISSION); in HWTEST_F()
|
/base/security/access_token/services/el5filekeymanager/src/ |
H A D | el5_filekey_manager_service.cpp | 203 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 D | el5_filekey_manager_stub.cpp | 102 reply.WriteInt32(this->DeleteAppKey(bundleName, userId)); in DeleteAppKeyInner()
|