Home
last modified time | relevance | path

Searched refs:ERR_CJ_INVALID_INSTANCE_CODE (Results 1 - 2 of 2) sorted by relevance

/base/account/os_account/frameworks/appaccount/cj/include/
H A Dappaccount_error.h24 ERR_CJ_INVALID_INSTANCE_CODE = -1, enumerator
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_impl.cpp63 RetDataBool ret = { .code = ERR_CJ_INVALID_INSTANCE_CODE, .data = 0 }; in checkAppAccess()
79 RetDataBool ret = { .code = ERR_CJ_INVALID_INSTANCE_CODE, .data = 0 }; in checkDataSyncEnabled()
220 RetDataBool ret = { .code = ERR_CJ_INVALID_INSTANCE_CODE, .data = 0 }; in checkAuthTokenVisibility()
251 RetDataCArrString res = { .code = ERR_CJ_INVALID_INSTANCE_CODE, .data = {.head = nullptr, .size = 0}}; in getAuthList()
333 return ERR_CJ_INVALID_INSTANCE_CODE; in on()
338 return ERR_CJ_INVALID_INSTANCE_CODE; in on()
413 RetDataBool ret = { .code = ERR_CJ_INVALID_INSTANCE_CODE, .data = 0 }; in checkAccountLabels()
423 context->errCode = ERR_CJ_INVALID_INSTANCE_CODE; in checkAccountLabels()
425 return ERR_CJ_INVALID_INSTANCE_CODE; in checkAccountLabels()
471 ErrCArrAppAccountInfo ret = {.err = ERR_CJ_INVALID_INSTANCE_CODE, in selectAccountByOptions()
[all...]

Completed in 2 milliseconds