Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
H A Dsimulator_config.cpp34 QSettings settings(CONFIG_FILE_PATH, QSettings::IniFormat); in GetConfigValue()
40 QSettings settings(CONFIG_FILE_PATH, QSettings::IniFormat); in SetConfigValue()
H A Dsimulator_config.h23 const QString CONFIG_FILE_PATH = QDir::currentPath() + "/qt.ini"; variable
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_log_config_manager.cpp27 constexpr char CONFIG_FILE_PATH[] = "/system/etc/hiview/log_type.json"; variable
73 Json::Value jsonRoot = ParseJsonFile(CONFIG_FILE_PATH); in GetLogConfigFromFile()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/src/
H A Devent_store_config.cpp25 const char CONFIG_FILE_PATH[] = "/system/etc/hiview/event_store_config.json"; variable
48 std::ifstream fin(CONFIG_FILE_PATH, std::ifstream::binary); in Init()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dfirewall_manager.cpp29 static constexpr const char *CONFIG_FILE_PATH = "/proc/self/uid_map"; variable
82 std::ifstream file(CONFIG_FILE_PATH); in ReadMaxUidConfig()