Home
last modified time | relevance | path

Searched defs:configPath (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/drivers/peripheral/codec/utils/src/
H A Dcodec_hcb_util.c30 static bool GetConfigFilePath(const char *productName, char *configPath, size_t configPathLen) in GetConfigFilePath()
55 char configPath[PATH_MAX] = { 0 }; in HdfGetHcsRootNode() local
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Djson_utils.cpp30 std::string configPath = GetConfigPath(path, defaultPath); in LoadConfiguration() local
41 char *configPath = GetOneCfgFile(path.c_str(), buf, MAX_PATH_LEN); in GetConfigPath() local
/ohos5.0/drivers/hdf_core/adapter/uhdf2/shared/src/
H A Dhcb_config_entry.c39 static bool GetConfigFilePath(const char *productName, char *configPath, size_t configPathLen) in GetConfigFilePath()
64 char configPath[PATH_MAX] = { 0 }; in HdfGetHcsRootNode() local
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dmonitor_config.h26 explicit MonitorConfig(const std::string& configPath): configPath_(configPath) {} in MonitorConfig()
/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/
H A Dprivacy_controller.cpp39 …std::string configPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::CONFIG_DIRECTOR… in InitAreaPolicy() local
/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H A Darea_policy.cpp32 AreaPolicy::AreaPolicy(const std::string& configPath) in AreaPolicy()
37 void AreaPolicy::Parse(const std::string& configPath) in Parse()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/
H A Ddaily_config.cpp31 DailyConfig::DailyConfig(const std::string& configPath) in DailyConfig()
36 bool DailyConfig::Parse(const std::string& configPath) in Parse()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/
H A Dfont_mgr_test.cpp289 std::string configPath = JSON_CONFIG_PATH; variable
309 std::string configPath = ERROR_JSON_CONFIG_PATH; variable
324 std::string configPath = ""; variable
/ohos5.0/base/location/test/location_locator/source/
H A Dlocation_config_manager_test.cpp117 …std::string configPath = LOCATION_DIR + SWITCH_CONFIG_NAME + "_" + std::to_string(userId) + ".conf… variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_judgement_test.cpp78 const std::string configPath = "/data/"; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_uni_render_judgement_test.cpp77 const std::string configPath = "/data/"; variable
/ohos5.0/base/hiviewdfx/hiview/core/platform_config/
H A Dhiview_platform_config.cpp38 HiviewPlatformConfig::HiviewPlatformConfig(const std::string& configPath) in HiviewPlatformConfig()
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dconfig_parser_base.cpp85 std::string configPath{}; in LoadConfigPath() local
130 const std::string configPath = LoadConfigPath(displayId, configName); in LoadConfigRoot() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp50 char *configPath = GetOneCfgFile(CONFIG_PATH.c_str(), buf, MAX_PATH_LEN); in GetConfigPath() local
60 std::string configPath = GetConfigPath(); in LoadConfiguration() local
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/config/
H A Devent_logger_config.cpp40 EventLoggerConfig::EventLoggerConfig(std::string configPath) in EventLoggerConfig()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont_mgr.cpp121 int FontMgr::ParseInstallFontConfig(const std::string& configPath, std::vector<std::string>& fontPa… in ParseInstallFontConfig()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dutils.cpp34 auto configPath = packagePathStr + fileName; in GetStringFromFile() local
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp29 DailyController::DailyController(const std::string& workPath, const std::string& configPath) in DailyController()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dasset_font_manager.cpp118 int DynamicFontManager::ParseInstallFontConfig(const std::string& configPath, in ParseInstallFontConfig()
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_config.cpp86 bool PowerConfig::OpenFile(std::ifstream& ifsConf, const std::string& configPath) in OpenFile()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_config.cpp69 char* configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX + 1); in GetConfigPath() local
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp98 bool BatteryConfig::OpenFile(std::ifstream& ifsConf, const std::string& configPath) in OpenFile()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_config.cpp43 char *configPath = GetOneCfgFile(EXTENSION_CONFIG_FILE_PATH, buf, MAX_PATH_LEN); in GetExtensionConfigPath() local
/ohos5.0/foundation/resourceschedule/qos_manager/common/src/
H A Dconfig_reader.cpp193 void ConfigReader::GetRealConfigPath(const char* configName, std::string& configPath) in GetRealConfigPath()
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp109 bool BatteryConfig::OpenFile(std::ifstream& ifsConf, const std::string& configPath) in OpenFile()

12