Home
last modified time | relevance | path

Searched refs:CheckContent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp145 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 Dbacktrace_utils_test.cpp120 if (!CheckContent(content, keyWord, true)) { in CheckBacktraceContent()
126 if (!CheckContent(content, keyWord, false)) { in CheckBacktraceContent()
/ohos5.0/base/hiviewdfx/faultloggerd/test/utils/
H A Ddfx_test_util.h85 bool CheckContent(const std::string& content, const std::string& keyContent, bool checkExist);
H A Ddfx_test_util.cpp180 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 Ddscreen_manager.h85 bool CheckContent(json &eventContent);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp505 bool DScreenManager::CheckContent(json &eventContent) in CheckContent() function in OHOS::DistributedHardware::V1_0::DScreenManager
528 if (!CheckContent(eventContentJson)) { in HandleNotifySetUpResult()