Searched refs:HandleUserCommonEvent (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/access_token/services/el5filekeymanager/test/src/ |
H A D | el5_filekey_manager_service_mock_unittest.cpp | 93 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 D | el5_filekey_manager_service_ability.cpp | 63 service_->HandleUserCommonEvent(reasonName, userId); in OnStart()
|
H A D | el5_filekey_manager_service.cpp | 381 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 D | el5_filekey_service_ext_interface.h | 36 virtual int32_t HandleUserCommonEvent(const std::string &eventName, int32_t userId) = 0;
|
/ohos5.0/base/security/access_token/services/el5filekeymanager/include/ |
H A D | el5_filekey_manager_service.h | 55 int32_t HandleUserCommonEvent(const std::string &eventName, int32_t userId);
|