Home
last modified time | relevance | path

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

/base/security/access_token/services/accesstokenmanager/main/cpp/include/database/
Dtoken_field_const.h36 const static std::string FIELD_PROCESS_NAME; variable
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
Dtoken_field_const.cpp30 const std::string TokenFiledConst::FIELD_PROCESS_NAME = "process_name"; member in OHOS::Security::AccessToken::TokenFiledConst
Dsqlite_storage.cpp69 TokenFiledConst::FIELD_TOKEN_ID, TokenFiledConst::FIELD_PROCESS_NAME, in SqliteStorage()
332 .append(TokenFiledConst::FIELD_PROCESS_NAME) in CreateNativeTokenInfoTable()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
Dnative_token_info_inner.cpp107 outGenericValues.Put(TokenFiledConst::FIELD_PROCESS_NAME, tokenInfoBasic_.processName); in TranslationIntoGenericValues()
121 tokenInfoBasic_.processName = inGenericValues.GetString(TokenFiledConst::FIELD_PROCESS_NAME); in RestoreNativeTokenInfo()
/base/security/access_token/services/accesstokenmanager/test/unittest/cpp/src/
Daccesstoken_info_manager_test.cpp2056 inGenericValues.Put(TokenFiledConst::FIELD_PROCESS_NAME, processName);
2059 inGenericValues.Remove(TokenFiledConst::FIELD_PROCESS_NAME);
2065 inGenericValues.Put(TokenFiledConst::FIELD_PROCESS_NAME, processName);