Home
last modified time | relevance | path

Searched refs:bundleMgrResult (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_service.cpp462 auto bundleMgrResult = IN_PROCESS_CALL( in GetBundleInfo() local
464 if (bundleMgrResult != ERR_OK) { in GetBundleInfo()
465 TAG_LOGE(AAFwkTag::AUTO_STARTUP, "error bundleMgrResult"); in GetBundleInfo()
H A Dability_manager_service.cpp4655 int32_t bundleMgrResult = 0; in GetWantSender() local
4674 bundleMgrResult = IN_PROCESS_CALL(bms->GetCloneBundleInfo(bundleName, in GetWantSender()
4677 if (bundleMgrResult == ERR_OK) { in GetWantSender()
4693 bundleMgrResult = IN_PROCESS_CALL(bms->GetBundleInfo(wantSenderInfo.bundleName, in GetWantSender()
4695 if (bundleMgrResult) { in GetWantSender()
4742 bool bundleMgrResult = IN_PROCESS_CALL(bms->GetBundleInfo(record->GetKey()->GetBundleName(), in CancelWantSender() local
4744 if (!bundleMgrResult) { in CancelWantSender()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp966 int32_t bundleMgrResult; in GetBundleAndHapInfo() local
968 bundleMgrResult = IN_PROCESS_CALL(bundleMgrHelper->GetBundleInfoV9(appInfo->bundleName, in GetBundleAndHapInfo()
974 bundleMgrResult = IN_PROCESS_CALL(bundleMgrHelper->GetCloneBundleInfo(appInfo->bundleName, in GetBundleAndHapInfo()
977 bundleMgrResult = IN_PROCESS_CALL(bundleMgrHelper->GetSandboxBundleInfo(appInfo->bundleName, in GetBundleAndHapInfo()
981 if (bundleMgrResult != ERR_OK) { in GetBundleAndHapInfo()
1352 bool bundleMgrResult = bundleMgrHelper->GetApplicationInfo(bundleName, in UpdateApplicationInfoInstalled() local
1354 if (!bundleMgrResult) { in UpdateApplicationInfoInstalled()
6142 int32_t bundleMgrResult; in NotifyAppFaultBySA() local
6144 bundleMgrResult = IN_PROCESS_CALL(bundleMgrHelper->GetBundleInfoV9(bundleName, in NotifyAppFaultBySA()
6150 bundleMgrResult in NotifyAppFaultBySA()
[all...]

Completed in 32 milliseconds