Home
last modified time | relevance | path

Searched defs:userProperty (Results 1 – 7 of 7) sorted by relevance

/base/hiviewdfx/hiappevent/test/processor/
Dtest_processor.cpp82 int TestProcessor::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dapp_event_processor_proxy.cpp108 [&userProperties, this](const auto& userProperty) { in GetValidUserProperties()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_userinfo.cpp108 bool SetUserProperty(const napi_env env, const napi_value name, const napi_value userProperty) in SetUserProperty()
Dnapi_hiappevent_js_v9.cpp172 napi_value userProperty = nullptr; in GetUserProperty() local
Dnapi_hiappevent_processor.cpp175 for (auto userProperty : userPropertyNames) { in GenConfigUserPropertiesProp() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_userinfo.cpp206 HiAppEvent::UserProperty userProperty; in GetUserProperties() local
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_inner_api_test.cpp278 int AppEventProcessorTest::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty()