Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dadvanced_security_mode_manager.cpp28 const std::string PARAM_GLOBAL_ADVANCED_MODE_STATE = "ohos.boot.advsecmode.state"; variable
43 int32_t state = OHOS::system::GetIntParameter<int32_t>(PARAM_GLOBAL_ADVANCED_MODE_STATE, 0); in Init()