/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | widget_schedule_node_impl_test.cpp | 164 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 D | widget_context_test.cpp | 413 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 D | widget_context.cpp | 287 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 D | widget_json.cpp | 235 {JSON_NEED_ROTATE, notice.needRotate}, in to_json() 261 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()
|
/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, 92 uint32_t needRotate {0};
|
H A D | widget_json.h | 46 uint32_t needRotate {0};
|
/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,
|
H A D | widget_schedule_node.h | 64 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 D | mock_widget_schedule_node_callback.h | 38 …MOCK_METHOD4(AuthWidgetReload, bool(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoa…
|
H A D | mock_widget_schedule_node.h | 36 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 D | widget_schedule_node_impl.cpp | 153 bool WidgetScheduleNodeImpl::WidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alrea… in WidgetReload() argument 158 needRotate_ = needRotate; in WidgetReload()
|
H A D | widget_schedule_node_impl.h | 48 bool WidgetReload(uint32_t orientation, uint32_t needRotate, uint32_t alreadyLoad,
|