Home
last modified time | relevance | path

Searched refs:FIELD_GRANT_IS_GENERAL (Results 1 – 6 of 6) sorted by relevance

/base/security/access_token/services/accesstokenmanager/main/cpp/include/database/
Dtoken_field_const.h50 const static std::string FIELD_GRANT_IS_GENERAL; variable
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
Dtoken_field_const.cpp44 const std::string TokenFiledConst::FIELD_GRANT_IS_GENERAL = "is_general"; member in OHOS::Security::AccessToken::TokenFiledConst
Ddata_translator.cpp80 …outGenericValues.Put(TokenFiledConst::FIELD_GRANT_IS_GENERAL, inPermissionState.isGeneral ? 1 : 0); in TranslationIntoGenericValues()
90 ((inGenericValues.GetInt(TokenFiledConst::FIELD_GRANT_IS_GENERAL) == 1) ? true : false); in TranslationIntoPermissionStateFull()
Dsqlite_storage.cpp89 TokenFiledConst::FIELD_DEVICE_ID, TokenFiledConst::FIELD_GRANT_IS_GENERAL, in SqliteStorage()
402 .append(TokenFiledConst::FIELD_GRANT_IS_GENERAL) in CreatePermissionStateTable()
/base/security/access_token/services/common/database/test/unittest/
Ddatabase_test.cpp585 inGenericValues.Put(TokenFiledConst::FIELD_GRANT_IS_GENERAL, 1);
606 inGenericValues.Put(TokenFiledConst::FIELD_GRANT_IS_GENERAL, 1);
628 inGenericValues.Put(TokenFiledConst::FIELD_GRANT_IS_GENERAL, 1);
651 inGenericValues.Put(TokenFiledConst::FIELD_GRANT_IS_GENERAL, 1);
/base/security/access_token/services/accesstokenmanager/test/unittest/cpp/src/
Daccesstoken_info_manager_test.cpp1660 value1.Put(TokenFiledConst::FIELD_GRANT_IS_GENERAL, true);
1677 value2.Put(TokenFiledConst::FIELD_GRANT_IS_GENERAL, true);
1684 value3.Put(TokenFiledConst::FIELD_GRANT_IS_GENERAL, true);