Searched defs:BundleInfo (Results 1 – 3 of 3) sorted by relevance
39 struct BundleInfo { struct40 std::string developerId;41 std::string developmentCertificate;42 std::string distributionCertificate;43 std::string bundleName;44 std::string apl;45 std::string appFeature;46 std::vector<std::string> dataGroupIds;
53 typedef struct BundleInfo { struct56 } BundleInfo; argument
19 NotificationPreferencesInfo::BundleInfo::BundleInfo() in BundleInfo() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo