Home
last modified time | relevance | path

Searched refs:SCREENLOCK_API (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_app_manager.h39 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 Dscreenlock_callback_stub.h29 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 Dscreenlock_system_ability_stub.h30 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 Dscreenlock_manager.h33 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 Dvisibility.h19 #ifndef SCREENLOCK_API
20 #define SCREENLOCK_API __attribute__ ((visibility ("default"))) macro
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h34 SCREENLOCK_API static sptr<StrongAuthManger> GetInstance();
H A Dscreenlock_system_ability.h146 SCREENLOCK_API static sptr<ScreenLockSystemAbility> GetInstance();