Home
last modified time | relevance | path

Searched refs:OnGetExecutorPropertyResult (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_service_test_part01.cpp51 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 Duser_auth_stub_test.cpp178 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 Duser_auth_service_test.cpp271 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 Duser_auth_callback_interface.h41 virtual void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_callback_service_test.cpp129 service->OnGetExecutorPropertyResult(testResult, testAttr);
148 service->OnGetExecutorPropertyResult(testResult, testAttr);
H A Duser_auth_callback_proxy_test.cpp103 proxy->OnGetExecutorPropertyResult(result, attributes);
H A Duser_auth_callback_stub_test.cpp106 EXPECT_CALL(*service, OnGetExecutorPropertyResult(_, _)).Times(1);
H A Duser_auth_client_test.cpp167 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 Dmock_user_auth_callback_service.h35 MOCK_METHOD2(OnGetExecutorPropertyResult, void(int32_t result, const Attributes &attributes));
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_user_auth_callback.h38 MOCK_METHOD2(OnGetExecutorPropertyResult, void(int32_t result, const Attributes &attributes));
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp300 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 Duser_auth_callback_service.h47 void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) override;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_auth_callback_proxy.h47 void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) override;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_proxy.cpp114 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 Duser_auth_callback_stub.cpp123 OnGetExecutorPropertyResult(result, attr); in OnGetExecutorPropertyResultStub()
H A Duser_auth_callback_proxy.cpp103 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 Duser_auth_callback_service.cpp124 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 Duser_auth_client_fuzzer.cpp342 g_GetPropCallbackService->OnGetExecutorPropertyResult(result, extraInfo); in FuzzGetPropCallbackServiceOnPropResult()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp78 void OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) override in OnGetExecutorPropertyResult() function in OHOS::UserIam::UserAuth::__anon4646d0080110::DummyGetExecutorPropertyCallback