/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | widget_schedule_node_impl_test.cpp | 164 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 D | widget_context_test.cpp | 413 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 D | mock_widget_schedule_node_callback.h | 38 MOCK_METHOD4(AuthWidgetReload, bool(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,
|
H A D | mock_widget_schedule_node.h | 36 MOCK_METHOD4(WidgetReload, bool(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,
|
/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,
|
H A D | widget_schedule_node.h | 64 virtual bool WidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | widget_context.cpp | 276 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 D | widget_json.cpp | 51 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 D | widget_client.cpp | 113 schedule_->WidgetReload(notice.orientation, notice.needRotate, notice.alreadyLoad, authTypeList[0]); in ProcessNotice()
|
/base/useriam/user_auth_framework/services/context/inc/ |
H A D | widget_context.h | 75 bool AuthWidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad, 90 uint32_t needRotate {0};
|
H A D | widget_json.h | 46 uint32_t needRotate {0};
|
/base/useriam/user_auth_framework/services/core/src/ |
H A D | widget_schedule_node_impl.h | 48 bool WidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,
|
H A D | widget_schedule_node_impl.cpp | 153 bool WidgetScheduleNodeImpl::WidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad, in WidgetReload() argument 158 needRotate_ = needRotate; in WidgetReload()
|