Home
last modified time | relevance | path

Searched refs:CAuthResult (Results 1 - 4 of 4) sorted by relevance

/base/account/os_account/frameworks/appaccount/cj/include/
H A Dappaccount_defination.h89 } CAuthResult; typedef
121 void(*onResult) (int32_t, CAuthResult);
H A Dappaccount_common.h94 std::function<void(int32_t, CAuthResult)> onResult = nullptr;
H A Dappaccount_impl.h96 CAuthResult Convert2CAuthResult(std::string name, std::string owner, std::string authType, std::string token);
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_impl.cpp554 CAuthResult result = Convert2CAuthResult(nameResult, ownerResult, authTypeResult, tokenResult); in verifyCredential()
605 CAuthResult result = Convert2CAuthResult(nameResult, ownerResult, authTypeResult, tokenResult); in setAuthenticatorProperties()
779 CAuthResult CJAppAccountImpl::Convert2CAuthResult( in Convert2CAuthResult()
783 CAuthResult res{}; in Convert2CAuthResult()

Completed in 3 milliseconds