Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_verify.h44 bool IsValidUserPropName(const std::string& name);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_userinfo.cpp111 if (!IsValidUserPropName(strName)) { in SetUserProperty()
147 if (!IsValidUserPropName(strName)) { in GetUserProperty()
Dnapi_hiappevent_processor.cpp170 if (!IsValidUserPropName(userProperty)) { in GenConfigUserPropertiesProp()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp427 bool IsValidUserPropName(const std::string& name) in IsValidUserPropName() function