Home
last modified time | relevance | path

Searched refs:FLAG_INSTALL_WITH_BACKGROUND_MODE (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp280 connectWant.AddFlags(Want::FLAG_INSTALL_ON_DEMAND | Want::FLAG_INSTALL_WITH_BACKGROUND_MODE); in ConnectAmsForRefreshPermission()
563 want.AddFlags(Want::FLAG_INSTALL_ON_DEMAND | Want::FLAG_INSTALL_WITH_BACKGROUND_MODE); in RebindByFreeInstall()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want.h94 static constexpr unsigned int FLAG_INSTALL_WITH_BACKGROUND_MODE = 0x80000000; member in OHOS::DistributedSchedule::final
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h98 static constexpr unsigned int FLAG_INSTALL_WITH_BACKGROUND_MODE = 0x80000000; member in OHOS::AAFwk::final
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_want.cpp51 flagMap.emplace("installWithBackgroundMode", Want::FLAG_INSTALL_WITH_BACKGROUND_MODE); in AceInnerInitWantOptionsData()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_want.cpp60 flagMap.emplace("installWithBackgroundMode", Want::FLAG_INSTALL_WITH_BACKGROUND_MODE); in InnerInitWantOptionsData()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp808 if ((want.GetFlags() & Want::FLAG_INSTALL_WITH_BACKGROUND_MODE) == 0) { in GetTargetInfoFlag()

Completed in 9 milliseconds