Searched refs:AssetJsonObj (Results 1 – 7 of 7) sorted by relevance
84 AssetJsonObj assetJsonObj;106 AssetJsonObj assetJsonObj;141 AssetJsonObj assetJsonObj;187 AssetJsonObj assetJsonObj;233 AssetJsonObj assetJsonObj;282 AssetJsonObj assetJsonObj;
58 AssetJsonObj assetJsonObj;
33 static InnerVerifyStatus VerifyHostWithAppIdentifier(const AssetJsonObj &assetJsonObj,35 static InnerVerifyStatus VerifyHostWithBundleName(const AssetJsonObj &assetJsonObj,
29 struct AssetJsonObj { struct
25 static bool Parse(const std::string &assetJsonsStr, AssetJsonObj &assetJsonObj);
29 AssetJsonObj assetJsonObj; in VerifyHost()61 InnerVerifyStatus DomainVerifier::VerifyHostWithAppIdentifier(const AssetJsonObj &assetJsonObj, in VerifyHostWithAppIdentifier()92 InnerVerifyStatus DomainVerifier::VerifyHostWithBundleName(const AssetJsonObj &assetJsonObj, in VerifyHostWithBundleName()
24 bool JsonUtil::Parse(const std::string &assetJsonsStr, AssetJsonObj &assetJsonObj) in Parse()