Home
last modified time | relevance | path

Searched refs:IsValidProcessorName (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_verify.h37 bool IsValidProcessorName(const std::string& name);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp224 if (!IsValidProcessorName(config.name)) { in VerifyNameOfReportConfig()
392 bool IsValidProcessorName(const std::string& name) in IsValidProcessorName() function
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_processor.cpp120 if (!IsValidProcessorName(name)) { in GenConfigNameProp()