Home
last modified time | relevance | path

Searched defs:assetJsonObj (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/verifier/
H A Ddomain_verifier_test.cpp84 AssetJsonObj assetJsonObj; variable
106 AssetJsonObj assetJsonObj; variable
141 AssetJsonObj assetJsonObj; variable
187 AssetJsonObj assetJsonObj; variable
233 AssetJsonObj assetJsonObj; variable
282 AssetJsonObj assetJsonObj; variable
H A Ddomain_json_util_test.cpp58 AssetJsonObj assetJsonObj; variable
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H A Ddomain_verifier.cpp29 AssetJsonObj assetJsonObj; in VerifyHost() local
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()