Home
last modified time | relevance | path

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

/base/update/updateservice/services/startup/manage/src/
Dschedule_config.cpp35 pullupInterval_ = ParseConfig(root, Startup::PULLUP_INTERVAL_CONFIG, Startup::PULLUP_INTERVAL); in InitConfig()
36 …idleCheckInterval_ = ParseConfig(root, Startup::IDLE_CHECK_INTERVAL_CONFIG, Startup::IDLE_CHECK_IN… in InitConfig()
51 uint64_t ScheduleConfig::ParseConfig(nlohmann::json &root, const std::string &key, uint64_t default… in ParseConfig() function in OHOS::UpdateEngine::ScheduleConfig
/base/web/webview/ohos_nweb/include/
Dnweb_adapter_helper.h42 void ParseConfig(NWebInitArgs& createInfo);
46 void ParseConfig(NWebCreateInfo& createInfo);
/base/powermgr/battery_manager/test/unittest/src/
Dbattery_config_mock_test.cpp45 bool ret = g_configTest.ParseConfig();
Dbattery_config_test.cpp39 EXPECT_TRUE(g_configTest.ParseConfig());
212 EXPECT_TRUE(g_configTest.ParseConfig());
Dbattery_light_test.cpp33 BatteryConfig::GetInstance().ParseConfig(); in SetUpTestCase()
/base/update/updateservice/services/startup/manage/include/
Dschedule_config.h31 … static uint64_t ParseConfig(nlohmann::json &root, const std::string &key, uint64_t defaultValue);
/base/powermgr/battery_manager/services/native/include/
Dbattery_config.h38 bool ParseConfig();
/base/powermgr/battery_manager/charger/include/
Dbattery_config.h39 bool ParseConfig();
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp218 NWebAdapterHelper::Instance().ParseConfig(initArgs); in InitAndRun()
408 ParseConfig(createInfo.init_args); in CreateNWeb()
491 void NWebAdapterHelper::ParseConfig(NWebInitArgs& args) in ParseConfig() function in OHOS::NWeb::NWebAdapterHelper
/base/powermgr/battery_manager/charger/src/
Dcharger_thread.cpp379 isConfigParse_ = BatteryConfig::GetInstance().ParseConfig(); in InitLackPowerCapacity()
430 isConfigParse_ = BatteryConfig::GetInstance().ParseConfig(); in InitLed()
Dbattery_config.cpp54 bool BatteryConfig::ParseConfig() in ParseConfig() function in OHOS::PowerMgr::BatteryConfig
/base/request/request/frameworks/js/napi/include/
Djs_initialize.h38 … static bool ParseConfig(napi_env env, napi_value jsConfig, Config &config, std::string &errInfo);
/base/powermgr/battery_manager/services/native/src/
Dbattery_config.cpp56 bool BatteryConfig::ParseConfig() in ParseConfig() function in OHOS::PowerMgr::BatteryConfig
Dbattery_service.cpp152 batteryConfig.ParseConfig(); in InitConfig()
/base/web/webview/test/unittest/nweb_helper_test/
Dnweb_helper_test.cpp240 NWebAdapterHelper::Instance().ParseConfig(initArgs);
/base/request/request/frameworks/js/napi/src/
Djs_initialize.cpp100 if (!ParseConfig(env, argv[parametersPosition], config, err.errInfo)) { in InitParam()
219 bool JsInitialize::ParseConfig(napi_env env, napi_value jsConfig, Config &config, std::string &errI… in ParseConfig() function in OHOS::Request::JsInitialize