Searched refs:tokenValue (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/access_token/services/accesstokenmanager/test/unittest/ |
H A D | accesstoken_info_manager_test.cpp | 2197 GenericValues tokenValue; variable 2222 tokenValue.Remove(TokenFiledConst::FIELD_BUNDLE_NAME); 2226 tokenValue.Put(TokenFiledConst::FIELD_APP_ID, appIDDesc); 2229 tokenValue.Remove(TokenFiledConst::FIELD_APP_ID); 2232 tokenValue.Put(TokenFiledConst::FIELD_APP_ID, appIDDesc); 2233 tokenValue.Put(TokenFiledConst::FIELD_DEVICE_ID, deviceID); 2236 tokenValue.Remove(TokenFiledConst::FIELD_DEVICE_ID); 2239 tokenValue.Put(TokenFiledConst::FIELD_DEVICE_ID, deviceID); 2240 tokenValue.Put(TokenFiledConst::FIELD_APL, aplNum); 2245 tokenValue.Put(TokenFiledConst::FIELD_APL, aplNum); [all …]
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/ |
H A D | hap_token_info_inner.h | 47 int RestoreHapTokenInfo(AccessTokenID tokenId, const GenericValues& tokenValue,
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/ |
H A D | hap_token_info_inner.cpp | 185 const GenericValues& tokenValue, in RestoreHapTokenInfo() argument 189 int ret = RestoreHapTokenBasicInfo(tokenValue); in RestoreHapTokenInfo()
|
H A D | accesstoken_info_manager.cpp | 141 for (const GenericValues& tokenValue : hapTokenRes) { in InitHapTokenInfos() local 142 AccessTokenID tokenId = (AccessTokenID)tokenValue.GetInt(TokenFiledConst::FIELD_TOKEN_ID); in InitHapTokenInfos() 143 std::string bundle = tokenValue.GetString(TokenFiledConst::FIELD_BUNDLE_NAME); in InitHapTokenInfos() 152 ret = hap->RestoreHapTokenInfo(tokenId, tokenValue, permStateRes); in InitHapTokenInfos()
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | xml-parsing.md | 18 …ction | (eventType: EventType, value: ParseInfo) => boolean | 否 | 获取tokenValue回调函数,打印标签事件类型及par…
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | xml-parsing.md | 18 …tType, value: ParseInfo) => boolean | No| Callback used to return **tokenValue**, which consist…
|