Searched refs:rotateAuthType (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | widget_schedule_node_impl_test.cpp | 166 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 D | widget_context_test.cpp | 415 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 D | widget_context.cpp | 362 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 D | widget_json.cpp | 133 jsonCommand[JSON_WIDGET_ROTATE_AUTH_TYPE] = command.rotateAuthType; in GetJsonCmd()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | widget_context.h | 78 AuthType &rotateAuthType) override; 94 AuthType rotateAuthType {0};
|
H A D | widget_json.h | 87 std::string rotateAuthType {""};
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | widget_schedule_node_callback.h | 43 AuthType &rotateAuthType) = 0;
|
H A D | widget_schedule_node.h | 65 AuthType &rotateAuthType) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_widget_schedule_node_callback.h | 39 AuthType &rotateAuthType));
|
H A D | mock_widget_schedule_node.h | 37 AuthType &rotateAuthType));
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | widget_schedule_node_impl.cpp | 154 AuthType &rotateAuthType) in WidgetReload() argument 160 rotateAuthType_ = rotateAuthType; in WidgetReload()
|
H A D | widget_schedule_node_impl.h | 49 AuthType &rotateAuthType) override;
|