Home
last modified time | relevance | path

Searched refs:ErrCArrAppAccountInfo (Results 1 - 7 of 7) sorted by relevance

/base/account/os_account/frameworks/appaccount/cj/include/
H A Dappaccount_ffi.h52 FFI_EXPORT ErrCArrAppAccountInfo FfiAppAccountAppAccountManagerGetAccountsByOwner(int id, char *owner);
67 FFI_EXPORT ErrCArrAppAccountInfo FfiAppAccountAppAccountManagerGetAllAccounts(int id);
77 int id, CSelectAccountsOptions cOptions, void (*callback)(ErrCArrAppAccountInfo infoRef));
H A Dappaccount_common.h64 std::function<void(RetDataBool)> cRef, std::function<void(ErrCArrAppAccountInfo)> sRef);
82 std::function<void(ErrCArrAppAccountInfo)> selectAccountsCallbackRef = nullptr;
88 std::function<void(ErrCArrAppAccountInfo)> callbackRef = nullptr;
H A Dappaccount_impl.h45 ErrCArrAppAccountInfo getAccountsByOwner(std::string owner);
57 ErrCArrAppAccountInfo getAllAccounts();
63 CSelectAccountsOptions cOptions, const std::function<void(ErrCArrAppAccountInfo)> &callbackRef);
73 const std::function<void(ErrCArrAppAccountInfo)> &callbackRef,
H A Dappaccount_defination.h73 } ErrCArrAppAccountInfo; typedef
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_ffi.cpp91 ErrCArrAppAccountInfo FfiAppAccountAppAccountManagerGetAccountsByOwner(int id, char *owner) in FfiAppAccountAppAccountManagerGetAccountsByOwner()
95 ErrCArrAppAccountInfo res{}; in FfiAppAccountAppAccountManagerGetAccountsByOwner()
211 ErrCArrAppAccountInfo FfiAppAccountAppAccountManagerGetAllAccounts(int id) in FfiAppAccountAppAccountManagerGetAllAccounts()
215 ErrCArrAppAccountInfo res{}; in FfiAppAccountAppAccountManagerGetAllAccounts()
272 int id, CSelectAccountsOptions cOptions, void (*callback)(ErrCArrAppAccountInfo infoRef)) in FfiAppAccountAppAccountManagerSelectAccountsByOptions()
279 (ErrCArrAppAccountInfo infoRef) -> void { lambda(infoRef); }; in FfiAppAccountAppAccountManagerSelectAccountsByOptions()
H A Dappaccount_common.cpp25 std::function<void(ErrCArrAppAccountInfo)> sRef) in AuthenticatorAsyncCallback()
H A Dappaccount_impl.cpp123 ErrCArrAppAccountInfo CJAppAccountImpl::getAccountsByOwner(std::string owner) in getAccountsByOwner()
125 ErrCArrAppAccountInfo res{}; in getAccountsByOwner()
288 ErrCArrAppAccountInfo CJAppAccountImpl::getAllAccounts() in getAllAccounts()
290 ErrCArrAppAccountInfo res{}; in getAllAccounts()
443 const std::function<void(ErrCArrAppAccountInfo)> &callbackRef, in ParseContextForSelectAccount()
469 CSelectAccountsOptions cOptions, const std::function<void(ErrCArrAppAccountInfo)> &callbackRef) in selectAccountByOptions()
471 ErrCArrAppAccountInfo ret = {.err = ERR_CJ_INVALID_INSTANCE_CODE, .cArrAppAccountInfo = { in selectAccountByOptions()

Completed in 4 milliseconds