Home
last modified time | relevance | path

Searched refs:IsValidRouteInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_verify.h39 bool IsValidRouteInfo(const std::string& name);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp275 if (!IsValidRouteInfo(config.routeInfo)) { in VerifyRouteInfoOfReportConfig()
485 bool IsValidRouteInfo(const std::string& name) in IsValidRouteInfo() function
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor_service.cpp72 if (!IsValidAppId(appId) || !IsValidRouteInfo(routeInfo)) { in SetReportRoute()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp137 if (!GenConfigStrProp(env, config, key, routeInfo) || !IsValidRouteInfo(routeInfo)) { in GenConfigRouteInfoProp()