Home
last modified time | relevance | path

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

/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Ddownload_task_napi.h37 static bool ParseConfig(napi_env env, napi_value configValue, DownloadConfig &config);
Ddownload_task_napi_v9.h36 …static bool ParseConfig(napi_env env, napi_value configValue, DownloadConfig &config, std::string …
/base/powermgr/battery_manager/services/native/include/
Dbattery_config.h38 bool ParseConfig(std::string configPath = "");
/base/powermgr/battery_manager/services/native/test/unittest/src/
Dbattery_config_test.cpp40 EXPECT_TRUE(g_configTest.ParseConfig(SYSTEM_BATTERY_CONFIG_PATH));
213 EXPECT_TRUE(g_configTest.ParseConfig(""));
Dbattery_light_test.cpp35 BatteryConfig::GetInstance().ParseConfig(SYSTEM_BATTERY_CONFIG_PATH); in SetUpTestCase()
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_task_napi.cpp145 if (!ParseConfig(env, argv[parametersPosition], config)) { in Initialize()
200 bool DownloadTaskNapi::ParseConfig(napi_env env, napi_value configValue, DownloadConfig &config) in ParseConfig() function in OHOS::Request::Download::DownloadTaskNapi
Ddownload_task_napi_V9.cpp164 if (!ParseConfig(env, argv[parametersPosition], config, errInfo)) { in Initialize()
222 bool DownloadTaskNapiV9::ParseConfig(napi_env env, napi_value configValue, DownloadConfig &config, … in ParseConfig() function in OHOS::Request::Download::DownloadTaskNapiV9
/base/powermgr/battery_manager/services/native/src/
Dbattery_config.cpp50 bool BatteryConfig::ParseConfig(std::string configPath) in ParseConfig() function in OHOS::PowerMgr::BatteryConfig
Dbattery_service.cpp151 batteryConfig.ParseConfig(); in InitConfig()