Home
last modified time | relevance | path

Searched refs:rotateAuthType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_schedule_node_impl_test.cpp166 AuthType rotateAuthType = PIN; variable
167 EXPECT_TRUE(schedule->WidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType));
182 AuthType rotateAuthType = FINGERPRINT; variable
183 EXPECT_TRUE(schedule->WidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType));
198 AuthType rotateAuthType = FACE; variable
199 EXPECT_TRUE(schedule->WidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType));
H A Dwidget_context_test.cpp415 AuthType rotateAuthType = PIN; variable
416 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType);
430 AuthType rotateAuthType = FINGERPRINT; variable
431 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType);
445 AuthType rotateAuthType = FACE; variable
446 widgetContext->AuthWidgetReload(orientation, needRotate, alreadyLoad, rotateAuthType);
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp362 AuthType &rotateAuthType) in AuthWidgetReload() argument
371 widgetRotatePara.rotateAuthType = rotateAuthType; in AuthWidgetReload()
614 if (widgetRotatePara.rotateAuthType == FACE) { in ProcessRotatePara()
617 … widgetCmdParameters.useriamCmdData.rotateAuthType = AuthType2Str(widgetRotatePara.rotateAuthType); in ProcessRotatePara()
H A Dwidget_json.cpp133 jsonCommand[JSON_WIDGET_ROTATE_AUTH_TYPE] = command.rotateAuthType; in GetJsonCmd()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_context.h78 AuthType &rotateAuthType) override;
94 AuthType rotateAuthType {0};
H A Dwidget_json.h87 std::string rotateAuthType {""};
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dwidget_schedule_node_callback.h43 AuthType &rotateAuthType) = 0;
H A Dwidget_schedule_node.h65 AuthType &rotateAuthType) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_widget_schedule_node_callback.h39 AuthType &rotateAuthType));
H A Dmock_widget_schedule_node.h37 AuthType &rotateAuthType));
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dwidget_schedule_node_impl.cpp154 AuthType &rotateAuthType) in WidgetReload() argument
160 rotateAuthType_ = rotateAuthType; in WidgetReload()
H A Dwidget_schedule_node_impl.h49 AuthType &rotateAuthType) override;