Searched refs:GetCredInfoCallbackService (Results 1 – 5 of 5) sorted by relevance
39 class GetCredInfoCallbackService : public GetCredInfoCallbackStub {41 explicit GetCredInfoCallbackService(const std::shared_ptr<GetCredInfoCallback> &callback);46 DISALLOW_COPY_AND_MOVE(GetCredInfoCallbackService);
50 GetCredInfoCallbackService::GetCredInfoCallbackService(const std::shared_ptr<GetCredInfoCallback> &… in GetCredInfoCallbackService() function in OHOS::AccountSA::GetCredInfoCallbackService54 void GetCredInfoCallbackService::OnCredentialInfo(const std::vector<CredentialInfo> &infoList) in OnCredentialInfo()
162 sptr<IGetCredInfoCallback> wrapper = new (std::nothrow) GetCredInfoCallbackService(callback); in GetCredentialInfo()
156 … sptr<GetCredInfoCallbackService> wrapper = new (std::nothrow) GetCredInfoCallbackService(nullptr);
796 sptr<GetCredInfoCallbackStub> stub = new (std::nothrow) GetCredInfoCallbackService(nullptr);827 sptr<GetCredInfoCallbackStub> stub = new (std::nothrow) GetCredInfoCallbackService(nullptr);