mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2025-01-02 05:09:34 +00:00
fix format
Signed-off-by: donglin <donglin9@huawei.com>
This commit is contained in:
parent
d54c26f3e7
commit
def5d6c7a1
@ -123,7 +123,7 @@ int AmsConfigurationParameter::LoadAppConfigurationForStartUpService(nlohmann::j
|
||||
Object.at(AmsConfig::SERVICE_ITEM_AMS).at(AmsConfig::AMS_TIMEOUT_TIME).get<int>();
|
||||
maxRestartNum_ = Object.at(AmsConfig::SERVICE_ITEM_AMS).at(AmsConfig::ROOT_LAUNCHER_RESTART_MAX).get<int>();
|
||||
deviceType_ = Object.at(AmsConfig::SERVICE_ITEM_AMS).at(AmsConfig::DEVICE_TYPE).get<std::string>();
|
||||
bootanimationTime_ =
|
||||
bootanimationTime_ =
|
||||
Object.at(AmsConfig::SERVICE_ITEM_AMS).at(AmsConfig::BOOTANIMATION_TIMEOUT_TIME).get<int>();
|
||||
HILOG_INFO("get ams service config success!");
|
||||
ret = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user