Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dfirst_use_dialog.cpp41 static const std::string TOKEN_ID_TAG = "TokenId"; variable
146 if (jsonRes.find(TOKEN_ID_TAG) == jsonRes.end() || in ParseRecord()
147 !jsonRes.at(TOKEN_ID_TAG).is_number()) { in ParseRecord()
151 id = jsonRes.at(TOKEN_ID_TAG).get<uint32_t>(); in ParseRecord()
237 recordJson[TOKEN_ID_TAG] = id; in SaveFirstUseRecord()