Searched refs:CheckContent (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/ |
H A D | decorator_test.cpp | 145 bool CheckContent(const std::string& fileName, const std::vector<std::regex>& regs, in CheckContent() function 198 bool res = CheckContent(UC_STAT_LOG_PATH, REGEXS, COLLECTOR_NAMES);
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/backtrace/ |
H A D | backtrace_utils_test.cpp | 120 if (!CheckContent(content, keyWord, true)) { in CheckBacktraceContent() 126 if (!CheckContent(content, keyWord, false)) { in CheckBacktraceContent()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/utils/ |
H A D | dfx_test_util.h | 85 bool CheckContent(const std::string& content, const std::string& keyContent, bool checkExist);
|
H A D | dfx_test_util.cpp | 180 bool CheckContent(const std::string& content, const std::string& keyContent, bool checkExist) in CheckContent() function
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/ |
H A D | dscreen_manager.h | 85 bool CheckContent(json &eventContent);
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager.cpp | 505 bool DScreenManager::CheckContent(json &eventContent) in CheckContent() function in OHOS::DistributedHardware::V1_0::DScreenManager 528 if (!CheckContent(eventContentJson)) { in HandleNotifySetUpResult()
|