Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
Ddaily_controller_test.cpp38 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/
Dbigdata.cpp30 constexpr const char* CONFIG_PATH = "CONFIG_PATH"; variable
65 OHOS::HiviewDFX::HiSysEvent::EventType::STATISTIC, CONFIG_PATH, event.path, in ReportConfigUpdateEvent()
/base/hiviewdfx/hiview/build/
Dhiview_var.gni23 config_path = ""
/base/security/security_guard/
Dhisysevent.yaml56 CONFIG_PATH: {type: STRING, desc: config path}
/base/hiviewdfx/hiview/
DBUILD.gn31 input_build_file = rebase_path(config_path)
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_module_test.cpp91 const std::string CONFIG_PATH = "/data/service/el1/public/account/test/os_account_config.json"; variable
1917 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_NORMAL);
1952 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH);
1964 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_LAGER_LOGGED_IN_NUM);
1974 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH);
1986 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_INVALID_FORMAT);
1998 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH);
2010 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_INVALID_KEY_OR_VALUE);
2022 osAccountFileOperator.DeleteDirOrFile(CONFIG_PATH);
2051 osAccountFileOperator.InputFileByPathAndContent(CONFIG_PATH, CONFIG_JSON_NORMAL);
[all …]
Dos_account_manager_service_no_permission_module_test.cpp95 const std::string CONFIG_PATH = "/data/service/el1/public/account/test/os_account_config.json"; variable