Searched refs:GetJsonObjectIfExist (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/provision/ |
H A D | provision_verify.cpp | 132 void GetJsonObjectIfExist(const cJSON* obj, const std::string& key, cJSON** out) in GetJsonObjectIfExist() function 178 GetJsonObjectIfExist(obj, KEY_BUNDLE_INFO, &bundleInfo); in ParseBundleInfo() 192 GetJsonObjectIfExist(obj, KEY_ACLS, &acls); in ParseAcls() 199 GetJsonObjectIfExist(obj, KEY_PERMISSIONS, &permissions); in ParsePermissions() 207 GetJsonObjectIfExist(obj, KEY_DEBUG_INFO, &debugInfo); in ParseDebugInfo() 215 GetJsonObjectIfExist(obj, VALUE_VALIDITY, &validity); in ParseValidity() 223 GetJsonObjectIfExist(obj, KEY_BASEAPP_INFO, &baseAppInfo); in ParseMetadata()
|