Searched refs:AuthWidgetReload (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | widget_schedule_node_callback.h | 42 virtual bool AuthWidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_widget_schedule_node_callback.h | 38 …MOCK_METHOD4(AuthWidgetReload, bool(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoa…
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | widget_context_test.cpp | 416 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType); 431 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType); 446 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType);
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | widget_context.h | 77 bool AuthWidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | widget_schedule_node_impl.cpp | 248 if (!callback->AuthWidgetReload(orientation_, needRotate_, alreadyLoad_, rotateAuthType_)) { in OnWidgetReload()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | widget_context.cpp | 361 bool WidgetContext::AuthWidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoa… in AuthWidgetReload() function in OHOS::UserIam::UserAuth::WidgetContext
|