Home
last modified time | relevance | path

Searched refs:FREE_INSTALL_OK (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dfree_install_params.h56 FREE_INSTALL_OK = 0, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_errors.h664 FREE_INSTALL_OK = 0, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp406 …CallAbilityManager(ServiceCenterResultCode::FREE_INSTALL_OK, want, userId, freeInstallParams.callb… in SendRequestToServiceCenter()
536 resultCode != ServiceCenterResultCode::FREE_INSTALL_OK) { in SendCallBack()
538 resultCode = ServiceCenterResultCode::FREE_INSTALL_OK; in SendCallBack()
651 installResult.result.retCode != ServiceCenterResultCode::FREE_INSTALL_OK) { in OnServiceCenterCall()
653 installResult.result.retCode = ServiceCenterResultCode::FREE_INSTALL_OK; in OnServiceCenterCall()
1083 CallAbilityManager(ServiceCenterResultCode::FREE_INSTALL_OK, want, userId, callBack); in CheckIsModuleNeedUpdateWrap()