Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_schedule_node_impl_test.cpp164 uint32_t needRotate = 1; in HWTEST_F() local
167 EXPECT_TRUE(schedule->WidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType)); in HWTEST_F()
180 uint32_t needRotate = 1; in HWTEST_F() local
183 EXPECT_TRUE(schedule->WidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType)); in HWTEST_F()
196 uint32_t needRotate = 1; in HWTEST_F() local
199 EXPECT_TRUE(schedule->WidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType)); in HWTEST_F()
H A Dwidget_context_test.cpp413 uint32_t needRotate = 1; in HWTEST_F() local
416 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType); in HWTEST_F()
428 uint32_t needRotate = 1; in HWTEST_F() local
431 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType); in HWTEST_F()
443 uint32_t needRotate = 1; in HWTEST_F() local
446 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType); in HWTEST_F()
/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 alreadyLoad,
H A Dmock_widget_schedule_node.h36 MOCK_METHOD4(WidgetReload, bool(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,
/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,
/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp276 widgetRotatePara.needRotate = 0; in LaunchWidget()
350 bool WidgetContext::AuthWidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad, in AuthWidgetReload() argument
358 widgetRotatePara.needRotate = needRotate; in AuthWidgetReload()
377 IAM_LOGI("check rotate, needRotate: %{public}u, orientation: %{public}u, orientation_: %{public}u", in isValidRotate()
378 widgetRotatePara.needRotate, widgetRotatePara.orientation, widgetRotateOrientation_); in isValidRotate()
379 if (widgetRotatePara.needRotate) { in isValidRotate()
610 IAM_LOGI("needRotate: %{public}u, orientation: %{public}u", widgetRotatePara.needRotate, in ProcessRotatePara()
613 if (widgetRotatePara.needRotate) { in ProcessRotatePara()
[all...]
H A Dwidget_json.cpp51 const std::string JSON_NEED_ROTATE = "needRotate";
251 {JSON_NEED_ROTATE, notice.needRotate}, in to_json()
277 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()
/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_context.h75 bool AuthWidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,
90 uint32_t needRotate {0};
H A Dwidget_json.h46 uint32_t needRotate {0};
/base/useriam/user_auth_framework/services/core/src/
H A Dwidget_schedule_node_impl.h48 bool WidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,
H A Dwidget_schedule_node_impl.cpp153 bool WidgetScheduleNodeImpl::WidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad, in WidgetReload() argument
158 needRotate_ = needRotate; in WidgetReload()

Completed in 6 milliseconds