Searched refs:ErrCArrAppAccountInfo (Results 1 - 7 of 7) sorted by relevance
/base/account/os_account/frameworks/appaccount/cj/include/ |
H A D | appaccount_ffi.h | 52 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 D | appaccount_common.h | 64 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 D | appaccount_impl.h | 45 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 D | appaccount_defination.h | 73 } ErrCArrAppAccountInfo; typedef
|
/base/account/os_account/frameworks/appaccount/cj/src/ |
H A D | appaccount_ffi.cpp | 91 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 D | appaccount_common.cpp | 25 std::function<void(ErrCArrAppAccountInfo)> sRef) in AuthenticatorAsyncCallback()
|
H A D | appaccount_impl.cpp | 123 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