Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_callback_service.cpp106 GetExecutorPropertyCallbackService::GetExecutorPropertyCallbackService(const std::shared_ptr<GetPro… in GetExecutorPropertyCallbackService() function in OHOS::UserIam::UserAuth::GetExecutorPropertyCallbackService
119 GetExecutorPropertyCallbackService::~GetExecutorPropertyCallbackService() in ~GetExecutorPropertyCallbackService()
124 void GetExecutorPropertyCallbackService::OnGetExecutorPropertyResult(int32_t result, const Attribut… in OnGetExecutorPropertyResult()
H A Duser_auth_client_impl.cpp136 new (std::nothrow) GetExecutorPropertyCallbackService(callback)); in GetProperty()
164 new (std::nothrow) GetExecutorPropertyCallbackService(callback)); in GetPropertyById()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_auth_callback_service.h43 class GetExecutorPropertyCallbackService : public GetExecutorPropertyCallbackStub {
45 explicit GetExecutorPropertyCallbackService(const std::shared_ptr<GetPropCallback> &impl);
46 ~GetExecutorPropertyCallbackService() override;
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_callback_service_test.cpp127 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback);
146 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback);
H A Dcallback_manager_impl_test.cpp108 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback);
H A Duser_auth_proxy_test.cpp126 new (std::nothrow) GetExecutorPropertyCallbackService(getPropCallback));
526 new (std::nothrow) GetExecutorPropertyCallbackService(getPropCallback));
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthcallbackstub_fuzzer/
H A Duser_auth_callback_stub_fuzzer.cpp101 …Common::MakeShared<GetExecutorPropertyCallbackService>(Common::MakeShared<DummyGetPropCallback>());
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
H A Duser_auth_client_fuzzer.cpp302 …Common::MakeShared<GetExecutorPropertyCallbackService>(Common::MakeShared<DummyGetPropCallback>());