Searched refs:SCREENLOCK_API (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/include/ |
H A D | screenlock_app_manager.h | 39 SCREENLOCK_API ScreenLockAppManager(); 40 SCREENLOCK_API ~ScreenLockAppManager() override; 41 SCREENLOCK_API static sptr<ScreenLockAppManager> GetInstance(); 43 SCREENLOCK_API int32_t SendScreenLockEvent(const std::string &event, int param); 44 SCREENLOCK_API int32_t IsScreenLockDisabled(int userId, bool &isDisabled); 45 SCREENLOCK_API int32_t SetScreenLockDisabled(bool disable, int userId); 47 SCREENLOCK_API int32_t GetScreenLockAuthState(int userId, int32_t &authState); 48 SCREENLOCK_API int32_t RequestStrongAuth(int reasonFlag, int32_t userId); 49 SCREENLOCK_API int32_t GetStrongAuth(int userId, int32_t &reasonFlag); 50 SCREENLOCK_API void OnRemoteSaDied(const wptr<IRemoteObject> &object); [all …]
|
H A D | screenlock_callback_stub.h | 29 SCREENLOCK_API ScreenLockCallbackStub() = default; 30 SCREENLOCK_API ~ScreenLockCallbackStub() override; 31 SCREENLOCK_API void OnCallBack(int32_t screenLockResult) override; 32 SCREENLOCK_API int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply,
|
H A D | screenlock_system_ability_stub.h | 30 SCREENLOCK_API ScreenLockSystemAbilityStub() = default; 31 SCREENLOCK_API ~ScreenLockSystemAbilityStub() override; 32 SCREENLOCK_API void OnCallBack(const SystemEvent &systemEvent) override; 33 SCREENLOCK_API int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply,
|
/ohos5.0/base/theme/screenlock_mgr/interfaces/inner_api/include/ |
H A D | screenlock_manager.h | 33 SCREENLOCK_API static sptr<ScreenLockManager> GetInstance(); 40 SCREENLOCK_API int32_t Lock(int32_t userId); 48 SCREENLOCK_API int32_t IsLocked(bool &isLocked); 50 SCREENLOCK_API bool IsScreenLocked(); 51 SCREENLOCK_API bool GetSecure(); 52 SCREENLOCK_API int32_t Unlock(Action action, const sptr<ScreenLockCallbackInterface> &listener); 53 SCREENLOCK_API int32_t RequestStrongAuth(int reasonFlag, int32_t userId);
|
H A D | visibility.h | 19 #ifndef SCREENLOCK_API 20 #define SCREENLOCK_API __attribute__ ((visibility ("default"))) macro
|
/ohos5.0/base/theme/screenlock_mgr/services/include/ |
H A D | strongauthmanager.h | 34 SCREENLOCK_API static sptr<StrongAuthManger> GetInstance();
|
H A D | screenlock_system_ability.h | 146 SCREENLOCK_API static sptr<ScreenLockSystemAbility> GetInstance();
|