/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_auth_service_test_part01.cpp | 51 EXPECT_CALL(*testCallback, OnGetExecutorPropertyResult(_, _)).Times(2); 96 EXPECT_CALL(*testCallback, OnGetExecutorPropertyResult(_, _)).Times(2); 133 EXPECT_CALL(*testCallback, OnGetExecutorPropertyResult(_, _)).Times(1); 178 EXPECT_CALL(*testCallback, OnGetExecutorPropertyResult(_, _)).Times(1); 223 EXPECT_CALL(*testCallback, OnGetExecutorPropertyResult(_, _)).Times(1); 272 EXPECT_CALL(*testCallback, OnGetExecutorPropertyResult(_, _)).Times(1);
|
H A D | user_auth_stub_test.cpp | 178 callback->OnGetExecutorPropertyResult(SUCCESS, attr); in __anon5dedf9810302() 182 EXPECT_CALL(*callback, OnGetExecutorPropertyResult(_, _)).Times(1); 611 callback->OnGetExecutorPropertyResult(SUCCESS, attr); in __anon5dedf9810c02() 615 EXPECT_CALL(*callback, OnGetExecutorPropertyResult(_, _)).Times(1);
|
H A D | user_auth_service_test.cpp | 271 EXPECT_CALL(*testCallback, OnGetExecutorPropertyResult(_, _)).Times(2); 317 EXPECT_CALL(*testCallback, OnGetExecutorPropertyResult(_, _)).Times(2);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
H A D | user_auth_callback_interface.h | 41 virtual void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | user_auth_callback_service_test.cpp | 129 service->OnGetExecutorPropertyResult(testResult, testAttr); 148 service->OnGetExecutorPropertyResult(testResult, testAttr);
|
H A D | user_auth_callback_proxy_test.cpp | 103 proxy->OnGetExecutorPropertyResult(result, attributes);
|
H A D | user_auth_callback_stub_test.cpp | 106 EXPECT_CALL(*service, OnGetExecutorPropertyResult(_, _)).Times(1);
|
H A D | user_auth_client_test.cpp | 167 callback->OnGetExecutorPropertyResult(SUCCESS, extraInfo); in __anon4aad99530302() 843 callback->OnGetExecutorPropertyResult(SUCCESS, extraInfo); in __anon4aad99531302()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
H A D | mock_user_auth_callback_service.h | 35 MOCK_METHOD2(OnGetExecutorPropertyResult, void(int32_t result, const Attributes &attributes));
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_user_auth_callback.h | 38 MOCK_METHOD2(OnGetExecutorPropertyResult, void(int32_t result, const Attributes &attributes));
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 300 callback->OnGetExecutorPropertyResult(GENERAL_ERROR, values); in GetPropertyInner() 317 callback->OnGetExecutorPropertyResult(result, values); in GetPropertyInner() 330 callback->OnGetExecutorPropertyResult(CHECK_PERMISSION_FAILED, values); in GetProperty() 340 callback->OnGetExecutorPropertyResult(GENERAL_ERROR, values); in GetProperty() 345 callback->OnGetExecutorPropertyResult(NOT_ENROLLED, values); in GetProperty() 363 callback->OnGetExecutorPropertyResult(CHECK_PERMISSION_FAILED, values); in GetPropertyById() 372 callback->OnGetExecutorPropertyResult(ret, values); in GetPropertyById() 377 callback->OnGetExecutorPropertyResult(GENERAL_ERROR, values); in GetPropertyById()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/ |
H A D | user_auth_callback_service.h | 47 void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) override;
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
H A D | user_auth_callback_proxy.h | 47 void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) override;
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | user_auth_proxy.cpp | 114 callback->OnGetExecutorPropertyResult(INVALID_PARAMETERS, attr); in GetProperty() 149 callback->OnGetExecutorPropertyResult(GENERAL_ERROR, attr); in GetProperty() 166 callback->OnGetExecutorPropertyResult(INVALID_PARAMETERS, attr); in GetPropertyById() 197 callback->OnGetExecutorPropertyResult(GENERAL_ERROR, attr); in GetPropertyById()
|
H A D | user_auth_callback_stub.cpp | 123 OnGetExecutorPropertyResult(result, attr); in OnGetExecutorPropertyResultStub()
|
H A D | user_auth_callback_proxy.cpp | 103 void GetExecutorPropertyCallbackProxy::OnGetExecutorPropertyResult(int32_t result, const Attributes… in OnGetExecutorPropertyResult() function in OHOS::UserIam::UserAuth::GetExecutorPropertyCallbackProxy
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_auth_callback_service.cpp | 124 void GetExecutorPropertyCallbackService::OnGetExecutorPropertyResult(int32_t result, const Attribut… in OnGetExecutorPropertyResult() function in OHOS::UserIam::UserAuth::GetExecutorPropertyCallbackService
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/ |
H A D | user_auth_client_fuzzer.cpp | 342 g_GetPropCallbackService->OnGetExecutorPropertyResult(result, extraInfo); in FuzzGetPropCallbackServiceOnPropResult()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/ |
H A D | user_auth_service_fuzzer.cpp | 78 void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) override in OnGetExecutorPropertyResult() function in OHOS::UserIam::UserAuth::__anon4646d0080110::DummyGetExecutorPropertyCallback
|