Home
last modified time | relevance | path

Searched refs:GetExecutorPropertyCallbackService (Results 1 – 7 of 7) sorted by relevance

/base/useriam/user_auth_framework/frameworks/native/client/inc/
Duser_auth_callback_service.h41 class GetExecutorPropertyCallbackService : public GetExecutorPropertyCallbackStub {
43 explicit GetExecutorPropertyCallbackService(const std::shared_ptr<GetPropCallback> &impl);
44 ~GetExecutorPropertyCallbackService() override = default;
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_auth_callback_service.cpp63 GetExecutorPropertyCallbackService::GetExecutorPropertyCallbackService(const std::shared_ptr<GetPro… in GetExecutorPropertyCallbackService() function in OHOS::UserIam::UserAuth::GetExecutorPropertyCallbackService
68 void GetExecutorPropertyCallbackService::OnGetExecutorPropertyResult(int32_t result, const Attribut… in OnGetExecutorPropertyResult()
Duser_auth_client_impl.cpp61 new (std::nothrow) GetExecutorPropertyCallbackService(callback); in GetProperty()
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Duser_auth_callback_service_test.cpp127 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback);
146 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback);
Duser_auth_proxy_test.cpp89 new (std::nothrow) GetExecutorPropertyCallbackService(getPropCallback);
/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
Duser_auth_client_fuzzer.cpp187 …Common::MakeShared<GetExecutorPropertyCallbackService>(Common::MakeShared<DummyGetPropCallback>());
/base/useriam/user_auth_framework/frameworks/native/client/
Duser_auth_client_map46 … OHOS::UserIam::UserAuth::GetExecutorPropertyCallbackService::OnGetExecutorPropertyResult*;