Searched refs:El5FilekeyManagerService (Results 1 – 10 of 10) sorted by relevance
53 El5FilekeyManagerService::El5FilekeyManagerService() in El5FilekeyManagerService() function in OHOS::Security::AccessToken::El5FilekeyManagerService59 El5FilekeyManagerService::~El5FilekeyManagerService() in ~El5FilekeyManagerService()68 int32_t El5FilekeyManagerService::Init() in Init()122 void El5FilekeyManagerService::PostDelayedUnloadTask(uint32_t delayedTime) in PostDelayedUnloadTask()143 void El5FilekeyManagerService::CancelDelayedUnloadTask() in CancelDelayedUnloadTask()150 int32_t El5FilekeyManagerService::AcquireAccess(DataLockType type) in AcquireAccess()168 int32_t El5FilekeyManagerService::ReleaseAccess(DataLockType type) in ReleaseAccess()246 int32_t El5FilekeyManagerService::ChangeUserAppkeysLoadInfo(int32_t userId, in ChangeUserAppkeysLoadInfo()268 int32_t El5FilekeyManagerService::SetFilePathPolicy() in SetFilePathPolicy()303 bool El5FilekeyManagerService::IsSystemApp() in IsSystemApp()[all …]
41 …DelayedSingleton<El5FilekeyManagerService>::GetInstance()->PostDelayedUnloadTask(SCREEN_ON_DELAY_T… in OnReceiveEvent()44 DelayedSingleton<El5FilekeyManagerService>::GetInstance()->CancelDelayedUnloadTask(); in OnReceiveEvent()
49 service_ = DelayedSingleton<El5FilekeyManagerService>::GetInstance(); in OnStart()
37 class El5FilekeyManagerService : public El5FilekeyManagerStub {39 El5FilekeyManagerService();40 virtual ~El5FilekeyManagerService();77 DISALLOW_COPY_AND_MOVE(El5FilekeyManagerService);
48 std::shared_ptr<El5FilekeyManagerService> service_;
39 std::shared_ptr<El5FilekeyManagerService> el5FilekeyManagerService_;
35 el5FilekeyManagerService_ = DelayedSingleton<El5FilekeyManagerService>::GetInstance(); in SetUp()
36 el5FilekeyManagerStub_ = DelayedSingleton<El5FilekeyManagerService>::GetInstance(); in SetUp()
36 el5FilekeyManagerService_ = DelayedSingleton<El5FilekeyManagerService>::GetInstance(); in SetUp()