Searched refs:GetStringIfExist (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/provision/ |
H A D | provision_verify.cpp | 159 GetStringIfExist(obj, KEY_TYPE, type); in ParseType() 167 GetStringIfExist(obj, KEY_APP_DIST_TYPE, distType); in ParseAppDistType() 179 GetStringIfExist(bundleInfo, KEY_DEVELOPER_ID, out.bundleInfo.developerId); in ParseBundleInfo() 182 GetStringIfExist(bundleInfo, KEY_BUNDLE_NAME, out.bundleInfo.bundleName); in ParseBundleInfo() 183 GetStringIfExist(bundleInfo, KEY_APL, out.bundleInfo.apl); in ParseBundleInfo() 184 GetStringIfExist(bundleInfo, KEY_APP_FEATURE, out.bundleInfo.appFeature); in ParseBundleInfo() 226 GetStringIfExist(baseAppInfo, KEY_PACKAGE_NAME, metadata.value); in ParseMetadata() 229 GetStringIfExist(baseAppInfo, KEY_PACKAGE_CERT, metadata.value); in ParseMetadata() 239 GetStringIfExist(obj, KEY_VERSION_NAME, out.versionName); in from_json() 240 GetStringIfExist(obj, KEY_UUID, out.uuid); in from_json() [all …]
|