Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp67 constexpr const char* DEFAULT_BOOT_INIT_TIME = "0"; variable
1510 std::string initTime = system::GetParameter(BOOT_INIT_TIME_PARAM, DEFAULT_BOOT_INIT_TIME); in IsInitBootFinished()
1511 return initTime != DEFAULT_BOOT_INIT_TIME; in IsInitBootFinished()