Searched refs:ServiceCenterFunction (Results 1 – 5 of 5) sorted by relevance
40 enum ServiceCenterFunction { enum50 const std::set<ServiceCenterFunction> DISCONNECT_ABILITY_FUNC = {51 ServiceCenterFunction::CONNECT_UPGRADE_CHECK,52 ServiceCenterFunction::CONNECT_PRELOAD_INSTALL70 ServiceCenterFunction serviceCenterFunction;
45 if (code == ServiceCenterFunction::CONNECT_DELAYED_HEARTBEAT) { in OnRemoteRequest()48 …if (DISCONNECT_ABILITY_FUNC.find(static_cast<ServiceCenterFunction>(code)) != DISCONNECT_ABILITY_F… in OnRemoteRequest()
102 int32_t flag = ServiceCenterFunction::CONNECT_PRELOAD_INSTALL; in ProcessPreloadCheck()181 freeInstallParams->serviceCenterFunction = ServiceCenterFunction::CONNECT_PRELOAD_INSTALL; in PreloadRequest()339 int32_t flag = ServiceCenterFunction::CONNECT_SILENT_INSTALL; in SilentInstall()352 int32_t flag = ServiceCenterFunction::CONNECT_UPGRADE_CHECK; in UpgradeCheck()365 int32_t flag = ServiceCenterFunction::CONNECT_UPGRADE_INSTALL; in UpgradeInstall()404 … if (freeInstallParams.serviceCenterFunction == ServiceCenterFunction::CONNECT_UPGRADE_INSTALL) { in SendRequestToServiceCenter()650 if (freeInstallParams.serviceCenterFunction == ServiceCenterFunction::CONNECT_UPGRADE_INSTALL && in OnServiceCenterCall()1015 freeInstallParams->serviceCenterFunction = ServiceCenterFunction::CONNECT_UPGRADE_INSTALL; in CheckIsModuleNeedUpdate()1124 freeInstallParams->serviceCenterFunction = ServiceCenterFunction::CONNECT_SILENT_INSTALL; in QueryAbilityInfo()1170 freeInstallParams->serviceCenterFunction = ServiceCenterFunction::CONNECT_SILENT_INSTALL; in SilentInstall()[all …]
731 int32_t flag = ServiceCenterFunction::CONNECT_UPGRADE_INSTALL;754 int32_t flag = ServiceCenterFunction::CONNECT_UPGRADE_INSTALL;758 freeInstallParams.serviceCenterFunction = ServiceCenterFunction::CONNECT_UPGRADE_INSTALL;821 freeInstallParams.serviceCenterFunction = ServiceCenterFunction::CONNECT_UPGRADE_INSTALL;843 int32_t flag = ServiceCenterFunction::CONNECT_UPGRADE_INSTALL;889 freeInstallParams.serviceCenterFunction = ServiceCenterFunction::CONNECT_UPGRADE_INSTALL;1337 int32_t flag = ServiceCenterFunction::CONNECT_UPGRADE_INSTALL;1386 int32_t flag = ServiceCenterFunction::CONNECT_UPGRADE_INSTALL;2027 ServiceCenterFunction::CONNECT_PRELOAD_INSTALL, targetAbilityInfo);2030 …connectAbilityMgr->PreloadRequest(ServiceCenterFunction::CONNECT_PRELOAD_INSTALL, targetAbilityInf…
218 ret = connectAbility->SendRequest(ServiceCenterFunction::CONNECT_QUERY_RPCID, data, reply); in QueryRpcIdByAbilityToServiceCenter()