Home
last modified time | relevance | path

Searched refs:needRotate (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_schedule_node_impl_test.cpp164 uint32_t needRotate = 1; variable
167 EXPECT_TRUE(schedule->WidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType));
180 uint32_t needRotate = 1; variable
183 EXPECT_TRUE(schedule->WidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType));
196 uint32_t needRotate = 1; variable
199 EXPECT_TRUE(schedule->WidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType));
H A Dwidget_context_test.cpp413 uint32_t needRotate = 1; variable
416 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType);
428 uint32_t needRotate = 1; variable
431 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType);
443 uint32_t needRotate = 1; variable
446 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType);
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp287 widgetRotatePara.needRotate = 0; in LaunchWidget()
361 bool WidgetContext::AuthWidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoa… in AuthWidgetReload() argument
369 widgetRotatePara.needRotate = needRotate; in AuthWidgetReload()
389 widgetRotatePara.needRotate, widgetRotatePara.orientation, widgetRotateOrientation_); in isValidRotate()
390 if (widgetRotatePara.needRotate) { in isValidRotate()
619 IAM_LOGI("needRotate: %{public}u, orientation: %{public}u", widgetRotatePara.needRotate, in ProcessRotatePara()
622 if (widgetRotatePara.needRotate) { in ProcessRotatePara()
H A Dwidget_json.cpp235 {JSON_NEED_ROTATE, notice.needRotate}, in to_json()
261 jsonNotice.at(JSON_NEED_ROTATE).get_to(notice.needRotate); in from_json()
H A Dwidget_client.cpp113 …schedule_->WidgetReload(notice.orientation, notice.needRotate, notice.alreadyLoad, authTypeList[0]… in ProcessNotice()
/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,
92 uint32_t needRotate {0};
H A Dwidget_json.h46 uint32_t needRotate {0};
/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,
H A Dwidget_schedule_node.h64 virtual bool WidgetReload(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…
H A Dmock_widget_schedule_node.h36 MOCK_METHOD4(WidgetReload, bool(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.cpp153 bool WidgetScheduleNodeImpl::WidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alrea… in WidgetReload() argument
158 needRotate_ = needRotate; in WidgetReload()
H A Dwidget_schedule_node_impl.h48 bool WidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,