Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Djson_parser_utils.h36 static bool GetJsonInt(const cJSON* json, const std::string& key, int& value);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Djson_parser_utils.cpp67 bool JsonParserUtils::GetJsonInt(const cJSON* json, const std::string& key, int& value) in GetJsonInt() function in OHOS::Security::Verify::JsonParserUtils
H A Dtrusted_ticket_manager.cpp131 …if (!JsonParserUtils::GetJsonInt(TicketSource, KEY_OF_MAX_CERTS_PATH, hapTicketSource.maxCertsPath… in ParseTrustedTicketSourceJson()
H A Dtrusted_source_manager.cpp172 … if (!JsonParserUtils::GetJsonInt(appSource, KEY_OF_MAX_CERTS_PATH, hapAppSource.maxCertsPath)) { in ParseTrustedAppSourceJson()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp943 int32_t HiChainConnector::GetJsonInt(const nlohmann::json &jsonObj, const std::string &key) in GetJsonInt() function in OHOS::DistributedHardware::HiChainConnector
987 int32_t authType = GetJsonInt(jsonObject, AUTH_TYPE); in ParseRemoteCredentialExt()
1003 jsonObj[FIELD_CREDENTIAL_TYPE] = GetJsonInt(jsonObject, FIELD_CREDENTIAL_TYPE); in ParseRemoteCredentialExt()
1004 jsonObj[FIELD_OPERATION_CODE] = GetJsonInt(jsonObject, FIELD_OPERATION_CODE); in ParseRemoteCredentialExt()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h260 int32_t GetJsonInt(const nlohmann::json &jsonObj, const std::string &key);
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp1141 int32_t ret = hiChainConnector->GetJsonInt(jsonObj, key);
1157 int32_t ret = hiChainConnector->GetJsonInt(jsonObj, key);