Home
last modified time | relevance | path

Searched refs:SetRecoveryTimer (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_manager_host_impl.cpp52 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_ALL_OVERLAY_MODULE_INFO); in GetAllOverlayModuleInfo()
75 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_MODULE_INFO); in GetOverlayModuleInfo()
98 …int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_MODULE_INFO_NO_BUNDLENAME); in GetOverlayModuleInfo()
123 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_TARGET_OVERLAY_MODULE_INFO); in GetTargetOverlayModuleInfo()
149 …int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_MODULE_INFO_BY_BUNDLENAME); in GetOverlayModuleInfoByBundleName()
189 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_BUNDLE_INFOFOR_TARGET); in GetOverlayBundleInfoForTarget()
213 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_MODULE_INFOFOR_TARGET); in GetOverlayModuleInfoForTarget()
241 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_SET_OVERLAY_ENABLED_FOR_SELF); in SetOverlayEnabledForSelf()
264 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_SET_OVERLAY_ENABLED); in SetOverlayEnabled()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dxcollie_helper.h36 static int SetRecoveryTimer(const std::string &methodName, unsigned int timeout = 60);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dxcollie_helper.cpp44 int32_t XCollieHelper::SetRecoveryTimer(const std::string &methodName, unsigned int timeout) in SetRecoveryTimer() function in OHOS::AppExecFwk::XCollieHelper
H A Dbundle_mgr_host_impl.cpp191 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_BUNDLE_INFO); in GetBundleInfo()
284 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_BATCH_BUNDLE_INFO); in BatchGetBundleInfo()
536 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_NAME_FOR_UID); in GetNameForUid()
1229 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_HAP_MODULE_INFO); in GetHapModuleInfo()
2778 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_VERIFY_CALLING_PERMISSION); in VerifyCallingPermission()
3206 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_MANAGER_PROXY); in GetOverlayManagerProxy()
3351 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_VERIFY_SYSTEM_API); in VerifySystemApi()
3442 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_SHARED_BUNDLE_INFO_BY_SELF); in GetSharedBundleInfoBySelf()
3873 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_BUNDLE_RESOURCE_PROXY); in GetBundleResourceProxy()
4261 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_CLONE_BUNDLE_INFO); in GetCloneBundleInfo()
H A Dbundle_mgr_service.cpp214 … int32_t timerId = XCollieHelper::SetRecoveryTimer(FUN_BMS_START, BMS_START_TIME_OUT_SECONDS); in InitBundleEventHandler()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_host_impl.cpp33 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_BUNDLE_RESOURCE_INFO); in GetBundleResourceInfo()