Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_verify.h38 bool IsValidProcessorName(const std::string& name);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp266 if (!IsValidProcessorName(config.name)) { in VerifyNameOfReportConfig()
480 bool IsValidProcessorName(const std::string& name) in IsValidProcessorName() function
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor_service.cpp55 if (!IsValidProcessorName(name)) { in CreateProcessor()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp99 if (processor.name != nullptr && IsValidProcessorName(std::string(processor.name))) { in ConvertReportConfig()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp126 if (!IsValidProcessorName(name)) { in GenConfigNameProp()