Home
last modified time | relevance | path

Searched full:config_path (Results 1 – 14 of 14) sorted by relevance

/base/hiviewdfx/hiview/plugins/event_validator/test/unittest/common/
Ddaily_controller_test.cpp38 const std::string CONFIG_PATH = "/data/test/hiview/daily_control/event_threshold.json"; variable
88 DailyController controller(WORK_PATH, CONFIG_PATH);
104 DailyController controller(WORK_PATH, CONFIG_PATH);
120 DailyController controller(WORK_PATH, CONFIG_PATH);
136 DailyController controller(WORK_PATH, CONFIG_PATH);
152 DailyController controller(WORK_PATH, CONFIG_PATH);
168 DailyController controller(WORK_PATH, CONFIG_PATH);
184 DailyController controller(WORK_PATH, CONFIG_PATH);
200 DailyController controller(WORK_PATH, CONFIG_PATH);
272 DailyController controller(WORK_PATH, CONFIG_PATH);
/base/security/security_guard/services/bigdata/src/
Dbigdata.cpp30 constexpr const char* CONFIG_PATH = "CONFIG_PATH"; variable
68 OHOS::HiviewDFX::HiSysEvent::EventType::STATISTIC, CONFIG_PATH, event.path, in ReportConfigUpdateEvent()
/base/customization/enterprise_device_management/common/native/src/plugin_utils/
Dpassword_policy_utils.cpp26 const std::string CONFIG_PATH = "/data/service/el1/public/edm/config/system/all/security/passwordPo… variable
114 std::ifstream inFile(CONFIG_PATH, std::ios::binary); in LoadConfig()
149 std::ofstream file(CONFIG_PATH); in SaveConfig()
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
Dbluetooth_config_utils.cpp25 const std::string CONFIG_PATH = "/data/service/el1/public/edm/config/system/all/bluetooth/config.js… variable
175 std::ifstream inFile(CONFIG_PATH, std::ios::binary); in LoadConfig()
208 std::ofstream file(CONFIG_PATH); in SaveConfig()
Dnearlink_config_utils.cpp27 const std::string CONFIG_PATH = "/data/service/el1/public/edm/config/system/all/nearlink/config.jso… variable
222 std::ifstream inFile(CONFIG_PATH, std::ios::binary); in LoadConfig()
255 std::ofstream file(CONFIG_PATH); in SaveConfig()
/base/tee/tee_dev_kit/sdk/build/script/
Dsigntool_sec.py137 config_path = "" variable in AllCfg
169 all_cfg.config_path = parser.get(cfg_section, "configPath")
246 if check_cfg_whitelist_format(cfg.config_path):
365 config_path, raw_file_path, ta_version): argument
377 if os.path.isfile(config_path):
378 config_size = os.path.getsize(config_path)
393 with open(config_path, 'rb') as config:
555 if not os.path.exists(cfg.config_path):
561 if not os.path.exists(cfg.config_path):
666 cfg.config_path, raw_file_path, cfg.ta_version)
Dsigntool_config.py271 def get_target_type_in_config(config_path, in_path): argument
272 tree = ET.parse(config_path)
374 config_path = input_path
375 config_file = os.path.join(config_path, "config_tee_private_sample.ini")
/base/hiviewdfx/hiview/build/
Dhiview_var.gni23 config_path = ""
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_module_test.cpp94 const std::string CONFIG_PATH = "/data/service/el1/public/account/test/os_account_config.json"; variable
1704 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_NORMAL);
1739 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH);
1751 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_LAGER_LOGGED_IN_NUM);
1761 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH);
1773 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_INVALID_FORMAT);
1785 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH);
1797 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_INVALID_KEY_OR_VALUE);
1809 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH);
1838 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_NORMAL);
[all …]
Dos_account_manager_service_no_permission_module_test.cpp92 const std::string CONFIG_PATH = "/data/service/el1/public/account/test/os_account_config.json"; variable
/base/hiviewdfx/hiview/
DBUILD.gn28 input_build_file = rebase_path(config_path)
/base/security/security_guard/
Dhisysevent.yaml56 CONFIG_PATH: {type: STRING, desc: config path}
/base/hiviewdfx/hiview/test/plugins/test_plugin/
Dtest_content.cpp34 const std::string CONFIG_PATH = "/data/log/hiview/unified_collection/trace/telemetry/test_data.json… variable
104 cJSON* root = CJsonUtil::ParseJsonRoot(CONFIG_PATH); in MakeTelemetryEvent()
/base/tee/tee_os_framework/build/
DMakefile73 export CONFIG_PATH := $(TOPDIR)/config macro