Searched defs:userProperty (Results 1 – 7 of 7) sorted by relevance
82 int TestProcessor::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty()
108 bool SetUserProperty(const napi_env env, const napi_value name, const napi_value userProperty) in SetUserProperty()
172 napi_value userProperty = nullptr; in GetUserProperty() local
175 for (auto userProperty : userPropertyNames) { in GenConfigUserPropertiesProp() local
108 [&userProperties, this](const auto& userProperty) { in GetValidUserProperties()
206 HiAppEvent::UserProperty userProperty; in GetUserProperties() local
278 int AppEventProcessorTest::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty()