Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_verify.h44 bool IsValidUserIdValue(const std::string& value);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_userinfo.cpp75 if (!IsValidUserIdValue(strUserId)) { in SetUserId()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp242 if (!IsValidUserIdValue(std::string(value))) { in FfiOHOSHiAppEventSetUserId()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp510 bool IsValidUserIdValue(const std::string& value) in IsValidUserIdValue() function