Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 11 of 11) sorted by relevance

/base/security/device_auth/services/authenticators/src/account_related/creds_manager/
Dsym_token_manager.c33 SymTokenVec tokens; member
300 newInfo.tokens = CreateSymTokenVec(); in GetTokensInfoByOsAccountId()
304 DestroySymTokenVec(&newInfo.tokens); in GetTokensInfoByOsAccountId()
316 int32_t ret = SaveTokensToFile(osAccountId, &info->tokens); in SaveOsSymTokensDb()
345 SymToken **oldTokenPtr = QueryTokenPtrIfMatch(&info->tokens, token->userId, token->deviceId); in AddSymTokenToVec()
352 if (info->tokens.pushBackT(&info->tokens, token) == NULL) { in AddSymTokenToVec()
494 while (index < HC_VECTOR_SIZE(&info->tokens)) { in PopSymTokenFromVec()
495 token = info->tokens.getp(&info->tokens, index); in PopSymTokenFromVec()
501 HC_VECTOR_POPELEMENT(&info->tokens, &deleteToken, index); in PopSymTokenFromVec()
570 info.tokens = CreateSymTokenVec(); in LoadOsSymTokensDb()
[all …]
Dasy_token_manager.c35 AccountTokenVec tokens; member
557 newInfo.tokens = CreateAccountTokenVec(); in GetTokenInfoByOsAccountId()
561 DestroyAccountTokenVec(&newInfo.tokens); in GetTokenInfoByOsAccountId()
604 int32_t ret = SaveTokensToFile(osAccountId, &info->tokens); in SaveOsAccountTokenDb()
683 AccountToken **token = QueryTokenPtrIfMatch(&info->tokens, userId, deviceId); in GetAccountToken()
707 while (index < HC_VECTOR_SIZE(&info->tokens)) { in DeleteTokenInner()
708 token = info->tokens.getp(&info->tokens, index); in DeleteTokenInner()
716 HC_VECTOR_POPELEMENT(&info->tokens, &deleteToken, index); in DeleteTokenInner()
812 …AccountToken **oldTokenPtr = QueryTokenPtrIfMatch(&info->tokens, (const char *)(newToken->pkInfo.u… in AddTokenInner()
821 if (info->tokens.pushBackT(&info->tokens, newToken) == NULL) { in AddTokenInner()
[all …]
/base/update/updateservice/services/core/ability/utils/include/
Dstring_utils.h54 std::vector<std::string> tokens; in Split() local
59 tokens.push_back(str.substr(start, end - start)); in Split()
61 return tokens; in Split()
/base/update/updater/services/flashd/
Dflashd_basepkg.bat35 @for /f "delims=: tokens=1,2,3" %%j in ("%%i") do (
66 set options="tokens=1-4 delims=:.,"
/base/update/updater/services/applypatch/
Dblock_set.cpp286 std::vector<std::string> tokens = SplitString(lastArg, ":"); in LoadSourceBuffer() local
287 if (tokens.size() != H_CMD_ARGS_LIMIT) { in LoadSourceBuffer()
292 auto ret = Store::LoadDataFromStore(storeBase, tokens[H_ZERO_NUMBER], stash); in LoadSourceBuffer()
298 locations.ParserAndInsert(tokens[1]); in LoadSourceBuffer()
/base/hiviewdfx/hiview/base/utility/
Dstring_util.cpp198 std::list<std::string> tokens; in SplitStr() local
202 tokens.push_back(token); in SplitStr()
204 return tokens; in SplitStr()
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_info_test.cpp556 std::vector<OAuthTokenInfo> tokens; variable
559 result = appAccountInfo.GetAllOAuthTokens(tokens);
561 ASSERT_EQ(tokens.size(), 1);
562 EXPECT_EQ(tokens[0].token, STRING_TOKEN);
/base/security/access_token/services/test/mock/aafwk/
Dmock_app_mgr_service.h58 …ETHOD2(GetAbilityRecordsByProcessID, int(const int pid, std::vector<sptr<IRemoteObject>> &tokens));
/base/security/access_token/
DREADME.md6 AccessTokenManager (ATM) implements unified app permission management based on access tokens on Ope…
/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
Dhvigor-wrapper.js16 …ic:()=>fu,colored:()=>du,coloured:()=>du,pattern:e=>Eu(e&&e.pattern,e&&e.tokens),dummy:()=>pu};var…
17 …n)t[e].token==t[n].token&&t.splice(n--,1);return t})(n.concat(r))}(e,i,t.tokens||[]);if(t.context&…
/base/account/os_account/
DREADME.md377 …84611"></a><a name="p0342193384611"></a>Obtains all visible OAuth access tokens of an app account.…