Searched refs:bundleFlags (Results 1 - 7 of 7) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_ffi.cpp | 82 RetBundleInfo FfiOHOSGetBundleInfoForSelf(int32_t bundleFlags) in FfiOHOSGetBundleInfoForSelf() argument 85 AppExecFwk::BundleInfo bundleInfo = BundleManagerImpl::GetBundleInfoForSelf(bundleFlags); in FfiOHOSGetBundleInfoForSelf() 86 RetBundleInfo cjInfo = ConvertBundleInfo(bundleInfo, bundleFlags); in FfiOHOSGetBundleInfoForSelf()
|
H A D | bundle_manager_ffi.h | 29 FFI_EXPORT RetBundleInfo FfiOHOSGetBundleInfoForSelf(int32_t bundleFlags);
|
H A D | bundle_manager.h | 36 static AppExecFwk::BundleInfo GetBundleInfoForSelf(int32_t bundleFlags);
|
H A D | bundle_manager.cpp | 34 AppExecFwk::BundleInfo BundleManagerImpl::GetBundleInfoForSelf(int32_t bundleFlags) in GetBundleInfoForSelf() argument 39 iBundleMgr->GetBundleInfoForSelf(bundleFlags, bundleInfo); in GetBundleInfoForSelf()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.cpp | 39 constexpr const char* BUNDLE_FLAGS = "bundleFlags"; 688 int32_t bundleFlags; in GetBundleArchiveInfoSync() local 689 if (!CommonFunc::ParseInt(env, args[ARGS_POS_ONE], bundleFlags)) { in GetBundleArchiveInfoSync() 702 iBundleMgr->GetBundleArchiveInfoV9(hapFilePath, bundleFlags, bundleInfo)); in GetBundleArchiveInfoSync() 712 CommonFunc::ConvertBundleInfo(env, bundleInfo, nBundleInfo, bundleFlags); in GetBundleArchiveInfoSync()
|
H A D | bundle_manager.h | 279 int32_t bundleFlags = 0; member 288 int32_t bundleFlags = 0; member
|
H A D | bundle_manager.cpp | 49 constexpr const char* BUNDLE_FLAGS = "bundleFlags"; 5186 int32_t bundleFlags, int32_t userId, BundleInfo &bundleInfo) in InnerGetAppCloneBundleInfo() 5193 ErrCode ret = iBundleMgr->GetCloneBundleInfo(bundleName, bundleFlags, appIndex, bundleInfo, userId); in InnerGetAppCloneBundleInfo() 5205 APP_LOGD("param: name=%{public}s,index=%{public}d,bundleFlags=%{public}d,userId=%{public}d", in GetAppCloneBundleInfoExec() 5208 asyncCallbackInfo->bundleFlags, in GetAppCloneBundleInfoExec() 5212 asyncCallbackInfo->bundleFlags, asyncCallbackInfo->userId, asyncCallbackInfo->bundleInfo); in GetAppCloneBundleInfoExec() 5228 asyncCallbackInfo->bundleFlags); in GetAppCloneBundleInfoComplete() 5261 if (!CommonFunc::ParseInt(env, args[ARGS_POS_TWO], asyncCallbackInfo->bundleFlags)) { in GetAppCloneBundleInfo() 5262 APP_LOGE("Parse bundleFlags failed"); in GetAppCloneBundleInfo() 5277 static ErrCode InnerGetAllAppCloneBundleInfo(const std::string &bundleName, int32_t bundleFlags, in InnerGetAllAppCloneBundleInfo() argument 5185 InnerGetAppCloneBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t bundleFlags, int32_t userId, BundleInfo &bundleInfo) InnerGetAppCloneBundleInfo() argument [all...] |
Completed in 16 milliseconds