Home
last modified time | relevance | path

Searched refs:AuthWidgetReload (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dwidget_schedule_node_callback.h42 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 Dmock_widget_schedule_node_callback.h38 …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 Dwidget_context_test.cpp416 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 Dwidget_context.h77 bool AuthWidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dwidget_schedule_node_impl.cpp248 if (!callback->AuthWidgetReload(orientation_, needRotate_, alreadyLoad_, rotateAuthType_)) { in OnWidgetReload()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp361 bool WidgetContext::AuthWidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoa… in AuthWidgetReload() function in OHOS::UserIam::UserAuth::WidgetContext