Home
last modified time | relevance | path

Searched defs:App (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp222 struct App { struct
223 std::string bundleName;
224 bool debug = false;
225 std::string icon;
226 int32_t iconId = 0;
227 std::string label;
228 int32_t labelId = 0;
229 std::string description;
231 std::string vendor;
238 bool keepAlive = false;
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp214 struct App { struct
215 std::string bundleName;
216 bool debug = false;
217 std::string icon;
218 uint32_t iconId = 0;
219 std::string label;
220 uint32_t labelId = 0;
221 std::string description;
223 std::string vendor;
230 bool keepAlive = false;
[all …]
H A Dbundle_profile.cpp117 struct App { struct
118 std::string bundleName;
119 std::string originalName;
120 std::string vendor;
124 Version version;
125 ApiVersion apiVersion;
126 bool singleton = false;
127 uint32_t iconId = 0;
128 uint32_t labelId = 0;
129 bool userDataClearable = true;
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp45 struct App { struct
46 std::string bundleName;
47 uint32_t versionCode = 0;
48 std::string versionName;
49 uint32_t patchVersionCode = 0;
50 std::string patchVersionName;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-system-app.md15 ## App section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-system-app.md15 ## App section
/ohos5.0/base/request/request/services/src/manage/scheduler/qos/
H A Dapps.rs83 pub(crate) struct App { struct
88 impl App { argument
123 impl Deref for App { implementation