Searched refs:GetExecutorPropertyCallbackService (Results 1 – 8 of 8) sorted by relevance
106 GetExecutorPropertyCallbackService::GetExecutorPropertyCallbackService(const std::shared_ptr<GetPro… in GetExecutorPropertyCallbackService() function in OHOS::UserIam::UserAuth::GetExecutorPropertyCallbackService119 GetExecutorPropertyCallbackService::~GetExecutorPropertyCallbackService() in ~GetExecutorPropertyCallbackService()124 void GetExecutorPropertyCallbackService::OnGetExecutorPropertyResult(int32_t result, const Attribut… in OnGetExecutorPropertyResult()
136 new (std::nothrow) GetExecutorPropertyCallbackService(callback)); in GetProperty()164 new (std::nothrow) GetExecutorPropertyCallbackService(callback)); in GetPropertyById()
43 class GetExecutorPropertyCallbackService : public GetExecutorPropertyCallbackStub {45 explicit GetExecutorPropertyCallbackService(const std::shared_ptr<GetPropCallback> &impl);46 ~GetExecutorPropertyCallbackService() override;
127 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback);146 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback);
108 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback);
126 new (std::nothrow) GetExecutorPropertyCallbackService(getPropCallback));526 new (std::nothrow) GetExecutorPropertyCallbackService(getPropCallback));
101 …Common::MakeShared<GetExecutorPropertyCallbackService>(Common::MakeShared<DummyGetPropCallback>());
302 …Common::MakeShared<GetExecutorPropertyCallbackService>(Common::MakeShared<DummyGetPropCallback>());