Home
last modified time | relevance | path

Searched refs:FIELD_API_VERSION (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/database/
H A Dtoken_field_const.h36 const static std::string FIELD_API_VERSION; variable
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
H A Dtoken_field_const.cpp30 const std::string TokenFiledConst::FIELD_API_VERSION = "api_version"; member in OHOS::Security::AccessToken::TokenFiledConst
H A Daccess_token_open_callback.cpp65 .append(TokenFiledConst::FIELD_API_VERSION) in CreateHapTokenInfoTable()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Dhap_token_info_inner.cpp120 outGenericValues.Put(TokenFiledConst::FIELD_API_VERSION, tokenInfoBasic_.apiVersion); in TranslationIntoGenericValues()
142 …nInfoBasic_.apiVersion = GetApiVersion(inGenericValues.GetInt(TokenFiledConst::FIELD_API_VERSION)); in RestoreHapTokenBasicInfo()
/ohos5.0/base/security/access_token/services/common/database/test/unittest/
H A Ddatabase_test.cpp168 genericValues.Put(TokenFiledConst::FIELD_API_VERSION, 9);
222 genericValues.Put(TokenFiledConst::FIELD_API_VERSION, 9);