Home
last modified time | relevance | path

Searched refs:DomainAccountCallbackFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/domain_account/include/
H A Ddomain_account_callback_service.h24 using DomainAccountCallbackFunc = std::function<void(const int32_t, Parcel &)>; variable
28 DomainAccountCallbackService(const DomainAccountCallbackFunc &callback);
34 DomainAccountCallbackFunc callback_;
/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_callback_service.cpp26 DomainAccountCallbackService::DomainAccountCallbackService(const DomainAccountCallbackFunc &callbac… in DomainAccountCallbackService()
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp1006 DomainAccountCallbackFunc callbackFunc = [callback](const int32_t errCode, Parcel &parcel) { in StartGetAccessToken()
1486 DomainAccountCallbackFunc callbackFunc = [callback](const int32_t errCode, Parcel &parcel) { in GetDomainAccountInfo()