Searched full:config_path (Results 1 – 6 of 6) sorted by relevance
| /base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/ |
| D | daily_controller_test.cpp | 38 const std::string CONFIG_PATH = "/data/test/hiview/daily_control/event_threshold.json"; variable 87 DailyController controller(WORK_PATH, CONFIG_PATH); 103 DailyController controller(WORK_PATH, CONFIG_PATH); 119 DailyController controller(WORK_PATH, CONFIG_PATH); 135 DailyController controller(WORK_PATH, CONFIG_PATH); 151 DailyController controller(WORK_PATH, CONFIG_PATH); 167 DailyController controller(WORK_PATH, CONFIG_PATH); 183 DailyController controller(WORK_PATH, CONFIG_PATH); 199 DailyController controller(WORK_PATH, CONFIG_PATH);
|
| /base/security/security_guard/services/bigdata/src/ |
| D | bigdata.cpp | 30 constexpr const char* CONFIG_PATH = "CONFIG_PATH"; variable 65 OHOS::HiviewDFX::HiSysEvent::EventType::STATISTIC, CONFIG_PATH, event.path, in ReportConfigUpdateEvent()
|
| /base/hiviewdfx/hiview/build/ |
| D | hiview_var.gni | 23 config_path = ""
|
| /base/security/security_guard/ |
| D | hisysevent.yaml | 56 CONFIG_PATH: {type: STRING, desc: config path}
|
| /base/hiviewdfx/hiview/ |
| D | BUILD.gn | 31 input_build_file = rebase_path(config_path)
|
| /base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
| D | os_account_manager_service_module_test.cpp | 89 const std::string CONFIG_PATH = "/data/service/el1/public/account/test/os_account_config.json"; variable 2349 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_NORMAL); 2384 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH); 2396 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_LAGER_LOGGED_IN_NUM); 2406 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH); 2418 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_INVALID_FORMAT); 2430 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH); 2442 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_INVALID_KEY_OR_VALUE); 2454 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH); 2483 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_NORMAL); [all …]
|