Home
last modified time | relevance | path

Searched refs:ApplicationEnvironment (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h152 struct ApplicationEnvironment : public Parcelable { struct
158 static ApplicationEnvironment *Unmarshalling(Parcel &parcel); argument
312 std::vector<ApplicationEnvironment> appEnvironments;
H A Djson_serializer.h155 void to_json(nlohmann::json &jsonObject, const ApplicationEnvironment &applicationEnvironment);
156 void from_json(const nlohmann::json &jsonObject, ApplicationEnvironment &applicationEnvironment);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp304 bool ApplicationEnvironment::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
311 bool ApplicationEnvironment::Marshalling(Parcel &parcel) const in Marshalling()
318 ApplicationEnvironment *ApplicationEnvironment::Unmarshalling(Parcel &parcel) in Unmarshalling()
320 ApplicationEnvironment *info = new (std::nothrow) ApplicationEnvironment(); in Unmarshalling()
329 void to_json(nlohmann::json &jsonObject, const ApplicationEnvironment &applicationEnvironment) in to_json()
337 void from_json(const nlohmann::json &jsonObject, ApplicationEnvironment &applicationEnvironment) in from_json()
569 …std::unique_ptr<ApplicationEnvironment> applicationEnvironment(parcel.ReadParcelable<ApplicationEn… in ReadFromParcel()
1202 GetValueIfFindKey<std::vector<ApplicationEnvironment>>(jsonObject, jsonObjectEnd, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2057 std::vector<ApplicationEnvironment> GetAppEnvironments() const in GetAppEnvironments()
2062 void SetAppEnvironments(std::vector<ApplicationEnvironment> appEnvironments) in SetAppEnvironments()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp247 std::vector<ApplicationEnvironment> appEnvironments;
1322 GetValueIfFindKey<std::vector<ApplicationEnvironment>>(jsonObject, in from_json()