Home
last modified time | relevance | path

Searched refs:GetCredInfoCallbackService (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_callback_service.h39 class GetCredInfoCallbackService : public GetCredInfoCallbackStub {
41 explicit GetCredInfoCallbackService(const std::shared_ptr<GetCredInfoCallback> &callback);
46 DISALLOW_COPY_AND_MOVE(GetCredInfoCallbackService);
/ohos5.0/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_callback_service.cpp50 GetCredInfoCallbackService::GetCredInfoCallbackService(const std::shared_ptr<GetCredInfoCallback> &… in GetCredInfoCallbackService() function in OHOS::AccountSA::GetCredInfoCallbackService
54 void GetCredInfoCallbackService::OnCredentialInfo(const std::vector<CredentialInfo> &infoList) in OnCredentialInfo()
H A Daccount_iam_client.cpp162 sptr<IGetCredInfoCallback> wrapper = new (std::nothrow) GetCredInfoCallbackService(callback); in GetCredentialInfo()
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_callback_service_test.cpp156 … sptr<GetCredInfoCallbackService> wrapper = new (std::nothrow) GetCredInfoCallbackService(nullptr);
H A Daccount_iam_client_test.cpp796 sptr<GetCredInfoCallbackStub> stub = new (std::nothrow) GetCredInfoCallbackService(nullptr);
827 sptr<GetCredInfoCallbackStub> stub = new (std::nothrow) GetCredInfoCallbackService(nullptr);