Home
last modified time | relevance | path

Searched refs:HandleUserCommonEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/access_token/services/el5filekeymanager/test/src/
H A Del5_filekey_manager_service_mock_unittest.cpp93 int32_t HandleUserCommonEvent(const std::string &eventName, int32_t userId) in HandleUserCommonEvent() function in TestEl5FilekeyServiceExt
488 ASSERT_EQ(el5FilekeyManagerService_->HandleUserCommonEvent(eventName, userId), EFM_SUCCESS);
502 ASSERT_EQ(el5FilekeyManagerService_->HandleUserCommonEvent(eventName, userId), EFM_SUCCESS);
/ohos5.0/base/security/access_token/services/el5filekeymanager/src/
H A Del5_filekey_manager_service_ability.cpp63 service_->HandleUserCommonEvent(reasonName, userId); in OnStart()
H A Del5_filekey_manager_service.cpp381 int32_t El5FilekeyManagerService::HandleUserCommonEvent(const std::string &eventName, int32_t userI… in HandleUserCommonEvent() function in OHOS::Security::AccessToken::El5FilekeyManagerService
389 return service_->HandleUserCommonEvent(eventName, userId); in HandleUserCommonEvent()
/ohos5.0/base/security/access_token/frameworks/el5filekeymanager/include/
H A Del5_filekey_service_ext_interface.h36 virtual int32_t HandleUserCommonEvent(const std::string &eventName, int32_t userId) = 0;
/ohos5.0/base/security/access_token/services/el5filekeymanager/include/
H A Del5_filekey_manager_service.h55 int32_t HandleUserCommonEvent(const std::string &eventName, int32_t userId);