Home
last modified time | relevance | path

Searched refs:BACKGROUND_MODES_MAP (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp96 const std::map<std::string, uint32_t> BACKGROUND_MODES_MAP = { variable
1519 if (Profile::BACKGROUND_MODES_MAP.find(item) != Profile::BACKGROUND_MODES_MAP.end()) { in GetBackgroundModes()
1520 backgroundMode |= Profile::BACKGROUND_MODES_MAP.at(item); in GetBackgroundModes()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp56 const std::map<std::string, uint32_t> BACKGROUND_MODES_MAP = { variable
2197 if (Profile::BACKGROUND_MODES_MAP.find(item) != Profile::BACKGROUND_MODES_MAP.end()) { in GetBackgroundModes()
2198 backgroundMode |= Profile::BACKGROUND_MODES_MAP.at(item); in GetBackgroundModes()