Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h274 struct CloneAppBundleInfoCallbackInfo : public BaseCallbackInfo { struct
275 explicit CloneAppBundleInfoCallbackInfo(napi_env env) : BaseCallbackInfo(env) {} in CloneAppBundleInfoCallbackInfo() function
277 std::string bundleName;
278 int32_t appIndex = 0;
279 int32_t bundleFlags = 0;
280 int32_t userId = Constants::UNSPECIFIED_USERID;
281 BundleInfo bundleInfo;