Home
last modified time | relevance | path

Searched refs:trusts_ (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/
H A Dsystem_checker.cpp39 trusts_[trust.bundleName] = trust.appId; in SetTrustInfo()
60 std::string appId = (trusts_.find(info.bundleName) != trusts_.end()) ? trusts_[info.bundleName] : info.bundleName; in GetAppId()
H A Dbundle_checker.cpp50 trusts_[trust.bundleName] = trust.appId; in SetTrustInfo()
108 auto it = trusts_.find(info.bundleName); in GetAppId()
109 if (it != trusts_.end() && (it->second == appId)) { in GetAppId()
H A Dbundle_checker.h42 std::map<std::string, std::string> trusts_; member in OHOS::DistributedData::BundleChecker
H A Dsystem_checker.h42 std::map<std::string, std::string> trusts_; member in OHOS::DistributedData::SystemChecker

Completed in 2 milliseconds