Searched refs:CAuthResult (Results 1 - 4 of 4) sorted by relevance
/base/account/os_account/frameworks/appaccount/cj/include/ |
H A D | appaccount_defination.h | 89 } CAuthResult; typedef 121 void(*onResult) (int32_t, CAuthResult);
|
H A D | appaccount_common.h | 94 std::function<void(int32_t, CAuthResult)> onResult = nullptr;
|
H A D | appaccount_impl.h | 96 CAuthResult Convert2CAuthResult(std::string name, std::string owner, std::string authType, std::string token);
|
/base/account/os_account/frameworks/appaccount/cj/src/ |
H A D | appaccount_impl.cpp | 554 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 4 milliseconds