Searched refs:preInfo (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_user_mgr_host_impl.cpp | 191 for (auto &preInfo : allPreInstallBundleInfos) { in GetAllPreInstallBundleInfos() 193 if (dataMgr->FetchInnerBundleInfo(preInfo.GetBundleName(), innerBundleInfo) in GetAllPreInstallBundleInfos() 195 APP_LOGI("BundleName is IsSingleton %{public}s", preInfo.GetBundleName().c_str()); in GetAllPreInstallBundleInfos() 199 preInfo.GetBundleName()) != disallowList.end()) { in GetAllPreInstallBundleInfos() 200 APP_LOGI("BundleName is same as black list %{public}s", preInfo.GetBundleName().c_str()); in GetAllPreInstallBundleInfos() 204 preInfo.CalculateHapTotalSize(); in GetAllPreInstallBundleInfos() 206 preInstallBundleInfos.insert(preInfo); in GetAllPreInstallBundleInfos()
|
H A D | hmp_bundle_installer.cpp | 148 PreInstallBundleInfo preInfo; in GetRequiredUserIds() local 149 if (dataMgr_->GetPreInstallBundleInfo(bundleName, preInfo)) { in GetRequiredUserIds()
|
H A D | base_bundle_installer.cpp | 1390 InnerBundleInfo preInfo; in RollBack() local 1392 if (!GetInnerBundleInfoWithDisable(preInfo, isExist) || !isExist) { in RollBack() 1400 UpdateHapToken(preInfo.GetAppType() != oldInfo.GetAppType(), oldInfo); in RollBack() 6109 PreInstallBundleInfo preInfo; in RollbackHmpCommonInfo() local 6110 preInfo.SetBundleName(bundleName); in RollbackHmpCommonInfo() 6111 if (!dataMgr_->DeletePreInstallBundleInfo(bundleName, preInfo)) { in RollbackHmpCommonInfo()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 1266 SkCodec::FrameInfo preInfo {};
in HeapMemAlloc() 1267 codec_->getFrameInfo(preIndex, &preInfo);
in HeapMemAlloc() 1268 if (preInfo.fDisposalMethod == SkCodecAnimation::DisposalMethod::kRestorePrevious) {
in HeapMemAlloc()
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/ |
H A D | distributed_input_sourcemanager_test.cpp | 1259 DistributedInputSourceManager::DInputClientPrepareInfo preInfo {devId, callback}; in HWTEST_F() 1260 sourceManager_->preCallbacks_.insert(preInfo); in HWTEST_F() 1287 DistributedInputSourceManager::DInputClientRelayPrepareInfo preInfo {srcId, sinkId, callback}; in HWTEST_F() 1288 sourceManager_->relayPreCallbacks_.insert(preInfo); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_pattern.cpp | 2148 auto preInfo = currentProxy->GetPreDestinationContext(); in ExecuteTransition() local 2194 return onTransition_(preInfo, topInfo, operation); in ExecuteTransition()
|
Completed in 23 milliseconds