Searched refs:GetJsonInt (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/init/ |
H A D | json_parser_utils.h | 36 static bool GetJsonInt(const cJSON* json, const std::string& key, int& value);
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/ |
H A D | json_parser_utils.cpp | 67 bool JsonParserUtils::GetJsonInt(const cJSON* json, const std::string& key, int& value) in GetJsonInt() function in OHOS::Security::Verify::JsonParserUtils
|
H A D | trusted_ticket_manager.cpp | 131 …if (!JsonParserUtils::GetJsonInt(TicketSource, KEY_OF_MAX_CERTS_PATH, hapTicketSource.maxCertsPath… in ParseTrustedTicketSourceJson()
|
H A D | trusted_source_manager.cpp | 172 … 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 D | hichain_connector.cpp | 943 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 D | hichain_connector.h | 260 int32_t GetJsonInt(const nlohmann::json &jsonObj, const std::string &key);
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_hichain_connector.cpp | 1141 int32_t ret = hiChainConnector->GetJsonInt(jsonObj, key); 1157 int32_t ret = hiChainConnector->GetJsonInt(jsonObj, key);
|