Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp88 std::map<std::string, uint32_t> backgroundModeMap = { variable
2283 if (ProfileReader::backgroundModeMap.find(item) != ProfileReader::backgroundModeMap.end()) { in GetBackgroundModes()
2284 backgroundMode |= ProfileReader::backgroundModeMap[item]; in GetBackgroundModes()