Home
last modified time | relevance | path

Searched refs:ServiceCenterFunction (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dfree_install_params.h40 enum ServiceCenterFunction { enum
50 const std::set<ServiceCenterFunction> DISCONNECT_ABILITY_FUNC = {
51 ServiceCenterFunction::CONNECT_UPGRADE_CHECK,
52 ServiceCenterFunction::CONNECT_PRELOAD_INSTALL
70 ServiceCenterFunction serviceCenterFunction;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dservice_center_status_callback_stub.cpp45 if (code == ServiceCenterFunction::CONNECT_DELAYED_HEARTBEAT) { in OnRemoteRequest()
48 …if (DISCONNECT_ABILITY_FUNC.find(static_cast<ServiceCenterFunction>(code)) != DISCONNECT_ABILITY_F… in OnRemoteRequest()
H A Dbundle_connect_ability_mgr.cpp102 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 …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp731 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…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/distributed_manager/
H A Dbundle_distributed_manager.cpp218 ret = connectAbility->SendRequest(ServiceCenterFunction::CONNECT_QUERY_RPCID, data, reply); in QueryRpcIdByAbilityToServiceCenter()