Searched refs:GetExecutorPropertyCallbackService (Results 1 – 7 of 7) sorted by relevance
41 class GetExecutorPropertyCallbackService : public GetExecutorPropertyCallbackStub {43 explicit GetExecutorPropertyCallbackService(const std::shared_ptr<GetPropCallback> &impl);44 ~GetExecutorPropertyCallbackService() override = default;
63 GetExecutorPropertyCallbackService::GetExecutorPropertyCallbackService(const std::shared_ptr<GetPro… in GetExecutorPropertyCallbackService() function in OHOS::UserIam::UserAuth::GetExecutorPropertyCallbackService68 void GetExecutorPropertyCallbackService::OnGetExecutorPropertyResult(int32_t result, const Attribut… in OnGetExecutorPropertyResult()
61 new (std::nothrow) GetExecutorPropertyCallbackService(callback); in GetProperty()
127 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback);146 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback);
89 new (std::nothrow) GetExecutorPropertyCallbackService(getPropCallback);
187 …Common::MakeShared<GetExecutorPropertyCallbackService>(Common::MakeShared<DummyGetPropCallback>());
46 … OHOS::UserIam::UserAuth::GetExecutorPropertyCallbackService::OnGetExecutorPropertyResult*;