Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/verifier/
H A Ddomain_verifier_test.cpp84 AssetJsonObj assetJsonObj;
106 AssetJsonObj assetJsonObj;
141 AssetJsonObj assetJsonObj;
187 AssetJsonObj assetJsonObj;
233 AssetJsonObj assetJsonObj;
282 AssetJsonObj assetJsonObj;
H A Ddomain_json_util_test.cpp58 AssetJsonObj assetJsonObj;
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/verifier/include/
H A Ddomain_verifier.h33 static InnerVerifyStatus VerifyHostWithAppIdentifier(const AssetJsonObj &assetJsonObj,
35 static InnerVerifyStatus VerifyHostWithBundleName(const AssetJsonObj &assetJsonObj,
H A Dasset_json_obj.h29 struct AssetJsonObj { struct
H A Ddomain_json_util.h25 static bool Parse(const std::string &assetJsonsStr, AssetJsonObj &assetJsonObj);
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H A Ddomain_verifier.cpp29 AssetJsonObj assetJsonObj; in VerifyHost()
61 InnerVerifyStatus DomainVerifier::VerifyHostWithAppIdentifier(const AssetJsonObj &assetJsonObj, in VerifyHostWithAppIdentifier()
92 InnerVerifyStatus DomainVerifier::VerifyHostWithBundleName(const AssetJsonObj &assetJsonObj, in VerifyHostWithBundleName()
H A Ddomain_json_util.cpp24 bool JsonUtil::Parse(const std::string &assetJsonsStr, AssetJsonObj &assetJsonObj) in Parse()