Home
last modified time | relevance | path

Searched refs:IsValidEventName (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_verify.h35 bool IsValidEventName(const std::string& eventName);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_builder.cpp54 bool NapiHiAppEventBuilder::IsValidEventName(const napi_env env, const napi_value name) in IsValidEventName() function in OHOS::HiviewDFX::NapiHiAppEventBuilder
100 && IsValidEventName(env, NapiUtil::GetProperty(env, eventInfo, NAME_PROPERTY)) in IsValidEventInfo()
107 return IsValidEventName(env, params[0]) // 0 means the index of event name in IsOldWriteParams()
H A Dnapi_param_builder.cpp48 ? NapiHiAppEventBuilder::IsValidEventName(env, params[INDEX_OF_NAME]) in IsValidParams()
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_builder.h41 bool IsValidEventName(const napi_env env, const napi_value name);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp375 bool IsValidEventName(const std::string& eventName) in IsValidEventName() function
403 if (!IsValidEventName(event->GetName())) { in VerifyAppEvent()
438 if (!event->GetName().empty() && !IsValidEventName(event->GetName())) { in VerifyCustomEventParams()
533 if (!eventCfg.name.empty() && !IsValidEventName(eventCfg.name)) { in IsValidEventConfig()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor_service.cpp99 if (domain == nullptr || name == nullptr || !IsValidDomain(domain) || !IsValidEventName(name)) { in SetReportEvent()

Completed in 3 milliseconds